Skip to content

Commit

Permalink
Drop Ruby 2.7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoroth committed Feb 7, 2024
1 parent ed5ecb3 commit 736e87d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [2.7, '3.0', 3.1, 3.2, 3.3]
ruby: ['3.0', 3.1, 3.2, 3.3]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion stimulus_reflex.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Gem::Specification.new do |gem|
"[A-Z]*"
]

gem.required_ruby_version = ">= 2.7.0"
gem.required_ruby_version = ">= 3.0.0"

rails_version = [">= 5.2", "< 8"]
gem.add_dependency "actioncable", *rails_version
Expand Down

0 comments on commit 736e87d

Please sign in to comment.