From 902a42751e81d5860b08dd5d15824b06a9ddf819 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 24 Jan 2015 04:54:48 -0500 Subject: Gemfile: Remove 'coffeescript-rails' I don't do coffeescript. --- Gemfile | 2 +- Gemfile.lock | 1 - 2 files changed, 1 insertion(+), 2 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 diff --git a/Gemfile.lock b/Gemfile.lock index 8edd449..76920aa 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -151,7 +151,6 @@ PLATFORMS DEPENDENCIES byebug - coffee-rails (~> 4.1.0) jbuilder (~> 2.0) jquery-rails rails (= 4.2.0) -- cgit v1.2.3