Skip to content

Commit

Permalink
WIP: pin to rake-compiler-dock main/snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Dec 12, 2024
1 parent 56c8119 commit dbc2ab2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@ jobs:
bundler-cache: true
bundler: latest
- id: rcd_image_version
run: bundle exec ruby -e 'require "rake_compiler_dock"; puts "rcd_image_version=#{RakeCompilerDock::IMAGE_VERSION}"' >> $GITHUB_OUTPUT
# run: bundle exec ruby -e 'require "rake_compiler_dock"; puts "rcd_image_version=#{RakeCompilerDock::IMAGE_VERSION}"' >> $GITHUB_OUTPUT
run: echo "rcd_image_version=snapshot" >> $GITHUB_OUTPUT

#
# SECTION run the test suite across a broad matrix of rubies, configs, and systems
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ group :development do

# building extensions
gem "rake-compiler", "1.2.8"
gem "rake-compiler-dock", "1.5.2"
gem "rake-compiler-dock", github: "rake-compiler/rake-compiler-dock", branch: "main"

# parser generator
gem "rexical", "1.0.8"
Expand Down

0 comments on commit dbc2ab2

Please sign in to comment.