Skip to content

Commit

Permalink
Bump up required ruby version to 3.0.0 (#369)
Browse files Browse the repository at this point in the history
* Bump up required ruby version to 3.0.0

This commit is related to #340. In #357, we limited CI support to Ruby 3.0 and above, but in the gemspec, we still had dependencies set for older Ruby versions.

* Update CHANGELOG.md
  • Loading branch information
willnet authored Mar 25, 2024
1 parent 856eacd commit bbebb0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog
## HEAD

* Bump up required ruby version to 3.0.0 [#369](https://github.com/Sorcery/sorcery/pull/369)

## 0.17.0

* Fix Rails 7.1 compatibility by using `ActiveRecord.timestamped_migrations` [#352](https://github.com/Sorcery/sorcery/pull/352)
Expand Down
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 bbebb0f

Please sign in to comment.