Skip to content

Commit

Permalink
Test latest changes in mini_portile2
Browse files Browse the repository at this point in the history
This attempts to launch all builds with
flavorjones/mini_portile#144.
  • Loading branch information
stanhu committed May 29, 2024
1 parent 55a17ec commit 1201f08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ gem "rake", "> 12.3.2"
group :memcheck, optional: true do
gem "ruby_memcheck"
end

gem 'mini_portile2', git: 'https://github.com/flavorjones/mini_portile.git', branch: 'flavorjones-cxx-command'
1 change: 0 additions & 1 deletion re2.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,4 @@ Gem::Specification.new do |s|
s.add_development_dependency("rake-compiler", "~> 1.2.7")
s.add_development_dependency("rake-compiler-dock", "~> 1.5.0")
s.add_development_dependency("rspec", "~> 3.2")
s.add_runtime_dependency("mini_portile2", "~> 2.8.6") # keep version in sync with extconf.rb
end

0 comments on commit 1201f08

Please sign in to comment.