Skip to content

Commit 736e87d

Browse files
committed
Drop Ruby 2.7 support
1 parent ed5ecb3 commit 736e87d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: ubuntu-latest
3838
strategy:
3939
matrix:
40-
ruby: [2.7, '3.0', 3.1, 3.2, 3.3]
40+
ruby: ['3.0', 3.1, 3.2, 3.3]
4141

4242
steps:
4343
- uses: actions/checkout@v4

stimulus_reflex.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Gem::Specification.new do |gem|
3737
"[A-Z]*"
3838
]
3939

40-
gem.required_ruby_version = ">= 2.7.0"
40+
gem.required_ruby_version = ">= 3.0.0"
4141

4242
rails_version = [">= 5.2", "< 8"]
4343
gem.add_dependency "actioncable", *rails_version

0 commit comments

Comments
 (0)