X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/604011d6a88571730f2fbb0c4b718f5edccafc30..6d59a122ead9e2cc7d340ba6ec13cfdc250e1e5e:/Gemfile diff --git a/Gemfile b/Gemfile index 88f2ff11a..015b4fcdc 100644 --- a/Gemfile +++ b/Gemfile @@ -1,9 +1,9 @@ source 'http://rubygems.org' -gem 'rails', '3.0.4' +gem 'rails', '3.0.5' gem 'pg' -gem 'arel', '>= 2.0.8' +gem 'arel', '>= 2.0.9' gem 'libxml-ruby', '>= 2.0.5', :require => 'libxml' gem 'rmagick', :require => 'RMagick' gem 'oauth', '>= 0.4.4' @@ -18,7 +18,7 @@ gem 'validates_email_format_of', '>= 1.4.5' gem 'memcached' # Should only load if we're not in database offline mode -gem 'composite_primary_keys', '>= 3.1.1' +gem 'composite_primary_keys', '>= 3.1.4' # Bundle gems for the local environment. Make sure to # put test-only gems in this group so their generators