Skip to content
This repository was archived by the owner on Mar 12, 2020. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
source 'https://rubygems.org'

gem 'autoprefixer-rails', '~>8.1.0' # lock at 8.1.0
gem 'bootstrap-sass', '~> 3.3.7' # lock at 3.3.7
gem 'bootstrap-sass', '~> 3.4.1' # lock at 3.3.7
gem 'bootstrap_form', '~> 2.7.0'
gem 'coffee-rails', '4.2.2'
gem 'coveralls', '~> 0.8.23', require: false
Expand Down
14 changes: 8 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ GEM
ast (2.3.0)
autoprefixer-rails (8.1.0.1)
execjs
bootstrap-sass (3.3.7)
bootstrap-sass (3.4.1)
autoprefixer-rails (>= 5.2.1)
sass (>= 3.3.4)
sassc (>= 2.0.0)
bootstrap_form (2.7.0)
builder (3.2.3)
capistrano (3.10.2)
Expand Down Expand Up @@ -97,7 +97,7 @@ GEM
fabrication (2.20.1)
faker (1.9.3)
i18n (>= 0.7)
ffi (1.9.25)
ffi (1.12.2)
globalid (0.4.2)
activesupport (>= 4.2.0)
haml (5.0.1)
Expand Down Expand Up @@ -232,7 +232,7 @@ GEM
rake
rake (12.3.3)
rb-fsevent (0.10.3)
rb-inotify (0.10.0)
rb-inotify (0.10.1)
ffi (~> 1.0)
rdoc (6.0.1)
regexp_parser (1.3.0)
Expand Down Expand Up @@ -265,7 +265,7 @@ GEM
ruby-progressbar (1.9.0)
ruby_parser (3.9.0)
sexp_processor (~> 4.1)
sass (3.7.3)
sass (3.7.4)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
Expand All @@ -276,6 +276,8 @@ GEM
sprockets (>= 2.8, < 4.0)
sprockets-rails (>= 2.0, < 4.0)
tilt (>= 1.1, < 3)
sassc (2.2.1)
ffi (~> 1.9)
sdoc (1.0.0)
rdoc (>= 5.0)
sexp_processor (4.9.0)
Expand Down Expand Up @@ -329,7 +331,7 @@ PLATFORMS
DEPENDENCIES
activerecord-postgresql-adapter
autoprefixer-rails (~> 8.1.0)
bootstrap-sass (~> 3.3.7)
bootstrap-sass (~> 3.4.1)
bootstrap_form (~> 2.7.0)
capistrano (~> 3.10.2)
capistrano-bundler (~> 1.5.0)
Expand Down