add in bootstrap-sass

This commit is contained in:
Matt Rogers 2015-08-07 23:15:30 -04:00
parent 6bcae280c3
commit 565d4ac1a1
2 changed files with 9 additions and 0 deletions

View file

@ -42,6 +42,8 @@ gem 'bcrypt', '~> 3.1.7'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
# gem 'jbuilder', '~> 1.2' # gem 'jbuilder', '~> 1.2'
gem "bootstrap-sass"
group :development do group :development do
gem "spring" gem "spring"
gem "spring-commands-cucumber" gem "spring-commands-cucumber"

View file

@ -39,7 +39,13 @@ GEM
childprocess (>= 0.3.6) childprocess (>= 0.3.6)
cucumber (>= 1.1.1) cucumber (>= 1.1.1)
rspec-expectations (>= 2.7.0) rspec-expectations (>= 2.7.0)
autoprefixer-rails (5.1.0)
execjs
json
bcrypt (3.1.9) bcrypt (3.1.9)
bootstrap-sass (3.3.3)
autoprefixer-rails (>= 5.0.0.1)
sass (>= 3.2.19)
builder (3.2.2) builder (3.2.2)
bullet (4.14.0) bullet (4.14.0)
activesupport (>= 3.0.0) activesupport (>= 3.0.0)
@ -217,6 +223,7 @@ DEPENDENCIES
acts_as_list acts_as_list
aruba (>= 0.5.4) aruba (>= 0.5.4)
bcrypt (~> 3.1.7) bcrypt (~> 3.1.7)
bootstrap-sass
bullet bullet
capybara capybara
codeclimate-test-reporter codeclimate-test-reporter