Skip to content

Commit

Permalink
build(deps-dev): update rake-compiler-dock requirement from 1.4.0 to …
Browse files Browse the repository at this point in the history
…1.5.0 (#3181)
  • Loading branch information
flavorjones committed Apr 22, 2024
2 parents f26fad1 + 3072c6f commit 42a1fc9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -17,7 +17,7 @@ group :development do

# building extensions
gem "rake-compiler", "1.2.7"
gem "rake-compiler-dock", "1.4.0"
gem "rake-compiler-dock", "1.5.0"

# parser generator
gem "rexical", "= 1.0.7"
Expand Down
4 changes: 2 additions & 2 deletions rakelib/extensions.rake
Expand Up @@ -72,9 +72,9 @@ CrossRuby = Struct.new(:version, :platform) do
when "x86-mingw32"
"i686-w64-mingw32-"
when "x86_64-linux"
"x86_64-redhat-linux-"
"x86_64-redhat-linux-gnu-"
when "x86-linux"
"i686-redhat-linux-"
"i686-redhat-linux-gnu-"
when "aarch64-linux"
"aarch64-linux-gnu-"
when "x86_64-darwin"
Expand Down

0 comments on commit 42a1fc9

Please sign in to comment.