mirror of
https://github.com/twbs/bootstrap-sass.git
synced 2022-11-09 12:27:02 -05:00
Force sass-rails ~> 4.0.2 to avoid sprockets error
See rails/sass-rails#191 for more information
This commit is contained in:
parent
87e8e54df5
commit
05010f6aa7
2 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,7 @@ source "https://rubygems.org"
|
||||||
|
|
||||||
gem 'sass', '~> 3.3.2'
|
gem 'sass', '~> 3.3.2'
|
||||||
gem 'compass', '~> 1.0.0.alpha.19'
|
gem 'compass', '~> 1.0.0.alpha.19'
|
||||||
|
gem 'sass-rails', '~> 4.0.2'
|
||||||
|
|
||||||
platform :rbx do
|
platform :rbx do
|
||||||
gem 'rubysl', '~> 2.0'
|
gem 'rubysl', '~> 2.0'
|
||||||
|
|
|
@ -2,6 +2,7 @@ source "https://rubygems.org"
|
||||||
|
|
||||||
gem 'sass', git: 'https://github.com/nex3/sass'
|
gem 'sass', git: 'https://github.com/nex3/sass'
|
||||||
gem 'compass', git: 'https://github.com/chriseppstein/compass', branch: 'master'
|
gem 'compass', git: 'https://github.com/chriseppstein/compass', branch: 'master'
|
||||||
|
gem 'sass-rails', '~> 4.0.2'
|
||||||
|
|
||||||
platform :rbx do
|
platform :rbx do
|
||||||
gem 'rubysl', '~> 2.0'
|
gem 'rubysl', '~> 2.0'
|
||||||
|
|
Loading…
Add table
Reference in a new issue