Skip to content

Commit

Permalink
drop ruby 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bodrovis committed Nov 1, 2024
1 parent 39c82f0 commit efd6150
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
gemfile:
- Gemfile
ruby:
- 3.1
- 3.2
- 3.3
runs-on: ${{ matrix.os }}
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

## Unreleased

* Do not test with Ruby 3.0
* Do not test with Ruby 3.0 and 3.1
* Test with Rails 8

## 6.0.0 (14-Nov-23)

Expand Down
2 changes: 1 addition & 1 deletion angular_rails_csrf.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|

s.files = Dir['lib/**/*', 'MIT-LICENSE', 'Rakefile', 'README.md']

s.required_ruby_version = '>= 3.0'
s.required_ruby_version = '>= 3.2'

s.add_dependency 'railties', '>= 3', '< 9'

Expand Down

0 comments on commit efd6150

Please sign in to comment.