Skip to content

Commit

Permalink
Merge pull request #22 from VladyslavKutsevolov/dependabot/bundler/bo…
Browse files Browse the repository at this point in the history
…otstrap-sass-3.4.1

Bump bootstrap-sass from 3.3.6 to 3.4.1
  • Loading branch information
VladyslavKutsevolov authored Mar 30, 2021
2 parents 09c031b + 7c5ea67 commit 78d87fa
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ gem 'bcrypt', '~> 3.1.7'

gem 'puma'

gem 'bootstrap-sass', '~> 3.3.6'
gem 'bootstrap-sass', '~> 3.4.1'
gem 'font-awesome-rails'
gem 'money-rails'
gem 'carrierwave'
Expand Down
20 changes: 15 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ GEM
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
arel (6.0.3)
autoprefixer-rails (6.3.7)
autoprefixer-rails (9.8.6)
execjs
bcrypt (3.1.11)
binding_of_caller (0.7.2)
debug_inspector (>= 0.0.1)
bootstrap-sass (3.3.6)
bootstrap-sass (3.4.1)
autoprefixer-rails (>= 5.2.1)
sass (>= 3.3.4)
sassc (>= 2.0.0)
builder (3.2.4)
byebug (9.0.5)
capybara (2.18.0)
Expand Down Expand Up @@ -76,6 +76,7 @@ GEM
execjs (2.7.0)
faker (1.6.1)
i18n (~> 0.5)
ffi (1.15.0)
font-awesome-rails (4.5.0.1)
railties (>= 3.2, < 5.1)
globalid (0.3.6)
Expand Down Expand Up @@ -158,6 +159,9 @@ GEM
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rake (13.0.3)
rb-fsevent (0.10.4)
rb-inotify (0.10.1)
ffi (~> 1.0)
rdoc (4.2.2)
json (~> 1.4)
rest-client (2.0.0)
Expand All @@ -182,13 +186,19 @@ GEM
rspec-mocks (~> 3.9.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.3)
sass (3.4.22)
sass (3.7.4)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
sass-rails (5.0.6)
railties (>= 4.0.0, < 6)
sass (~> 3.1)
sprockets (>= 2.8, < 4.0)
sprockets-rails (>= 2.0, < 4.0)
tilt (>= 1.1, < 3)
sassc (2.4.0)
ffi (~> 1.9)
sdoc (0.4.1)
json (~> 1.7, >= 1.7.7)
rdoc (~> 4.0)
Expand Down Expand Up @@ -232,7 +242,7 @@ PLATFORMS

DEPENDENCIES
bcrypt (~> 3.1.7)
bootstrap-sass (~> 3.3.6)
bootstrap-sass (~> 3.4.1)
byebug
capybara
carrierwave
Expand Down

0 comments on commit 78d87fa

Please sign in to comment.