X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/4ab70b63c391c11f4eb9e914507662629c257c7e..e2892ecae75ac7706a3d9d52aeef0bd534f74a60:/Gemfile diff --git a/Gemfile b/Gemfile index 34bb226b9..5d8807422 100644 --- a/Gemfile +++ b/Gemfile @@ -41,9 +41,10 @@ gem "image_optim_rails" # Load rails plugins gem "actionpack-page_caching", ">= 1.2.0" -gem "active_record_union" gem "activerecord-import" -gem "bootstrap", "~> 4.3.1" +gem "active_record_union" +gem "bootstrap", "~> 4.5.0" +gem "bootstrap_form", "~> 4.0" gem "cancancan" gem "composite_primary_keys", "~> 12.0.0" gem "config" @@ -54,7 +55,7 @@ gem "i18n-js", ">= 3.0.0" gem "oauth-plugin", ">= 0.5.1" gem "openstreetmap-deadlock_retry", ">= 1.3.0", :require => "deadlock_retry" gem "rack-cors" -gem "rails-i18n", "~> 4.0.0" +gem "rails-i18n", "~> 6.0.0" gem "rinku", ">= 2.0.6", :require => "rails_rinku" gem "strong_migrations" gem "validates_email_format_of", ">= 1.5.1" @@ -138,12 +139,13 @@ end # Gems needed for running tests group :test do + gem "brakeman" gem "capybara", ">= 2.15" gem "coveralls", :require => false gem "erb_lint", :require => false gem "factory_bot_rails" gem "minitest", "~> 5.1" - gem "puma", "~> 3.11" + gem "puma", "~> 4.3" gem "rails-controller-testing" gem "rubocop" gem "rubocop-minitest"