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 asset_sync from 2.19.1 to 2.19.2 #451

Open
wants to merge 1 commit into
base: it52
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 @@ -83,7 +83,7 @@ gem 'pry-rails'
# Image and AWS S3 management
gem 'ruby-vips'

gem 'asset_sync', '>= 2.9.0'
gem 'asset_sync', '>= 2.19.2'
gem 'carrierwave', '>= 2.0.2'
gem 'carrierwave-vips', '>= 1.2.0'
gem 'fog-aws', '< 3'
Expand Down
26 changes: 12 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ GEM
annotate (3.2.0)
activerecord (>= 3.2, < 8.0)
rake (>= 10.4, < 14.0)
asset_sync (2.19.1)
asset_sync (2.19.2)
activemodel (>= 4.1.0)
fog-core
mime-types (>= 2.99)
Expand All @@ -99,7 +99,7 @@ GEM
bindex (0.8.1)
bootsnap (1.11.1)
msgpack (~> 1.2)
builder (3.2.4)
builder (3.3.0)
byebug (11.1.3)
cancancan (3.5.0)
capistrano (3.16.0)
Expand All @@ -123,7 +123,7 @@ GEM
codecov (0.6.0)
simplecov (>= 0.15, < 0.22)
coderay (1.1.3)
concurrent-ruby (1.2.2)
concurrent-ruby (1.3.4)
connection_pool (2.2.5)
crack (0.4.5)
rexml
Expand Down Expand Up @@ -153,7 +153,7 @@ GEM
request_store (>= 1.0)
ruby2_keywords
erubi (1.12.0)
excon (0.103.0)
excon (0.111.0)
execjs (2.9.1)
factory_bot (6.2.1)
activesupport (>= 5.0.0)
Expand Down Expand Up @@ -211,7 +211,7 @@ GEM
http-cookie (1.0.5)
domain_name (~> 0.5)
http-form_data (2.3.0)
i18n (1.14.1)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
icalendar (2.7.1)
ice_cube (~> 0.16)
Expand Down Expand Up @@ -263,13 +263,13 @@ GEM
meta-tags (2.16.0)
actionpack (>= 3.2.0, < 7.1)
method_source (1.0.0)
mime-types (3.5.1)
mime-types (3.5.2)
mime-types-data (~> 3.2015)
mime-types-data (3.2023.0808)
mime-types-data (3.2024.0820)
mini_magick (4.11.0)
mini_mime (1.1.2)
mini_portile2 (2.8.4)
minitest (5.20.0)
minitest (5.25.1)
msgpack (1.5.1)
multi_json (1.15.0)
multi_xml (0.6.0)
Expand Down Expand Up @@ -525,9 +525,7 @@ GEM
concurrent-ruby (~> 1.0)
uglifier (4.2.0)
execjs (>= 0.3.0, < 3)
unf (0.1.4)
unf_ext
unf_ext (0.0.8.2)
unf (0.2.0)
unicode (0.4.4.4)
unicode-display_width (2.4.2)
warden (1.2.9)
Expand All @@ -549,7 +547,7 @@ GEM
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
zeitwerk (2.6.12)
zeitwerk (2.6.17)

PLATFORMS
ruby
Expand All @@ -559,7 +557,7 @@ DEPENDENCIES
activemodel-serializers-xml (>= 1.0.2)
acts-as-taggable-on (>= 6.5.0)
annotate (>= 3.0.3)
asset_sync (>= 2.9.0)
asset_sync (>= 2.19.2)
autoprefixer-rails
awesome_print
bootsnap
Expand Down Expand Up @@ -647,4 +645,4 @@ RUBY VERSION
ruby 3.2.2p53

BUNDLED WITH
2.3.26
2.4.6