File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 15
15
REQUIRED_LIBXML_VERSION = "2.6.21"
16
16
RECOMMENDED_LIBXML_VERSION = "2.9.3"
17
17
18
- REQUIRED_MINI_PORTILE_VERSION = "~> 2.7 .0" # keep this version in sync with the one in the gemspec
18
+ REQUIRED_MINI_PORTILE_VERSION = "~> 2.8 .0" # keep this version in sync with the one in the gemspec
19
19
REQUIRED_PKG_CONFIG_VERSION = "~> 1.1"
20
20
21
21
# Keep track of what versions of what libraries we build against
Original file line number Diff line number Diff line change @@ -318,7 +318,7 @@ Gem::Specification.new do |spec|
318
318
spec . extra_rdoc_files += Dir . glob ( "README.md" )
319
319
spec . rdoc_options = [ "--main" , "README.md" ]
320
320
321
- spec . add_runtime_dependency ( "mini_portile2" , "~> 2.7 .0" ) unless java_p # keep version in sync with extconf.rb
321
+ spec . add_runtime_dependency ( "mini_portile2" , "~> 2.8 .0" ) unless java_p # keep version in sync with extconf.rb
322
322
spec . add_runtime_dependency ( "racc" , "~> 1.4" )
323
323
324
324
spec . add_development_dependency ( "bundler" , "~> 2.2" )
You can’t perform that action at this time.
0 commit comments