diff --git a/ext/re2/recipes.rb b/ext/re2/recipes.rb index 2ee2698..18e5d01 100644 --- a/ext/re2/recipes.rb +++ b/ext/re2/recipes.rb @@ -1,5 +1,5 @@ PACKAGE_ROOT_DIR = File.expand_path('../..', __dir__) -REQUIRED_MINI_PORTILE_VERSION = '~> 2.8.4' # keep this version in sync with the one in the gemspec +REQUIRED_MINI_PORTILE_VERSION = '~> 2.8.5' # keep this version in sync with the one in the gemspec def build_recipe(name, version) require 'rubygems' diff --git a/re2.gemspec b/re2.gemspec index dbb64de..1a7475d 100644 --- a/re2.gemspec +++ b/re2.gemspec @@ -40,5 +40,5 @@ Gem::Specification.new do |s| s.add_development_dependency("rake-compiler", "~> 1.2.1") s.add_development_dependency("rake-compiler-dock", "~> 1.3.0") s.add_development_dependency("rspec", "~> 3.2") - s.add_runtime_dependency("mini_portile2", "~> 2.8.4") # keep version in sync with extconf.rb + s.add_runtime_dependency("mini_portile2", "~> 2.8.5") # keep version in sync with extconf.rb end