Skip to content

Commit

Permalink
Drop support for EOL'd Ruby 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Dec 26, 2023
1 parent 29a4b66 commit b40017f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:

matrix:
ruby-version:
- '2.5'
- '2.6'
- '2.7'
- '3.0'
Expand Down
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require:
AllCops:
DisplayCopNames: true
NewCops: enable
TargetRubyVersion: 2.5
TargetRubyVersion: 2.6

Bundler/DuplicatedGem:
Enabled: false
Expand Down
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ source "https://rubygems.org"

gemspec

gem "bundler", "~> 2.4.0"
gem "rake", ">= 11"

# Use local copy of simplecov in development if you want to
Expand Down
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ PLATFORMS
ruby

DEPENDENCIES
bundler (~> 2.4.0)
minitest
rake (>= 11)
rubocop
Expand All @@ -81,4 +82,4 @@ DEPENDENCIES
yui-compressor

BUNDLED WITH
2.5.3
2.4.22
2 changes: 1 addition & 1 deletion simplecov-html.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |gem|
gem.summary = gem.description
gem.license = "MIT"

gem.required_ruby_version = ">= 2.5"
gem.required_ruby_version = ">= 2.6"

gem.files = Dir.chdir(__dir__) do
`git ls-files -z`.split("\x0").reject do |f|
Expand Down

0 comments on commit b40017f

Please sign in to comment.