]> git.openstreetmap.org Git - rails.git/blob - Gemfile
Rework AMF controller's streaming output for rails 3
[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 gem 'rails-i18n-updater'
14
15 # Should only load if memcache is in use
16 gem 'memcached'
17
18 # Should only load if we're not in database offline mode
19 gem 'composite_primary_keys', '>= 3.0.0.0'
20
21 # Bundle gems for the local environment. Make sure to
22 # put test-only gems in this group so their generators
23 # and rake tasks are available in development mode:
24 group :development, :test do
25   gem 'timecop'
26 end