Skip to content

Commit

Permalink
Test mini_portile 2.8.7.rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
stanhu committed May 31, 2024
1 parent 55a17ec commit 5e68491
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ext/re2/recipes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# Released under the BSD Licence, please see LICENSE.txt

PACKAGE_ROOT_DIR = File.expand_path('../..', __dir__)
REQUIRED_MINI_PORTILE_VERSION = '~> 2.8.6' # keep this version in sync with the one in the gemspec
REQUIRED_MINI_PORTILE_VERSION = '2.8.7.rc1' # keep this version in sync with the one in the gemspec

def load_recipes
require 'yaml'
Expand Down
2 changes: 1 addition & 1 deletion re2.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ 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
s.add_runtime_dependency("mini_portile2", "2.8.7.rc1") # keep version in sync with extconf.rb
end

0 comments on commit 5e68491

Please sign in to comment.