]> git.openstreetmap.org Git - rails.git/commitdiff
Require arel 2.0.8 or later to avoid problems with Postgres enums
authorTom Hughes <tom@compton.nu>
Thu, 10 Feb 2011 00:34:59 +0000 (00:34 +0000)
committerTom Hughes <tom@compton.nu>
Mon, 14 Nov 2011 09:42:47 +0000 (09:42 +0000)
Gemfile

diff --git a/Gemfile b/Gemfile
index 7b9168fc9927935f17598f3339741711e047b1bc..b2aef90c1e9cfe3b9935eeb64302b80b8410f3da 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -3,6 +3,7 @@ source 'http://rubygems.org'
 gem 'rails', '3.0.4'
 
 gem 'pg'
 gem 'rails', '3.0.4'
 
 gem 'pg'
+gem 'arel', '>= 2.0.8'
 gem 'libxml-ruby', '>= 2.0.5', :require => 'libxml'
 gem 'rmagick', :require => 'RMagick'
 gem 'oauth', '>= 0.4.3'
 gem 'libxml-ruby', '>= 2.0.5', :require => 'libxml'
 gem 'rmagick', :require => 'RMagick'
 gem 'oauth', '>= 0.4.3'