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 @@ -4,7 +4,7 @@ source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby '2.6.1'
gem 'bootstrap-sass', '~> 3.2.0'
gem 'bootstrap-sass', '~> 3.4.1'
gem 'autoprefixer-rails'
gem 'rubocop-rails', require: false
gem 'faker', :git => 'https://github.com/faker-ruby/faker.git', :branch => 'master'
Expand Down
13 changes: 6 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ GEM
autoprefixer-rails (>= 9.1.0)
popper_js (>= 1.14.3, < 2)
sassc-rails (>= 2.0.0)
bootstrap-sass (3.2.0.4)
sass (~> 3.2)
bootstrap-sass (3.4.1)
autoprefixer-rails (>= 5.2.1)
sassc (>= 2.0.0)
builder (3.2.3)
byebug (11.0.1)
cancancan (3.0.1)
capybara (3.29.0)
addressable
Expand Down Expand Up @@ -104,7 +104,7 @@ GEM
docile (1.3.2)
erubi (1.9.0)
execjs (2.7.0)
ffi (1.11.2)
ffi (1.12.2)
globalid (0.4.2)
activesupport (>= 4.2.0)
i18n (1.7.0)
Expand Down Expand Up @@ -177,7 +177,7 @@ GEM
rainbow (3.0.0)
rake (13.0.1)
rb-fsevent (0.10.3)
rb-inotify (0.10.0)
rb-inotify (0.10.1)
ffi (~> 1.0)
regexp_parser (1.6.0)
responders (3.0.0)
Expand Down Expand Up @@ -286,8 +286,7 @@ DEPENDENCIES
binding_of_caller
bootsnap (>= 1.1.0)
bootstrap (~> 4.3.1)
bootstrap-sass (~> 3.2.0)
byebug
bootstrap-sass (~> 3.4.1)
cancancan
capybara
coffee-rails (~> 4.2)
Expand Down