Skip to content

Commit

Permalink
Bump up required ruby version to 3.0.0
Browse files Browse the repository at this point in the history
work related to Sorcery#340. While CI was targeted for Ruby 3.0 and above, gem dependencies were still specified for older versions.
  • Loading branch information
willnet committed Mar 14, 2024
1 parent 856eacd commit d851a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sorcery.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Gem::Specification.new do |s|

s.licenses = ['MIT']

s.required_ruby_version = '>= 2.4.9'
s.required_ruby_version = '>= 3.0.0'

s.add_dependency 'bcrypt', '~> 3.1'
s.add_dependency 'oauth', '>= 0.6'
Expand Down

0 comments on commit d851a1e

Please sign in to comment.