aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2013-06-15 11:40:12 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2013-06-15 11:40:12 -0300
commit7092467f064832907f8de53b9da659b6de10d7e8 (patch)
treee240dd6f0940b19a73677b1d2791193c0ae7df14 /Gemfile
parenta51d4e6c25d1e76327665db0c897094a5308d4ef (diff)
downloadrails-7092467f064832907f8de53b9da659b6de10d7e8.tar.gz
rails-7092467f064832907f8de53b9da659b6de10d7e8.tar.bz2
rails-7092467f064832907f8de53b9da659b6de10d7e8.zip
nokogiri >= 1.6 doesn't work with ruby 1.8
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 6098cf78a1..4b8def733c 100644
--- a/Gemfile
+++ b/Gemfile
@@ -53,7 +53,7 @@ end
platforms :ruby do
gem 'yajl-ruby'
- gem 'nokogiri', '>= 1.4.5'
+ gem 'nokogiri', '>= 1.4.5', '< 1.6'
# AR
gem 'sqlite3', '~> 1.3.5'