Skip to content

Commit

Permalink
Update bundler version in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
ianoxley committed Feb 13, 2024
1 parent 5233404 commit cd74a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omniauth-jwt.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ['lib']

spec.add_development_dependency 'bundler', '~> 1.3'
spec.add_development_dependency 'bundler', '>= 2.0'
spec.add_development_dependency 'guard'
spec.add_development_dependency 'guard-rspec'
spec.add_development_dependency 'rack-test'
Expand Down

0 comments on commit cd74a30

Please sign in to comment.