1
0
Fork 0
mirror of https://github.com/twbs/bootstrap-sass.git synced 2022-11-09 12:27:02 -05:00

Pin Rake version for Sass 3.3 gemfile

See the discussion at https://github.com/sass/sass/pull/2016
This commit is contained in:
Gleb Mazovetskiy 2016-06-10 08:50:57 +01:00
parent 67539e6dba
commit a11455f9db

View file

@ -3,4 +3,7 @@ source "https://rubygems.org"
gem 'sass', '~> 3.3.14'
gem 'compass', '~> 1.0.1', require: false
# See https://github.com/sass/sass/pull/2015
gem 'rake', '~> 10.5.0'
gemspec path: '../../'