mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Remove unnecessary coffee-rails
Since we no longer use coffeescript in the generated files by
4838c1716a
, this is no longer necessary.
This commit is contained in:
parent
2334fe8ffa
commit
cab17ffe4e
2 changed files with 0 additions and 5 deletions
1
Gemfile
1
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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue