Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Security upgrade jsbundling-rails from 1.3.0 to 1.3.1 #124

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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 @@ -138,6 +138,6 @@ gem "annotate", group: [:development]
gem "branding_repo", git: "https://github.com/murb/branding_repo.git"
gem "omniauth-central_login", git: "https://gitlab.com/murb-org/omniauth-centrallogin.git"
gem "invisible_captcha"
gem "jsbundling-rails", "~> 1.0"
gem "jsbundling-rails", "~> 1.3", ">= 1.3.1"
gem "pupprb", git: "https://gitlab.com/murb/pupprb.git"
gem "stimulus-rails"
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ GEM
base64
faraday (>= 1, < 3)
multi_json
erubi (1.12.0)
erubi (1.13.0)
et-orbi (1.2.11)
tzinfo
exception_notification (4.5.0)
Expand Down Expand Up @@ -270,13 +270,13 @@ GEM
invisible_captcha (2.3.0)
rails (>= 5.2)
io-console (0.7.2)
irb (1.13.1)
irb (1.14.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
jbuilder (2.12.0)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
jsbundling-rails (1.3.0)
jsbundling-rails (1.3.1)
railties (>= 6.0.0)
json (2.7.2)
jwt (2.8.1)
Expand Down Expand Up @@ -306,7 +306,7 @@ GEM
mini_magick (4.12.0)
mini_mime (1.1.5)
mini_portile2 (2.8.7)
minitest (5.23.1)
minitest (5.24.1)
msgpack (1.7.2)
multi_json (1.15.0)
multi_xml (0.7.1)
Expand All @@ -330,7 +330,7 @@ GEM
net-protocol
net-ssh (7.2.3)
nio4r (2.7.3)
nokogiri (1.16.5)
nokogiri (1.15.6)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
oauth2 (2.0.9)
Expand Down Expand Up @@ -372,7 +372,7 @@ GEM
puma (6.4.2)
nio4r (~> 2.0)
raabro (1.4.0)
racc (1.8.0)
racc (1.8.1)
rack (2.2.9)
rack-headers_filter (0.0.1)
rack-mini-profiler (3.3.1)
Expand Down Expand Up @@ -442,7 +442,7 @@ GEM
redis-store (1.10.0)
redis (>= 4, < 6)
regexp_parser (2.9.2)
reline (0.5.8)
reline (0.5.9)
io-console (~> 0.5)
request_store (1.7.0)
rack (>= 1.4)
Expand Down Expand Up @@ -577,7 +577,7 @@ GEM
rubocop-performance (~> 1.21.0)
stimulus-rails (1.3.3)
railties (>= 6.0.0)
stringio (3.1.0)
stringio (3.1.1)
strip_attributes (1.13.0)
activemodel (>= 3.0, < 8.0)
strscan (3.1.0)
Expand All @@ -603,7 +603,7 @@ GEM
websocket-extensions (0.1.5)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.6.15)
zeitwerk (2.6.17)
zip_kit (6.3.0)
zipline (2.0.0)
actionpack (>= 6.0, < 8.0)
Expand Down Expand Up @@ -647,7 +647,7 @@ DEPENDENCIES
highline
invisible_captcha
jbuilder
jsbundling-rails (~> 1.0)
jsbundling-rails (~> 1.3, >= 1.3.1)
keyword_finder
kramdown
letter_opener
Expand Down