Skip to content

Commit

Permalink
Merge branch 'main' into support_ruby3_3_0
Browse files Browse the repository at this point in the history
  • Loading branch information
hotoolong authored Jan 4, 2024
2 parents 0bcccad + 51d2a0d commit b8a1948
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
ruby: [ '2.6', '2.7', '3.0', '3.1', '3.2', '3.3' ]
ruby: [ '3.0', '3.1', '3.2', '3.3' ]

runs-on: ${{ matrix.os }}

Expand Down
2 changes: 1 addition & 1 deletion embed_callbacks.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
spec.description = %q{Whenever you want to add a callback, you can easily incorporate the process.\n }
spec.homepage = "https://github.com/hotoolong/embed_callbacks"
spec.license = "MIT"
spec.required_ruby_version = Gem::Requirement.new(">= 2.6.0")
spec.required_ruby_version = Gem::Requirement.new(">= 3.0.0")

spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
Expand Down

0 comments on commit b8a1948

Please sign in to comment.