X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/b0ffe17cec6fdd9bb27c1e8a3deb37f46d2d37bf..59f15a9bc0fa71370984d8dafa065c5adc9a1f27:/Gemfile diff --git a/Gemfile b/Gemfile index a2387771a..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" @@ -183,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"