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