mirror of
https://github.com/twbs/bootstrap-sass.git
synced 2022-11-09 12:27:02 -05:00
travis: add 3.3 gemfile, fix 3.2 to point to 3.2.0 <= version < 3.3
This commit is contained in:
parent
0151f454fe
commit
91097c6853
2 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
source "https://rubygems.org"
|
source "https://rubygems.org"
|
||||||
|
|
||||||
gem 'sass', '~> 3.2'
|
gem 'sass', '~> 3.2.0'
|
||||||
|
|
||||||
gemspec path: '../../'
|
gemspec path: '../../'
|
5
test/gemfiles/sass_3_3.gemfile
Normal file
5
test/gemfiles/sass_3_3.gemfile
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
source "https://rubygems.org"
|
||||||
|
|
||||||
|
gem 'sass', '~> 3.3.0'
|
||||||
|
|
||||||
|
gemspec path: '../../'
|
Loading…
Add table
Reference in a new issue