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 sample_app/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ gem "turbolinks", "~> 5"

gem "bootsnap", ">= 1.1.0", require: false

gem "bootstrap", "~> 4.1.1"
gem "bootstrap", "~> 4.3.1"
gem "config"
gem "jquery-rails"

Expand Down
30 changes: 19 additions & 11 deletions sample_app/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,16 @@ GEM
tzinfo (~> 1.1)
arel (9.0.0)
ast (2.4.0)
autoprefixer-rails (8.6.5)
autoprefixer-rails (9.7.3)
execjs
bcrypt (3.1.12)
bindex (0.5.0)
bootsnap (1.3.0)
msgpack (~> 1.0)
bootstrap (4.1.1)
autoprefixer-rails (>= 6.0.3)
popper_js (>= 1.12.9, < 2)
sass (>= 3.5.2)
bootstrap (4.3.1)
autoprefixer-rails (>= 9.1.0)
popper_js (>= 1.14.3, < 2)
sassc-rails (>= 2.0.0)
bootstrap4-kaminari-views (1.0.0)
kaminari (>= 0.13)
rails (>= 3.1)
Expand Down Expand Up @@ -113,7 +113,7 @@ GEM
execjs (2.7.0)
faker (1.9.1)
i18n (>= 0.7)
ffi (1.9.25)
ffi (1.11.3)
figaro (1.1.1)
thor (~> 0.14)
fission (0.5.0)
Expand Down Expand Up @@ -331,7 +331,7 @@ GEM
parallel (1.12.1)
parser (2.5.1.0)
ast (~> 2.4.0)
popper_js (1.12.9)
popper_js (1.14.5)
powerpack (0.1.2)
puma (3.11.4)
rack (2.0.5)
Expand Down Expand Up @@ -366,8 +366,8 @@ GEM
rainbow (3.0.0)
rake (12.3.1)
rb-fsevent (0.10.3)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rbovirt (0.1.6)
nokogiri
rest-client (> 1.7.0)
Expand All @@ -390,7 +390,7 @@ GEM
unicode-display_width (~> 1.0, >= 1.0.1)
ruby-progressbar (1.9.0)
ruby_dep (1.5.0)
sass (3.5.6)
sass (3.7.4)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
Expand All @@ -401,6 +401,14 @@ GEM
sprockets (>= 2.8, < 4.0)
sprockets-rails (>= 2.0, < 4.0)
tilt (>= 1.1, < 3)
sassc (2.2.1)
ffi (~> 1.9)
sassc-rails (2.1.2)
railties (>= 4.0.0)
sassc (>= 2.0)
sprockets (> 3.0)
sprockets-rails
tilt
sidekiq (5.1.3)
concurrent-ruby (~> 1.0)
connection_pool (~> 2.2, >= 2.2.0)
Expand Down Expand Up @@ -450,7 +458,7 @@ PLATFORMS
DEPENDENCIES
bcrypt (= 3.1.12)
bootsnap (>= 1.1.0)
bootstrap (~> 4.1.1)
bootstrap (~> 4.3.1)
bootstrap4-kaminari-views
byebug
carrierwave (~> 1.2, >= 1.2.3)
Expand Down