]> git.openstreetmap.org Git - rails.git/blob - Gemfile
Temporary fix for postgres enums pending rails 3.0.4
[rails.git] / Gemfile
1 source 'http://rubygems.org'
2
3 gem 'rails', '3.0.3'
4
5 gem 'pg'
6 gem 'libxml-ruby', '>= 2.0.5', :require => 'libxml'
7 gem 'rmagick', :require => 'RMagick'
8 gem 'oauth', '>= 0.4.3'
9 gem 'oauth-plugin', '> 0.3.14'
10 gem 'httpclient'
11 gem 'SystemTimer', '>= 1.1.3', :require => 'system_timer'
12 gem 'sanitize'
13 gem 'rails-i18n-updater'
14 gem 'validates_email_format_of', '>= 1.4.2'
15
16 # Should only load if memcache is in use
17 gem 'memcached'
18
19 # Should only load if we're not in database offline mode
20 gem 'composite_primary_keys', '>= 3.0.9'
21
22 # Bundle gems for the local environment. Make sure to
23 # put test-only gems in this group so their generators
24 # and rake tasks are available in development mode:
25 group :development, :test do
26   gem 'timecop'
27 end