Skip to content

Commit

Permalink
Update dependency activestorage to v6 [SECURITY]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 18, 2024
1 parent 3ceb74a commit e0bb2b2
Showing 1 changed file with 32 additions and 19 deletions.
51 changes: 32 additions & 19 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ GEM
arel (9.0.0)
bcrypt (3.1.16)
bindex (0.8.1)
builder (3.2.4)
builder (3.3.0)
byebug (11.0.1)
capybara (3.15.1)
addressable
Expand All @@ -66,7 +66,7 @@ GEM
execjs
coffee-script-source (1.12.2)
commonjs (0.2.7)
concurrent-ruby (1.1.7)
concurrent-ruby (1.3.4)
crass (1.0.6)
devise (4.7.3)
bcrypt (~> 3.0)
Expand All @@ -75,14 +75,15 @@ GEM
responders
warden (~> 1.2.3)
devise-bootstrap-views (1.1.0)
erubi (1.9.0)
erubi (1.13.0)
execjs (2.7.0)
ffi (1.13.1)
ffi (1.13.1-x86-mingw32)
font-awesome-rails (4.7.0.5)
railties (>= 3.2, < 6.1)
globalid (0.4.2)
activesupport (>= 4.2.0)
i18n (1.8.5)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
jbuilder (2.10.1)
activesupport (>= 5.0.0)
Expand All @@ -97,27 +98,33 @@ GEM
less (~> 2.6.0)
sprockets (> 2, < 4)
tilt
loofah (2.7.0)
loofah (2.23.1)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
nokogiri (>= 1.12.0)
mail (2.7.1)
mini_mime (>= 0.1.1)
marcel (0.3.3)
mimemagic (~> 0.3.2)
method_source (1.0.0)
mimemagic (0.3.5)
mimemagic (0.3.10)
nokogiri (~> 1)
rake
mini_mime (1.0.2)
mini_portile2 (2.4.0)
minitest (5.14.2)
mini_portile2 (2.8.8)
minitest (5.25.1)
nio4r (2.5.2)
nokogiri (1.10.10-x86-mingw32)
mini_portile2 (~> 2.4.0)
nokogiri (1.16.7)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.16.7-x86-mingw32)
racc (~> 1.4)
orm_adapter (0.5.0)
public_suffix (4.0.6)
puma (3.12.6)
rack (2.2.3)
rack-test (1.1.0)
rack (>= 1.0, < 3)
racc (1.8.1)
rack (2.2.10)
rack-test (2.1.0)
rack (>= 1.3)
rails (5.2.4.4)
actioncable (= 5.2.4.4)
actionmailer (= 5.2.4.4)
Expand All @@ -131,11 +138,13 @@ GEM
bundler (>= 1.3.0)
railties (= 5.2.4.4)
sprockets-rails (>= 2.0.0)
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-html-sanitizer (1.3.0)
loofah (~> 2.3)
rails-html-sanitizer (1.6.0)
loofah (~> 2.21)
nokogiri (~> 1.14)
railties (5.2.4.4)
actionpack (= 5.2.4.4)
activesupport (= 5.2.4.4)
Expand All @@ -162,6 +171,8 @@ GEM
sprockets (>= 2.8, < 4.0)
sprockets-rails (>= 2.0, < 4.0)
tilt (>= 1.1, < 3)
sassc (2.1.0)
ffi (~> 1.9)
sassc (2.1.0-x86-mingw32)
ffi (~> 1.9)
selenium-webdriver (3.142.7)
Expand All @@ -174,6 +185,7 @@ GEM
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
sqlite3 (1.3.13)
sqlite3 (1.3.13-x86-mingw32)
thor (1.0.1)
thread_safe (0.3.6)
Expand All @@ -186,7 +198,7 @@ GEM
execjs (~> 2.7)
less-rails (~> 2.8, >= 2.8.0)
railties (~> 5.0, >= 5.0.1)
tzinfo (1.2.7)
tzinfo (1.2.11)
thread_safe (~> 0.1)
tzinfo-data (1.2020.2)
tzinfo (>= 1.0.0)
Expand All @@ -206,6 +218,7 @@ GEM
nokogiri (~> 1.8)

PLATFORMS
ruby
x86-mingw32

DEPENDENCIES
Expand Down

0 comments on commit e0bb2b2

Please sign in to comment.