aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorTeddy Wing2015-01-24 04:54:48 -0500
committerTeddy Wing2015-01-24 04:54:48 -0500
commit902a42751e81d5860b08dd5d15824b06a9ddf819 (patch)
treebcf606a3dc0b7f9321ea05da9b43656bd266328b /Gemfile
parentcc4e04cc9cc9a9db1353f5f8b77fdae0e664c287 (diff)
downloadNotes-angular-demo-902a42751e81d5860b08dd5d15824b06a9ddf819.tar.bz2
Gemfile: Remove 'coffeescript-rails'
I don't do coffeescript.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index b43fd2f..4d32fcc 100644
--- a/Gemfile
+++ b/Gemfile
@@ -10,7 +10,7 @@ gem 'sass-rails', '~> 5.0'
# Use Uglifier as compressor for JavaScript assets
gem 'uglifier', '>= 1.3.0'
# Use CoffeeScript for .coffee assets and views
-gem 'coffee-rails', '~> 4.1.0'
+# gem 'coffee-rails', '~> 4.1.0'
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
# gem 'therubyracer', platforms: :ruby