Skip to content

Commit

Permalink
Merge pull request #1239 from SUSE/depfu/update/group/rails-6.1.7.9
Browse files Browse the repository at this point in the history
🚨 [security] Update railties 6.1.7.8 → 6.1.7.9 (patch)
  • Loading branch information
digitaltom authored Dec 17, 2024
2 parents c386c36 + 97e1043 commit 9faa270
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
GEM
remote: https://rubygems.org/
specs:
actionpack (6.1.7.8)
actionview (= 6.1.7.8)
activesupport (= 6.1.7.8)
actionpack (6.1.7.9)
actionview (= 6.1.7.9)
activesupport (= 6.1.7.9)
rack (~> 2.0, >= 2.0.9)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.2.0)
actionview (6.1.7.8)
activesupport (= 6.1.7.8)
actionview (6.1.7.9)
activesupport (= 6.1.7.9)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
Expand All @@ -19,12 +19,12 @@ GEM
activemodel (>= 4.1)
case_transform (>= 0.2)
jsonapi-renderer (>= 0.1.1.beta1, < 0.3)
activemodel (6.1.7.8)
activesupport (= 6.1.7.8)
activerecord (6.1.7.8)
activemodel (= 6.1.7.8)
activesupport (= 6.1.7.8)
activesupport (6.1.7.8)
activemodel (6.1.7.9)
activesupport (= 6.1.7.9)
activerecord (6.1.7.9)
activemodel (= 6.1.7.9)
activesupport (= 6.1.7.9)
activesupport (6.1.7.9)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
Expand All @@ -39,14 +39,14 @@ GEM
base32 (0.3.4)
base64 (0.2.0)
bigdecimal (3.1.8)
builder (3.2.4)
builder (3.3.0)
byebug (11.1.3)
bzip2-ffi (1.1.1)
ffi (~> 1.0)
case_transform (0.2)
activesupport
coderay (1.1.3)
concurrent-ruby (1.3.1)
concurrent-ruby (1.3.4)
config (3.0.0)
deep_merge (~> 1.2, >= 1.2.1)
dry-validation (~> 1.0, >= 1.0.0)
Expand Down Expand Up @@ -97,7 +97,7 @@ GEM
dry-equalizer (~> 0.2)
dry-initializer (~> 3.0)
dry-schema (~> 1.5, >= 1.5.2)
erubi (1.12.0)
erubi (1.13.0)
ethon (0.16.0)
ffi (>= 1.15.0)
factory_bot (6.2.0)
Expand Down Expand Up @@ -140,7 +140,7 @@ GEM
rspec (>= 2.99.0, < 4.0)
hashdiff (1.1.1)
hpricot (0.8.6)
i18n (1.14.5)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
json (2.3.1)
jsonapi-renderer (0.2.2)
Expand Down Expand Up @@ -183,8 +183,8 @@ GEM
public_suffix (4.0.7)
puma (5.6.9)
nio4r (~> 2.0)
racc (1.8.0)
rack (2.2.9)
racc (1.8.1)
rack (2.2.10)
rack-test (2.1.0)
rack (>= 1.3)
rails-dom-testing (2.2.0)
Expand All @@ -193,9 +193,9 @@ GEM
nokogiri (>= 1.6)
rails-html-sanitizer (1.5.0)
loofah (~> 2.19, >= 2.19.1)
railties (6.1.7.8)
actionpack (= 6.1.7.8)
activesupport (= 6.1.7.8)
railties (6.1.7.9)
actionpack (= 6.1.7.9)
activesupport (= 6.1.7.9)
method_source
rake (>= 12.2)
thor (~> 1.0)
Expand Down

0 comments on commit 9faa270

Please sign in to comment.