1 source 'http://rubygems.org'
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'
11 gem 'SystemTimer', '>= 1.1.3', :require => 'system_timer'
14 # Should only load if memcache is in use
17 # Should only load if we're not in database offline mode
18 gem 'composite_primary_keys', '>= 3.0.0.0'
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