We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2.7
1 parent 278393c commit f4ad20dCopy full SHA for f4ad20d
.github/workflows/tests.yml
@@ -14,7 +14,6 @@ jobs:
14
strategy:
15
matrix:
16
ruby:
17
- - 2.7
18
- '3.0'
19
- 3.1
20
- 3.2
turbo_power.gemspec
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
12
spec.description = spec.summary
13
spec.homepage = "https://github.com/marcoroth/turbo_power-rails"
spec.license = "MIT"
- spec.required_ruby_version = ">= 2.7.0"
+ spec.required_ruby_version = ">= 3.0.0"
spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = "https://github.com/marcoroth/turbo_power-rails"
0 commit comments