Skip to content

Commit 2467512

Browse files
committed
Bring back Ruby 2.4 support
Closes: #76
1 parent 5120453 commit 2467512

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
ruby:
55
strategy:
66
matrix:
7-
ruby: [2.5, 2.6, 2.7, truffleruby-head]
7+
ruby: [2.4, 2.5, 2.6, 2.7, truffleruby-head]
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v2

json_schemer.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
2020
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
2121
spec.require_paths = ["lib"]
2222

23-
spec.required_ruby_version = '~> 2.5'
23+
spec.required_ruby_version = '~> 2.4'
2424

2525
spec.add_development_dependency "bundler", "~> 2.0"
2626
spec.add_development_dependency "rake", "~> 13.0"

0 commit comments

Comments
 (0)