X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/d5672aed4a40af96431ac19e77574813f0a7a2e1..724d92d5f1992a2327982144e66697516ab82d8b:/Gemfile diff --git a/Gemfile b/Gemfile index addc105d8..9d759548c 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source "https://rubygems.org" # Require rails -gem "rails", "5.1.5" +gem "rails", "5.2.0" # Require things which have moved to gems in ruby 1.9 gem "bigdecimal", "~> 1.1.0", :platforms => :ruby_19 @@ -31,6 +31,9 @@ gem "jquery-rails" # gem 'jbuilder', '~> 2.0' gem "jsonify-rails" +# Reduces boot times through caching; required in config/boot.rb +gem "bootsnap", ">= 1.1.0", :require => false + # Use R2 for RTL conversion gem "r2", "~> 0.2.7" @@ -42,7 +45,7 @@ gem "image_optim_rails" # Load rails plugins gem "actionpack-page_caching" -gem "composite_primary_keys", "~> 10.0.0" +gem "composite_primary_keys", "~> 11.0.0" gem "dynamic_form" gem "http_accept_language", "~> 2.0.0" gem "i18n-js", ">= 3.0.0" @@ -73,6 +76,9 @@ gem "omniauth-windowslive" # Markdown formatting support gem "redcarpet" +# For status transitions of Issues +gem "aasm" + # Load libxml support for XML parsing and generation gem "libxml-ruby", ">= 2.0.5", :require => "libxml"