Skip to content

Commit

Permalink
Upgrade to rake-compiler-dock 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mudge committed Dec 13, 2024
1 parent b46d4fb commit c5c1988
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ cross_platforms = %w[
x86_64-linux
].freeze

ENV['RUBY_CC_VERSION'] = %w[3.3.0 3.2.0 3.1.0 3.0.0 2.7.0 2.6.0].join(':')
ENV['RUBY_CC_VERSION'] = %w[3.3.5 3.2.0 3.1.0 3.0.0 2.7.0 2.6.0].join(':')

Gem::PackageTask.new(re2_gemspec).define

Expand Down
2 changes: 1 addition & 1 deletion re2.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Gem::Specification.new do |s|
"spec/re2/scanner_spec.rb"
]
s.add_development_dependency("rake-compiler", "~> 1.2.7")
s.add_development_dependency("rake-compiler-dock", "~> 1.5.2")
s.add_development_dependency("rake-compiler-dock", "~> 1.6.0")
s.add_development_dependency("rspec", "~> 3.2")
s.add_runtime_dependency("mini_portile2", "~> 2.8.7") # keep version in sync with extconf.rb
end

0 comments on commit c5c1988

Please sign in to comment.