Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,8 @@ jobs:
matrix:
ruby:
# See comment comes from https://github.com/ruby/setup-ruby#matrix-of-ruby-versions
# Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0'
- '3.0'
- 3.1
- 3.2
- 3.3
- 3.4
- head
env:
BUNDLE_GEMFILE: Gemfile
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ DEPENDENCIES
rspec

BUNDLED WITH
2.5.23
4.0.15
2 changes: 1 addition & 1 deletion code_manifest.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
spec.summary = "A code manifest"
spec.description = "A code manifest"
spec.homepage = "https://github.com/rubyatscale/code_manifest"
spec.required_ruby_version = Gem::Requirement.new(">= 2.7")
spec.required_ruby_version = Gem::Requirement.new(">= 3.3")

spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = "https://github.com/rubyatscale/code_manifest"
Expand Down
Loading