Skip to content

Commit

Permalink
Upgrade to rake-compiler-dock 1.4.0
Browse files Browse the repository at this point in the history
So that we can build a final version of the gem for Ruby 3.3.0, upgrade
from rake-compiler-dock 1.4.0.rc1.
  • Loading branch information
mudge committed Dec 27, 2023
1 parent ccf946f commit 10b21e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
key: archives-ubuntu-${{hashFiles('ext/re2/extconf.rb')}}
- run: |
docker run --rm -v "$(pwd):/re2" -w /re2 \
"ghcr.io/rake-compiler/rake-compiler-dock-image:1.4.0.rc2-mri-${{matrix.platform}}" \
"ghcr.io/rake-compiler/rake-compiler-dock-image:1.4.0-mri-${{matrix.platform}}" \
./scripts/test-gem-build gems ${{matrix.platform}} ${{github.ref_type}}
- uses: actions/upload-artifact@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion re2.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Gem::Specification.new do |s|
"spec/re2/scanner_spec.rb"
]
s.add_development_dependency("rake-compiler", "~> 1.2.5")
s.add_development_dependency("rake-compiler-dock", "~> 1.4.0.rc2")
s.add_development_dependency("rake-compiler-dock", "~> 1.4.0")
s.add_development_dependency("rspec", "~> 3.2")
s.add_runtime_dependency("mini_portile2", "~> 2.8.5") # keep version in sync with extconf.rb
end

0 comments on commit 10b21e3

Please sign in to comment.