diff options
author | Santiago Pastorino <santiago@wyeworks.com> | 2010-08-15 09:17:40 -0300 |
---|---|---|
committer | Santiago Pastorino <santiago@wyeworks.com> | 2010-08-15 09:18:08 -0300 |
commit | 1607a8b08ce355043220f035b6d56a6e5a5d782c (patch) | |
tree | 27e7a9c4210ab4fa49e20afffdf723dda4366a15 | |
parent | f939fb5e310a0ca8ddfdfb0a6f08bc0fb252a1eb (diff) | |
download | rails-1607a8b08ce355043220f035b6d56a6e5a5d782c.tar.gz rails-1607a8b08ce355043220f035b6d56a6e5a5d782c.tar.bz2 rails-1607a8b08ce355043220f035b6d56a6e5a5d782c.zip |
This is not needed anymore
-rw-r--r-- | Gemfile | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -49,12 +49,3 @@ platforms :jruby do gem "activerecord-jdbcpostgresql-adapter" end end - -env 'CI' do - gem "nokogiri", ">= 1.4.3.1" - - platforms :ruby_18 do - # fcgi gem doesn't compile on 1.9 - gem "fcgi", ">= 0.8.8" - end -end |