Commit 834bb61255b6a7d2a69ba05c2c188fd5db79f73c
1 parent
91ab79cb
Exists in
colab
and in
4 other branches
Updated to ruby 2.1.0
Showing
3 changed files
with
2 additions
and
5 deletions
Show diff stats
.ruby-version
.travis.yml
Gemfile
... | ... | @@ -18,9 +18,6 @@ gem 'coffee-rails', '~> 4.0.0' |
18 | 18 | # See https://github.com/sstephenson/execjs#readme for more supported runtimes |
19 | 19 | gem 'therubyracer', :platforms => :ruby |
20 | 20 | |
21 | -# Use Uglifier as compressor for JavaScript assets | |
22 | -gem 'uglifier', '>= 1.3.0' | |
23 | - | |
24 | 21 | # Use Modernizr for better browser compability |
25 | 22 | gem 'modernizr-rails' |
26 | 23 | ... | ... |