Skip to content

Commit

Permalink
Update gems
Browse files Browse the repository at this point in the history
  • Loading branch information
farski committed Oct 8, 2020
1 parent 57ff7f8 commit a5322bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prx_auth.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = '>= 2.3'

spec.add_development_dependency 'bundler', '~> 2.0'
spec.add_development_dependency 'rake', '~> 10.0'
spec.add_development_dependency 'rake', '~> 12.3.3'
spec.add_development_dependency 'coveralls', '~> 0'
spec.add_development_dependency 'guard'
spec.add_development_dependency 'guard-minitest'

spec.add_dependency 'rack', '>= 1.5.2'
spec.add_dependency 'json', '>= 1.8.1'
spec.add_dependency 'json-jwt', '~> 1.9.4'
spec.add_dependency 'json-jwt', '~> 1.11.0'
end

0 comments on commit a5322bd

Please sign in to comment.