]> git.openstreetmap.org Git - rails.git/blob - Gemfile
Use new ActionMail API to send emails
[rails.git] / Gemfile
1 source 'http://rubygems.org'
2
3 gem 'rails', '3.0.0'
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
14 # Should only load if memcache is in use
15 gem 'memcached'
16
17 # Should only load if we're not in database offline mode
18 gem 'composite_primary_keys', '>= 3.0.0.0'
19
20 # Bundle gems for the local environment. Make sure to
21 # put test-only gems in this group so their generators
22 # and rake tasks are available in development mode:
23 group :development, :test do
24   gem 'timecop'
25 end