Require arel 2.0.8 or later to avoid problems with Postgres enums
This commit is contained in:
parent
b6ebd640f8
commit
11799d729e
1 changed files with 1 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -3,6 +3,7 @@ source 'http://rubygems.org'
|
|||
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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue