diff --git a/Gemfile b/Gemfile index 4071820..99afed1 100644 --- a/Gemfile +++ b/Gemfile @@ -14,7 +14,7 @@ gem "json_pure", "1.4.6" gem "jrails", "0.6.0" gem "haml", "2.2.20" gem "RedCloth", "4.2.3", :require => "redcloth" -gem "nokogiri", "1.4.3.1" +gem "nokogiri", "1.13.6" gem "ruby-debug" diff --git a/Gemfile.lock b/Gemfile.lock index 1586015..b9f679e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -16,7 +16,6 @@ GEM activesupport (2.3.11) autotest-growl (0.2.9) capistrano (2.5.20) - highline highline net-scp net-scp (>= 1.0.0) @@ -44,6 +43,7 @@ GEM json_pure (1.4.6) linecache (0.46) rbx-require-relative (> 0.0.4) + mini_portile2 (2.8.0) mysql (2.8.1) mysql (2.8.1-x86-mingw32) net-scp (1.0.4) @@ -53,11 +53,15 @@ GEM net-ssh (2.0.23) net-ssh-gateway (1.0.1) net-ssh (>= 1.99.1) - nokogiri (1.4.3.1) - nokogiri (1.4.3.1-x86-mingw32) + nokogiri (1.13.6) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) + nokogiri (1.13.6-x86-mingw32) + racc (~> 1.4) paperclip (2.3.6) activerecord activesupport + racc (1.6.0) rack (1.1.2) rails (2.3.11) actionmailer (= 2.3.11) @@ -104,7 +108,7 @@ DEPENDENCIES jrails (= 0.6.0) json_pure (= 1.4.6) mysql (= 2.8.1) - nokogiri (= 1.4.3.1) + nokogiri (= 1.13.6) paperclip (= 2.3.6) rails (= 2.3.11) rspec (= 1.3.0)