X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/e5c5776e65f1a461d7d1aa678e843c9cf83316c2..40c71f28be97ffcafb47058fd2590020fb8567a1:/Gemfile diff --git a/Gemfile b/Gemfile index d678dc6e5..af3b9c09f 100644 --- a/Gemfile +++ b/Gemfile @@ -141,9 +141,6 @@ gem "image_processing" # Used to validate widths gem "unicode-display_width" -gem "teaspoon" -gem "teaspoon-mocha", "~> 2.3.3" - # Gems useful for development group :development do gem "better_errors" @@ -181,6 +178,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"