Skip to content

Commit

Permalink
Merge pull request #322 from sue445/ruby_2_7
Browse files Browse the repository at this point in the history
Requires Ruby 2.7+
  • Loading branch information
sue445 authored Dec 25, 2024
2 parents 798e9e8 + 7ea92dc commit 19ce08e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:

matrix:
ruby:
- "2.6"
- "2.7"
- "3.0"
- "3.1"
Expand All @@ -41,23 +40,13 @@ jobs:
- activesupport_7_2
- activesupport_8_0
exclude:
# activesupport 7.0+ requires Ruby 2.7+
- ruby: "2.6"
gemfile: activesupport_7_0
- ruby: "2.6"
gemfile: activesupport_7_1

# activesupport 7.2+ requires Ruby 3.1+
- ruby: "2.6"
gemfile: activesupport_7_2
- ruby: "2.7"
gemfile: activesupport_7_2
- ruby: "3.0"
gemfile: activesupport_7_2

# activesupport 8.0+ requires Ruby 3.2+
- ruby: "2.6"
gemfile: activesupport_8_0
- ruby: "2.7"
gemfile: activesupport_8_0
- ruby: "3.0"
Expand Down
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ inherit_gem:
- "config/performance.yml"

AllCops:
TargetRubyVersion: 2.6
TargetRubyVersion: "2.7"
NewCops: enable

Exclude:
Expand Down
2 changes: 1 addition & 1 deletion rubicure.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
spec.homepage = "https://github.com/sue445/rubicure"
spec.license = "MIT"

spec.required_ruby_version = ">= 2.6"
spec.required_ruby_version = ">= 2.7"

spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = spec.homepage
Expand Down

0 comments on commit 19ce08e

Please sign in to comment.