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 sprockets-rails from 3.4.2 to 3.5.0 #61

Open
wants to merge 1 commit into
base: master
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 @@ -28,7 +28,7 @@ gem 'bootsnap', '>= 1.4.4', require: false
# gem 'rack-cors'

# Allows the use of assets and stuff
gem 'sprockets-rails', '~> 3.4.2', :require => 'sprockets/railtie'
gem 'sprockets-rails', '~> 3.5.0', :require => 'sprockets/railtie'

group :development, :test do
# gem 'rswag', '~> 2.5'
Expand Down
31 changes: 16 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,13 @@ GEM
bcrypt (3.1.18)
bootsnap (1.15.0)
msgpack (~> 1.2)
builder (3.2.4)
builder (3.3.0)
byebug (11.1.3)
choice (0.2.0)
cloudinary (1.25.0)
aws_cf_signer
rest-client (>= 2.0.0)
concurrent-ruby (1.2.2)
concurrent-ruby (1.3.1)
crass (1.0.6)
date (3.3.3)
docile (1.4.0)
Expand All @@ -101,13 +101,13 @@ GEM
httparty (0.21.0)
mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2)
i18n (1.14.1)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
jwt (2.6.0)
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.21.3)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mail (2.8.1)
Expand All @@ -121,7 +121,7 @@ GEM
mime-types-data (~> 3.2015)
mime-types-data (3.2022.0105)
mini_mime (1.1.2)
minitest (5.18.1)
minitest (5.23.1)
msgpack (1.6.0)
multi_xml (0.6.0)
net-imap (0.3.6)
Expand All @@ -135,13 +135,13 @@ GEM
net-protocol
netrc (0.11.0)
nio4r (2.5.9)
nokogiri (1.15.2-x86_64-linux)
nokogiri (1.16.5-x86_64-linux)
racc (~> 1.4)
pg (1.4.5)
puma (5.6.5)
nio4r (~> 2.0)
racc (1.7.1)
rack (2.2.7)
racc (1.8.0)
rack (2.2.9)
rack-cors (1.1.1)
rack (>= 2.0.0)
rack-test (2.1.0)
Expand All @@ -160,8 +160,9 @@ GEM
activesupport (= 7.0.5.1)
bundler (>= 1.15.0)
railties (= 7.0.5.1)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
rails-dom-testing (2.2.0)
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
rails-erd (1.6.1)
activerecord (>= 4.2)
Expand Down Expand Up @@ -198,12 +199,12 @@ GEM
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
spring (4.0.0)
sprockets (4.2.0)
sprockets (4.2.1)
concurrent-ruby (~> 1.0)
rack (>= 2.2.4, < 4)
sprockets-rails (3.4.2)
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets-rails (3.5.0)
actionpack (>= 6.1)
activesupport (>= 6.1)
sprockets (>= 3.0.0)
thor (1.2.2)
timeout (0.4.0)
Expand Down Expand Up @@ -240,7 +241,7 @@ DEPENDENCIES
simplecov (~> 0.21.2)
simplecov_json_formatter (~> 0.1.2)
spring (~> 4.0.0)
sprockets-rails (~> 3.4.2)
sprockets-rails (~> 3.5.0)
tzinfo-data (~> 1.2021.5)

RUBY VERSION
Expand Down
Loading