Skip to content

Commit

Permalink
Merge pull request #143 from erickm32/dependabot/bundler/webpacker-5.4.0
Browse files Browse the repository at this point in the history
Bump webpacker from 5.3.0 to 5.4.0
  • Loading branch information
erickm32 authored Jun 17, 2021
2 parents 4a05bfe + bad524a commit 5507f85
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ gem 'sass-rails', '>= 6'
# Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker
gem 'bootstrap-sass', '~> 3.4.1'
gem 'bootstrap-will_paginate', '~> 1.0.0'
gem 'webpacker', '~> 5.3'
gem 'webpacker', '~> 5.4'
# Use jquery as the JavaScript library
gem 'jquery-rails'
# Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ GEM
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
childprocess (3.0.0)
concurrent-ruby (1.1.8)
concurrent-ruby (1.1.9)
crass (1.0.6)
erubi (1.10.0)
execjs (2.7.0)
Expand All @@ -102,7 +102,7 @@ GEM
listen (3.5.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.9.1)
loofah (2.10.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.1)
Expand All @@ -123,7 +123,7 @@ GEM
nio4r (~> 2.0)
racc (1.5.2)
rack (2.2.3)
rack-proxy (0.6.5)
rack-proxy (0.7.0)
rack
rack-test (1.1.0)
rack (>= 1.0, < 3)
Expand Down Expand Up @@ -204,7 +204,7 @@ GEM
nokogiri (~> 1.6)
rubyzip (>= 1.3.0)
selenium-webdriver (>= 3.0, < 4.0)
webpacker (5.3.0)
webpacker (5.4.0)
activesupport (>= 5.2)
rack-proxy (>= 0.6.1)
railties (>= 5.2)
Expand Down Expand Up @@ -242,7 +242,7 @@ DEPENDENCIES
tzinfo-data
web-console (>= 3.3.0)
webdrivers
webpacker (~> 5.3)
webpacker (~> 5.4)
will_paginate (~> 3.3.0)

RUBY VERSION
Expand Down

0 comments on commit 5507f85

Please sign in to comment.