Skip to content

Commit

Permalink
Merge pull request #30 from igrep/relax_multi_json
Browse files Browse the repository at this point in the history
relax the constraint of dependent version of multi_json
  • Loading branch information
tbetbetbe committed Jun 15, 2015
2 parents 11a1a5d + 0e2b722 commit dc12124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion googleauth.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Gem::Specification.new do |s|
s.add_dependency 'logging', '~> 2.0'
s.add_dependency 'jwt', '~> 1.4'
s.add_dependency 'memoist', '~> 0.12'
s.add_dependency 'multi_json', '1.11'
s.add_dependency 'multi_json', '~> 1.11'
s.add_dependency 'signet', '~> 0.6'

s.add_development_dependency 'bundler', '~> 1.9'
Expand Down

0 comments on commit dc12124

Please sign in to comment.