diff --git a/Gemfile b/Gemfile index 5b07e9c7..45dcc7e5 100644 --- a/Gemfile +++ b/Gemfile @@ -42,6 +42,8 @@ gem 'bcrypt', '~> 3.1.7' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder # gem 'jbuilder', '~> 1.2' +gem "bootstrap-sass" + group :development do gem "spring" gem "spring-commands-cucumber" diff --git a/Gemfile.lock b/Gemfile.lock index 909d1115..1864d181 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -39,7 +39,13 @@ GEM childprocess (>= 0.3.6) cucumber (>= 1.1.1) rspec-expectations (>= 2.7.0) + autoprefixer-rails (5.1.0) + execjs + json bcrypt (3.1.9) + bootstrap-sass (3.3.3) + autoprefixer-rails (>= 5.0.0.1) + sass (>= 3.2.19) builder (3.2.2) bullet (4.14.0) activesupport (>= 3.0.0) @@ -217,6 +223,7 @@ DEPENDENCIES acts_as_list aruba (>= 0.5.4) bcrypt (~> 3.1.7) + bootstrap-sass bullet capybara codeclimate-test-reporter