Skip to content

Commit

Permalink
Bump runtime dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fschuindt committed Jun 18, 2018
1 parent 054a836 commit 6eaf3cb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ gem install firebase_id_token

or in your Gemfile
```
gem 'firebase_id_token', '~> 2.2.0'
gem 'firebase_id_token', '~> 2.3.0'
```
then
```
Expand Down
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', '>= 3.3.3'
spec.add_runtime_dependency 'redis-namespace', '~> 1.5', '>= 1.5.3'
spec.add_dependency 'httparty', '~> 0.14.0'
spec.add_runtime_dependency 'jwt', '~> 1.5', '>= 1.5.6'
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'
end
2 changes: 1 addition & 1 deletion lib/firebase_id_token/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module FirebaseIdToken
VERSION = '2.2.0'
VERSION = '2.3.0'
end

0 comments on commit 6eaf3cb

Please sign in to comment.