Skip to content

Commit

Permalink
Merge pull request #13 from fschuindt/upgrade/versions
Browse files Browse the repository at this point in the history
Use semantic versions
  • Loading branch information
fschuindt committed Jun 18, 2018
2 parents 4c96e20 + 63c3c6d commit 4b2ed68
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions firebase_id_token.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'simplecov', '~> 0.14.1'
spec.add_development_dependency 'codeclimate-test-reporter', '~> 1.0', '>= 1.0.0'

spec.add_runtime_dependency 'redis', '>= 4.0.1'
spec.add_runtime_dependency 'redis-namespace', '>= 1.6.0'
spec.add_dependency 'httparty', '>= 0.16.2'
spec.add_runtime_dependency 'jwt', '>= 2.1.0'
spec.add_runtime_dependency 'redis', '~> 4.0', '>= 4.0.1'
spec.add_runtime_dependency 'redis-namespace', '~> 1.6', '>= 1.6.0'
spec.add_dependency 'httparty', '~> 0.16', '>= 0.16.2'
spec.add_runtime_dependency 'jwt', '~> 2.1', '>= 2.1.0'
end

0 comments on commit 4b2ed68

Please sign in to comment.