diff options
author | Louise Crow <louise.crow@gmail.com> | 2015-06-19 13:36:43 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2015-06-19 13:36:43 +0100 |
commit | fefe82caa015afc1765ce8b3b157ee5bcd16d1a6 (patch) | |
tree | 4d12cd75bf4bb0888e325c19c682fa866b4daf68 | |
parent | a79349eb1fc51f0af1f3087b7c005e37b7133fc6 (diff) |
Add nokogiri to main group
As we're using nokogiri as the XmlMini backend as of bd6e94fc7c9c1790622ba29655f6e7e27044dd64,
it should be in the default gem group.
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,6 +21,7 @@ gem 'mahoro', '~> 0.4' gem 'memcache-client', '~> 1.8.5' gem 'net-http-local', '~> 0.1.2', :platforms => [:ruby_18, :ruby_19] gem 'net-purge', '~> 0.1.0' +gem 'nokogiri', '~> 1.5.9' gem 'open4', '~> 1.3.4' gem 'rack', '~> 1.4.6' if RUBY_VERSION.to_f >= 1.9 @@ -69,7 +70,6 @@ group :test do gem 'fakeweb', '~> 1.3.0' gem 'coveralls', :require => false gem 'webrat', '~> 0.7.3' - gem 'nokogiri', '~> 1.5.9' end group :test, :development do |