1
0
Fork 0
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:
Gleb Mazovetskiy 2013-10-16 22:41:29 +02:00
parent 0151f454fe
commit 91097c6853
2 changed files with 6 additions and 1 deletions

View file

@ -1,5 +1,5 @@
source "https://rubygems.org"
gem 'sass', '~> 3.2'
gem 'sass', '~> 3.2.0'
gemspec path: '../../'

View file

@ -0,0 +1,5 @@
source "https://rubygems.org"
gem 'sass', '~> 3.3.0'
gemspec path: '../../'