aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authoryuuji.yaginuma <yuuji.yaginuma@gmail.com>2018-10-02 08:57:58 +0900
committerYuji Yaginuma <yuuji.yaginuma@gmail.com>2018-10-02 10:45:29 +0900
commitcab17ffe4ed5c37acdba046d0da0b0e137262f17 (patch)
tree04add90257e94aad37c9e31e7d255ea35a981845 /Gemfile
parent2334fe8ffab7aa67504ae4a6b483f1a914b415bb (diff)
downloadrails-cab17ffe4ed5c37acdba046d0da0b0e137262f17.tar.gz
rails-cab17ffe4ed5c37acdba046d0da0b0e137262f17.tar.bz2
rails-cab17ffe4ed5c37acdba046d0da0b0e137262f17.zip
Remove unnecessary `coffee-rails`
Since we no longer use coffeescript in the generated files by 4838c1716a0340137d858fab49bf460e23be5a4b, this is no longer necessary.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 0 insertions, 1 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"