Commit a93c24f6e7f9d54f894f143d8ca2b9fe4f235555
1 parent
4cf6b44f
Exists in
master
and in
1 other branch
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,7 +97,6 @@ end | ||
97 | 97 | ||
98 | gem 'therubyracer', :platform => :ruby # C Ruby (MRI) or Rubinius, but NOT Windows | 98 | gem 'therubyracer', :platform => :ruby # C Ruby (MRI) or Rubinius, but NOT Windows |
99 | gem 'sass-rails' | 99 | gem 'sass-rails' |
100 | -gem 'coffee-rails' | ||
101 | gem 'uglifier' | 100 | gem 'uglifier' |
102 | # We can't upgrade because not compatible to jquery >= 1.9. | 101 | # We can't upgrade because not compatible to jquery >= 1.9. |
103 | # To do that, we need fix the rails.js | 102 | # To do that, we need fix the rails.js |
Gemfile.lock
@@ -81,13 +81,6 @@ GEM | @@ -81,13 +81,6 @@ GEM | ||
81 | xpath (~> 2.0) | 81 | xpath (~> 2.0) |
82 | cliver (0.3.2) | 82 | cliver (0.3.2) |
83 | coderay (1.1.0) | 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 | colorize (0.7.7) | 84 | colorize (0.7.7) |
92 | columnize (0.9.0) | 85 | columnize (0.9.0) |
93 | coveralls (0.8.2) | 86 | coveralls (0.8.2) |
@@ -427,7 +420,6 @@ DEPENDENCIES | @@ -427,7 +420,6 @@ DEPENDENCIES | ||
427 | capistrano-rails | 420 | capistrano-rails |
428 | capistrano-rbenv | 421 | capistrano-rbenv |
429 | capybara | 422 | capybara |
430 | - coffee-rails | ||
431 | coveralls | 423 | coveralls |
432 | decent_exposure | 424 | decent_exposure |
433 | devise | 425 | devise |