X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/c162c065c6f6db5dc584599f5639b296b627a165..b6ecdb750773a0e089760ff8f0cbab2d81d6317d:/Gemfile diff --git a/Gemfile b/Gemfile index 0a00a6496..fb5d56f24 100644 --- a/Gemfile +++ b/Gemfile @@ -28,8 +28,7 @@ gem "coffee-rails", "~> 4.2" gem "jquery-rails" # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder -# gem 'jbuilder', '~> 2.0' -gem "jsonify-rails" +gem "jbuilder", "~> 2.7" # Reduces boot times through caching; required in config/boot.rb gem "bootsnap", ">= 1.1.0", :require => false @@ -44,7 +43,6 @@ gem "autoprefixer-rails", "~> 8.6.3" gem "image_optim_rails" # Load rails plugins -gem "actionpack-page_caching" gem "active_record_union" gem "activerecord-import" gem "cancancan" @@ -55,11 +53,10 @@ gem "dynamic_form" gem "http_accept_language", "~> 2.0.0" gem "i18n-js", ">= 3.0.0" gem "oauth-plugin", ">= 0.5.1" +gem "openstreetmap-actionpack-page_caching", ">= 1.1.2", :require => "actionpack/page_caching" gem "openstreetmap-deadlock_retry", ">= 1.3.0", :require => "deadlock_retry" -gem "paperclip", "~> 5.2" gem "rack-cors" gem "rails-i18n", "~> 4.0.0" -gem "record_tag_helper" gem "rinku", ">= 2.0.6", :require => "rails_rinku" gem "strong_migrations" gem "validates_email_format_of", ">= 1.5.1"