Skip to content
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 @@ -8,7 +8,7 @@ gem 'carrierwave', '1.2.2'
gem 'mini_magick', '4.7.0'
gem 'will_paginate', '3.1.6'
gem 'bootstrap-will_paginate', '1.0.0'
gem 'bootstrap-sass', '3.3.7'
gem 'bootstrap-sass', '3.4.1'
gem 'puma', '3.9.1'
gem 'sass-rails', '5.0.6'
gem 'uglifier', '3.2.0'
Expand Down
16 changes: 9 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ GEM
tzinfo (~> 1.1)
ansi (1.5.0)
arel (8.0.0)
autoprefixer-rails (9.4.8)
autoprefixer-rails (9.7.3)
execjs
aws_cf_signer (0.1.3)
bcrypt (3.1.12)
bindex (0.5.0)
bootstrap-sass (3.3.7)
bootstrap-sass (3.4.1)
autoprefixer-rails (>= 5.2.1)
sass (>= 3.3.4)
sassc (>= 2.0.0)
bootstrap-will_paginate (1.0.0)
will_paginate
builder (3.2.3)
Expand Down Expand Up @@ -78,7 +78,7 @@ GEM
execjs (2.7.0)
faker (1.7.3)
i18n (~> 0.5)
ffi (1.10.0)
ffi (1.11.3)
fission (0.5.0)
CFPropertyList (~> 2.2)
fog (1.42.0)
Expand Down Expand Up @@ -335,7 +335,7 @@ GEM
thor (>= 0.18.1, < 2.0)
rake (12.3.2)
rb-fsevent (0.10.3)
rb-inotify (0.10.0)
rb-inotify (0.10.1)
ffi (~> 1.0)
rbovirt (0.1.7)
nokogiri
Expand All @@ -351,7 +351,7 @@ GEM
netrc (~> 0.8)
ruby-progressbar (1.10.0)
ruby_dep (1.5.0)
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 @@ -362,6 +362,8 @@ GEM
sprockets (>= 2.8, < 4.0)
sprockets-rails (>= 2.0, < 4.0)
tilt (>= 1.1, < 3)
sassc (2.2.1)
ffi (~> 1.9)
shellany (0.0.1)
spring (2.0.2)
activesupport (>= 4.2)
Expand Down Expand Up @@ -406,7 +408,7 @@ PLATFORMS

DEPENDENCIES
bcrypt (= 3.1.12)
bootstrap-sass (= 3.3.7)
bootstrap-sass (= 3.4.1)
bootstrap-will_paginate (= 1.0.0)
byebug (= 9.0.6)
carrierwave (= 1.2.2)
Expand Down