Commit a93c24f6e7f9d54f894f143d8ca2b9fe4f235555

Authored by Stephen Crosby
1 parent 4cf6b44f
Exists in master and in 1 other branch production

remove unnecessary coffee-rails dependency

Showing 2 changed files with 0 additions and 9 deletions   Show diff stats
Gemfile
... ... @@ -97,7 +97,6 @@ end
97 97  
98 98 gem 'therubyracer', :platform => :ruby # C Ruby (MRI) or Rubinius, but NOT Windows
99 99 gem 'sass-rails'
100   -gem 'coffee-rails'
101 100 gem 'uglifier'
102 101 # We can't upgrade because not compatible to jquery >= 1.9.
103 102 # To do that, we need fix the rails.js
... ...
Gemfile.lock
... ... @@ -81,13 +81,6 @@ GEM
81 81 xpath (~> 2.0)
82 82 cliver (0.3.2)
83 83 coderay (1.1.0)
84   - coffee-rails (4.1.0)
85   - coffee-script (>= 2.2.0)
86   - railties (>= 4.0.0, < 5.0)
87   - coffee-script (2.4.1)
88   - coffee-script-source
89   - execjs
90   - coffee-script-source (1.9.1.1)
91 84 colorize (0.7.7)
92 85 columnize (0.9.0)
93 86 coveralls (0.8.2)
... ... @@ -427,7 +420,6 @@ DEPENDENCIES
427 420 capistrano-rails
428 421 capistrano-rbenv
429 422 capybara
430   - coffee-rails
431 423 coveralls
432 424 decent_exposure
433 425 devise
... ...