Skip to content

Commit

Permalink
Merge pull request #41 from rromanchuk/update-pinned
Browse files Browse the repository at this point in the history
CWE-472
  • Loading branch information
fschuindt authored Mar 17, 2023
2 parents 184b9f3 + 6903901 commit ce21d1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firebase_id_token.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ Gem::Specification.new do |spec|

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_dependency 'httparty', '~> 0.21', '>= 0.16.2'
spec.add_runtime_dependency 'jwt', '~> 2.1', '>= 2.1.0'
end

0 comments on commit ce21d1c

Please sign in to comment.