Skip to content

Commit f4ad20d

Browse files
committed
Drop Ruby 2.7 support
1 parent 278393c commit f4ad20d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/tests.yml

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
strategy:
1515
matrix:
1616
ruby:
17-
- 2.7
1817
- '3.0'
1918
- 3.1
2019
- 3.2

turbo_power.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
1212
spec.description = spec.summary
1313
spec.homepage = "https://github.com/marcoroth/turbo_power-rails"
1414
spec.license = "MIT"
15-
spec.required_ruby_version = ">= 2.7.0"
15+
spec.required_ruby_version = ">= 3.0.0"
1616

1717
spec.metadata["homepage_uri"] = spec.homepage
1818
spec.metadata["source_code_uri"] = "https://github.com/marcoroth/turbo_power-rails"

0 commit comments

Comments
 (0)