Skip to content

Commit 72f546a

Browse files
Use newer ruby version
1 parent 821d3b9 commit 72f546a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
- uses: ruby/setup-ruby@v1
1616
with:
17-
ruby-version: 2.6.10
17+
ruby-version: 3.4.3
1818
bundler-cache: true
1919

2020
- name: Test
@@ -29,7 +29,7 @@ jobs:
2929

3030
- uses: ruby/setup-ruby@v1
3131
with:
32-
ruby-version: 2.6.10
32+
ruby-version: 3.4.3
3333
bundler-cache: true
3434

3535
- name: Build

json-streamer.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Gem::Specification.new do |spec|
99
spec.summary = "Utility to support JSON streaming allowing you to get data based on various criteria (key, nesting level, etc)."
1010
spec.homepage = "https://github.com/thisismydesign/json-streamer"
1111
spec.license = "MIT"
12+
spec.required_ruby_version = '>= 3.1.0'
1213

1314
spec.metadata['homepage_uri'] = spec.homepage
1415
spec.metadata['source_code_uri'] = 'https://github.com/thisismydesign/json-streamer'

0 commit comments

Comments
 (0)