Commit e583502f4e4fc9011abf5861184f2108a33218c3
Committed by
Rafael Manzo
1 parent
e23e7416
Exists in
colab
and in
4 other branches
coffee-rails gem updated
Showing
2 changed files
with
3 additions
and
3 deletions
Show diff stats
Gemfile
... | ... | @@ -13,7 +13,7 @@ gem 'sass-rails', '~> 4.0.1' |
13 | 13 | gem 'uglifier', '>= 1.3.0' |
14 | 14 | |
15 | 15 | # Use CoffeeScript for .js.coffee assets and views |
16 | -gem 'coffee-rails', '~> 4.0.0' | |
16 | +gem 'coffee-rails', '~> 4.1.0' | |
17 | 17 | |
18 | 18 | # See https://github.com/sstephenson/execjs#readme for more supported runtimes |
19 | 19 | gem 'therubyracer', :platforms => :ruby | ... | ... |
Gemfile.lock
... | ... | @@ -69,7 +69,7 @@ GEM |
69 | 69 | railties (> 3.1) |
70 | 70 | cliver (0.3.2) |
71 | 71 | coderay (1.1.0) |
72 | - coffee-rails (4.0.1) | |
72 | + coffee-rails (4.1.0) | |
73 | 73 | coffee-script (>= 2.2.0) |
74 | 74 | railties (>= 4.0.0, < 5.0) |
75 | 75 | coffee-script (2.3.0) |
... | ... | @@ -279,7 +279,7 @@ DEPENDENCIES |
279 | 279 | capistrano-rails |
280 | 280 | capistrano-rvm (~> 0.1.0) |
281 | 281 | chart-js-rails (~> 0.0.6) |
282 | - coffee-rails (~> 4.0.0) | |
282 | + coffee-rails (~> 4.1.0) | |
283 | 283 | colorpicker (~> 0.0.5) |
284 | 284 | coveralls |
285 | 285 | cucumber-rails (~> 1.4.0) | ... | ... |