Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/bundler/sprockets-4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NxPKG authored Jul 7, 2024
2 parents 89ea39b + 81fea96 commit 63c007f
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ GEM
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
ast (2.4.2)
autoprefixer-rails (10.4.16.0)
execjs (~> 2)
Expand All @@ -94,6 +94,7 @@ GEM
base64 (0.1.1)
bcrypt (3.1.19)
benchmark-ips (2.9.1)
bigdecimal (3.1.8)
bindex (0.8.1)
bluecloth (2.2.0)
bootsnap (1.17.0)
Expand All @@ -120,7 +121,8 @@ GEM
coffee-script-source (1.12.2)
concurrent-ruby (1.2.2)
connection_pool (2.4.1)
crack (0.4.5)
crack (1.0.0)
bigdecimal
rexml
crass (1.0.6)
css_parser (1.7.1)
Expand Down Expand Up @@ -167,7 +169,7 @@ GEM
rrrretry
globalid (1.1.0)
activesupport (>= 5.0)
hashdiff (1.0.1)
hashdiff (1.1.0)
hashie (5.0.0)
heapy (0.2.0)
thor
Expand Down Expand Up @@ -281,7 +283,7 @@ GEM
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (5.0.4)
public_suffix (6.0.0)
puma (6.4.0)
nio4r (~> 2.0)
puma_worker_killer (0.3.1)
Expand Down Expand Up @@ -351,7 +353,8 @@ GEM
responders (3.1.1)
actionpack (>= 5.2)
railties (>= 5.2)
rexml (3.2.6)
rexml (3.3.1)
strscan
rrrretry (1.0.0)
rubocop (1.56.4)
base64 (~> 0.1.1)
Expand Down Expand Up @@ -444,8 +447,9 @@ GEM
rubocop-performance (~> 1.19.1)
standardrb (1.0.1)
standard
strscan (3.1.0)
temple (0.8.2)
test-prof (1.0.10)
test-prof (1.3.3.1)
thor (1.3.0)
tilt (2.0.11)
timeout (0.3.0)
Expand All @@ -471,7 +475,7 @@ GEM
activemodel (>= 6.0.0)
bindex (>= 0.4.0)
railties (>= 6.0.0)
webmock (3.18.1)
webmock (3.23.1)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
Expand Down

0 comments on commit 63c007f

Please sign in to comment.