]> git.openstreetmap.org Git - rails.git/commitdiff
Don't allow libxml 2.0.0 and later to be used
authorTom Hughes <tom@compton.nu>
Wed, 11 May 2011 22:06:19 +0000 (23:06 +0100)
committerTom Hughes <tom@compton.nu>
Tue, 17 May 2011 23:36:02 +0000 (00:36 +0100)
config/environment.rb

index ce5a89350dae69af277772029dbc2c1f3ebcdbd5..15ec2457937e0c22ea18806c175d12dff83bd21a 100644 (file)
@@ -18,7 +18,7 @@ Rails::Initializer.run do |config|
   unless  STATUS == :database_offline
     config.gem 'composite_primary_keys', :version => '2.2.2'
   end
-  config.gem 'libxml-ruby', :version => '>= 1.1.1', :lib => 'libxml'
+  config.gem 'libxml-ruby', :version => ['>= 1.1.1', ' < 2.0.0'], :lib => 'libxml'
   config.gem 'rmagick', :lib => 'RMagick'
   config.gem 'oauth', :version => '>= 0.4.3'
   config.gem 'oauth-plugin', :version => '0.3.14'