From e0bd4c975d92ee0020a5b4e74d9dfaa24501844d Mon Sep 17 00:00:00 2001 From: Thomas von Deyen Date: Wed, 11 Apr 2018 12:21:54 +0200 Subject: [PATCH] Do not require localeapp gem This gem sneaks into `I18n.translate`, We only want to use this gem to update the default locale and not to do anything while running the dummy app. --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 6d318e8686..586a6bca0b 100644 --- a/Gemfile +++ b/Gemfile @@ -28,7 +28,7 @@ group :development, :test do gem 'spring-commands-rspec' gem 'rubocop', require: false gem 'listen' - gem 'localeapp', '~> 3.0' + gem 'localeapp', '~> 3.0', require: false gem 'dotenv', '~> 2.2' end gem 'capybara', '~> 3.0'