Skip to content

Commit 6ec316b

Browse files
committed
Drop to support Ruby 2.4 because the latest version of core_assertions only support Ruby 2.5+
1 parent 425c7a1 commit 6ec316b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/libyaml.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
uses: ruby/actions/.github/workflows/ruby_versions.yml@master
88
with:
99
engine: cruby
10-
min_version: 2.4
10+
min_version: 2.5
1111

1212
build:
1313
needs: ruby-versions

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
uses: ruby/actions/.github/workflows/ruby_versions.yml@master
88
with:
99
engine: cruby-jruby
10-
min_version: 2.4
10+
min_version: 2.5
1111

1212
test:
1313
needs: ruby-versions

psych.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ DESCRIPTION
4242
s.rdoc_options = ["--main", "README.md"]
4343
s.extra_rdoc_files = ["README.md"]
4444

45-
s.required_ruby_version = Gem::Requirement.new(">= 2.4.0")
45+
s.required_ruby_version = Gem::Requirement.new(">= 2.5.0")
4646
s.required_rubygems_version = Gem::Requirement.new(">= 0")
4747

4848
if RUBY_ENGINE == 'jruby'

0 commit comments

Comments
 (0)