projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6cb69b5
)
Don't allow libxml 2.0.0 and later to be used
author
Tom Hughes
<tom@compton.nu>
Wed, 11 May 2011 22:06:19 +0000
(23:06 +0100)
committer
Tom Hughes
<tom@compton.nu>
Tue, 17 May 2011 23:36:02 +0000
(
00:36
+0100)
config/environment.rb
patch
|
blob
|
history
diff --git
a/config/environment.rb
b/config/environment.rb
index ce5a89350dae69af277772029dbc2c1f3ebcdbd5..15ec2457937e0c22ea18806c175d12dff83bd21a 100644
(file)
--- a/
config/environment.rb
+++ b/
config/environment.rb
@@
-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'