X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/8c2d6cbed676aa23bc5361fa0e976c045c541196..bde5fb48dbe2159f6f631ea6ed3604c97412f7c6:/Gemfile diff --git a/Gemfile b/Gemfile index 8d010bea7..60a8fcace 100644 --- a/Gemfile +++ b/Gemfile @@ -55,6 +55,7 @@ gem "bootstrap_form", "~> 5.0" gem "cancancan" gem "config" gem "delayed_job_active_record" +gem "dry-schema", "< 1.14.0" # see https://github.com/openstreetmap/openstreetmap-website/issues/5482 gem "dry-validation" gem "frozen_record" gem "http_accept_language", "~> 2.1.1" @@ -148,6 +149,8 @@ gem "zeitwerk", "< 2.7" group :development do gem "better_errors" gem "binding_of_caller" + gem "danger" + gem "danger-auto_label" gem "debug_inspector" gem "i18n-tasks" gem "listen" @@ -181,6 +184,8 @@ end group :development, :test do gem "annotate" + gem "teaspoon" + gem "teaspoon-mocha", "~> 2.3.3" # See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem gem "debug", :require => "debug/prelude"