Skip to content

Commit 19bef76

Browse files
committed
Revert "Drop support for EOL'd Ruby 2.5"
This reverts commit b40017f.
1 parent b15e26f commit 19bef76

File tree

5 files changed

+4
-5
lines changed

5 files changed

+4
-5
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010

1111
matrix:
1212
ruby-version:
13+
- '2.5'
1314
- '2.6'
1415
- '2.7'
1516
- '3.0'

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require:
66
AllCops:
77
DisplayCopNames: true
88
NewCops: enable
9-
TargetRubyVersion: 2.6
9+
TargetRubyVersion: 2.5
1010

1111
Bundler/DuplicatedGem:
1212
Enabled: false

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ source "https://rubygems.org"
44

55
gemspec
66

7-
gem "bundler", "~> 2.4.0"
87
gem "rake", ">= 11"
98

109
# Use local copy of simplecov in development if you want to

Gemfile.lock

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ PLATFORMS
7272
universal-java-1.8
7373

7474
DEPENDENCIES
75-
bundler (~> 2.4.0)
7675
minitest
7776
rake (>= 11)
7877
rubocop (~> 1.50.2)
@@ -86,4 +85,4 @@ DEPENDENCIES
8685
yui-compressor
8786

8887
BUNDLED WITH
89-
2.4.22
88+
2.5.3

simplecov-html.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Gem::Specification.new do |gem|
1414
gem.summary = gem.description
1515
gem.license = "MIT"
1616

17-
gem.required_ruby_version = ">= 2.6"
17+
gem.required_ruby_version = ">= 2.5"
1818

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

0 commit comments

Comments
 (0)