Skip to content

Commit

Permalink
mixlib-auth made breaking changes in 1.3. Pin to 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
danryan committed Oct 19, 2012
1 parent de9acf9 commit 7588a88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spice.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |s|

s.rubyforge_project = "spice"
s.add_dependency "faraday", "~> 0.8.0"
s.add_dependency "mixlib-authentication", '>= 1.1.4'
s.add_dependency "mixlib-authentication", '~> 1.1.4'
s.add_dependency "multi_json", '~> 1.3.6'

s.add_development_dependency 'rspec', '>= 2.8.0'
Expand Down

0 comments on commit 7588a88

Please sign in to comment.