mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
add in bootstrap-sass
This commit is contained in:
parent
6bcae280c3
commit
565d4ac1a1
2 changed files with 9 additions and 0 deletions
2
Gemfile
2
Gemfile
|
|
@ -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"
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue