Skip to content

Commit 4d2ddea

Browse files
authored
Require Ruby >= 3.3 and update CI Ruby versions (#12)
* Require Ruby >= 3.3 and update CI Ruby versions * Bump bundler to 4.0.15
1 parent c1f4740 commit 4d2ddea

3 files changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,8 @@ jobs:
99
matrix:
1010
ruby:
1111
# See comment comes from https://github.com/ruby/setup-ruby#matrix-of-ruby-versions
12-
# Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0'
13-
- '3.0'
14-
- 3.1
15-
- 3.2
1612
- 3.3
13+
- 3.4
1714
- head
1815
env:
1916
BUNDLE_GEMFILE: Gemfile

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ DEPENDENCIES
5050
rspec
5151

5252
BUNDLED WITH
53-
2.5.23
53+
4.0.15

code_manifest.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
1111
spec.summary = "A code manifest"
1212
spec.description = "A code manifest"
1313
spec.homepage = "https://github.com/rubyatscale/code_manifest"
14-
spec.required_ruby_version = Gem::Requirement.new(">= 2.7")
14+
spec.required_ruby_version = Gem::Requirement.new(">= 3.3")
1515

1616
spec.metadata["homepage_uri"] = spec.homepage
1717
spec.metadata["source_code_uri"] = "https://github.com/rubyatscale/code_manifest"

0 commit comments

Comments
 (0)