Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Commit

Permalink
Merge pull request #17 from spotify/update-rack
Browse files Browse the repository at this point in the history
  • Loading branch information
vikahl authored May 31, 2022
2 parents 1099e37 + 9a54ebf commit 889c09f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions talos.gemspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Gem::Specification.new do |s|
s.version = '1.0.1'
s.version = '1.0.2'
s.name = 'talos'
s.authors = ['Alexey Lapitsky', 'Johan Haals']
s.email = 'alexey@spotify.com'
s.authors = ['Alexey Lapitsky', 'Johan Haals', 'Wasabi']
s.email = 'wasabi@spotify.com'
s.summary = %q{Hiera secrets distribution over HTTP}
s.description = %q{Distribute compressed hiera yaml files to authenticated puppet clients over HTTP}
s.homepage = 'https://github.com/spotify/talos'
Expand All @@ -13,7 +13,7 @@ Gem::Specification.new do |s|
s.test_files = s.files.grep(%r{^(test|spec|features)/})
s.require_paths = ['lib']

s.add_dependency 'rack', '2.2.3'
s.add_dependency 'rack', '2.2.3.1'
s.add_dependency 'sinatra', '~> 2.2.0'
s.add_dependency 'hiera', '~> 3.6.0'
s.add_dependency 'minitar', '~> 0.9'
Expand Down

0 comments on commit 889c09f

Please sign in to comment.