Skip to content

Commit

Permalink
Update dependency to mini_portile 0.7.0.rc4
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Sep 4, 2015
1 parent 8987f97 commit e0ed4e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -4,7 +4,7 @@

source "https://rubygems.org/"

gem "mini_portile", "~>0.7.0.rc2"
gem "mini_portile", "~>0.7.0.rc4"

gem "rdoc", "~>4.0", :group => [:development, :test]
gem "hoe-bundler", ">=1.1", :group => [:development, :test]
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -128,7 +128,7 @@ HOE = Hoe.spec 'nokogiri' do

unless java?
self.extra_deps += [
["mini_portile", "~> 0.7.0.rc2"],
["mini_portile", "~> 0.7.0.rc4"],
]
end

Expand Down

0 comments on commit e0ed4e3

Please sign in to comment.