From cab17ffe4ed5c37acdba046d0da0b0e137262f17 Mon Sep 17 00:00:00 2001 From: "yuuji.yaginuma" Date: Tue, 2 Oct 2018 08:57:58 +0900 Subject: [PATCH] Remove unnecessary `coffee-rails` Since we no longer use coffeescript in the generated files by 4838c1716a0340137d858fab49bf460e23be5a4b, this is no longer necessary. --- Gemfile | 1 - Gemfile.lock | 4 ---- 2 files changed, 5 deletions(-) diff --git a/Gemfile b/Gemfile index c35254eb43..c630f95482 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,6 @@ gem "rake", ">= 11.1" gem "capybara", ">= 2.15" gem "rack-cache", "~> 1.2" -gem "coffee-rails" gem "sass-rails" gem "turbolinks", "~> 5" gem "webpacker", github: "rails/webpacker", require: ENV["SKIP_REQUIRE_WEBPACKER"] != "true" diff --git a/Gemfile.lock b/Gemfile.lock index dfa38ed102..727489b50a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -193,9 +193,6 @@ GEM chromedriver-helper (2.0.0) archive-zip (~> 0.10) nokogiri (~> 1.8) - coffee-rails (4.2.2) - coffee-script (>= 2.2.0) - railties (>= 4.0.0) coffee-script (2.4.1) coffee-script-source execjs @@ -529,7 +526,6 @@ DEPENDENCIES byebug capybara (>= 2.15) chromedriver-helper - coffee-rails connection_pool dalli delayed_job -- GitLab