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 @@ -27,7 +27,7 @@ gem 'jbuilder', '~> 2.5'
# gem 'capistrano-rails', group: :development

# Use bootstrap
gem 'bootstrap', '~> 4.0.0'
gem 'bootstrap', '~> 4.3.1'

# For implement url splug
gem 'friendly_id', '~> 5.1.0'
Expand Down
32 changes: 20 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ GEM
minitest (~> 5.1)
tzinfo (~> 1.1)
arel (7.1.4)
autoprefixer-rails (8.6.0)
autoprefixer-rails (9.8.4)
execjs
bindex (0.5.0)
bootstrap (4.0.0)
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)
builder (3.2.3)
byebug (10.0.2)
coffee-rails (4.2.2)
Expand All @@ -59,7 +59,7 @@ GEM
crass (1.0.4)
erubis (2.7.0)
execjs (2.7.0)
ffi (1.9.25)
ffi (1.13.1)
friendly_id (5.1.0)
activerecord (>= 4.0.0)
globalid (0.4.1)
Expand Down Expand Up @@ -91,7 +91,7 @@ GEM
nokogiri (1.8.2)
mini_portile2 (~> 2.3.0)
pg (1.2.3)
popper_js (1.12.9)
popper_js (1.16.0)
puma (3.11.4)
rack (2.2.3)
rack-test (0.6.3)
Expand Down Expand Up @@ -120,11 +120,11 @@ GEM
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rake (12.3.1)
rb-fsevent (0.10.3)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
rb-fsevent (0.10.4)
rb-inotify (0.10.1)
ffi (~> 1.0)
ref (2.0.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 @@ -135,6 +135,14 @@ GEM
sprockets (>= 2.8, < 4.0)
sprockets-rails (>= 2.0, < 4.0)
tilt (>= 1.1, < 3)
sassc (2.4.0)
ffi (~> 1.9)
sassc-rails (2.1.2)
railties (>= 4.0.0)
sassc (>= 2.0)
sprockets (> 3.0)
sprockets-rails
tilt
spring (2.0.2)
activesupport (>= 4.2)
spring-watcher-listen (2.0.1)
Expand Down Expand Up @@ -174,7 +182,7 @@ PLATFORMS
ruby

DEPENDENCIES
bootstrap (~> 4.0.0)
bootstrap (~> 4.3.1)
byebug
coffee-rails (~> 4.2)
friendly_id (~> 5.1.0)
Expand Down