1
0
mirror of https://github.com/projekteuler/projekteuler.git synced 2026-01-27 02:28:50 +01:00

Update gems

This commit is contained in:
2015-02-08 17:49:43 +01:00
parent f6cda5cdf5
commit 13ee0955f3
2 changed files with 37 additions and 31 deletions

View File

@@ -8,7 +8,7 @@ gem 'sqlite3'
# Use SCSS for stylesheets
gem 'sass-rails', '~> 5.0.1'
# Use Uglifier as compressor for JavaScript assets
gem 'uglifier', '>= 1.3.0'
gem 'uglifier', '~> 2.7.0'
# Use CoffeeScript for .js.coffee assets and views
gem 'coffee-rails', '~> 4.1.0'
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
@@ -31,7 +31,7 @@ gem 'coveralls', '~> 0.7.2', require: false
gem 'bootstrap-sass', '~> 3.3.1'
gem 'autoprefixer-rails'
gem 'bh', '~> 1.2'
gem 'bh', '~> 1.3.1'
gem 'will_paginate', '~> 3.0.6'
gem 'will_paginate-bootstrap'