Skip to content

Commit

Permalink
Remove EOL Ruby versions, add new
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremycole committed Nov 1, 2024
1 parent 592e4e5 commit bec3747
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ["2.6", "2.7", "3.0", "3.1"]
ruby-version: ["3.0", "3.1", "3.2", "3.3"]
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ["2.6", "2.7", "3.0", "3.1"]
ruby-version: ["3.0", "3.1", "3.2", "3.3"]
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
Expand Down
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AllCops:
NewCops: enable
TargetRubyVersion: 2.6
TargetRubyVersion: 3.0
Layout/LineLength:
Max: 120
Style/TrailingCommaInArrayLiteral:
Expand Down
2 changes: 1 addition & 1 deletion intel_hex.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |s|
s.executables = %w[intel_hex_reader]
s.require_path = "lib"

s.required_ruby_version = ">= 2.6", "< 4"
s.required_ruby_version = ">= 3.0", "< 4"

s.metadata["rubygems_mfa_required"] = "true"
end

0 comments on commit bec3747

Please sign in to comment.