Skip to content

Commit 42c405a

Browse files
committed
run bundle update to bump all the gems
1 parent 431b8f6 commit 42c405a

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

Gemfile.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,25 +9,25 @@ PATH
99
GEM
1010
remote: https://rubygems.org/
1111
specs:
12-
actionview (7.1.5.1)
13-
activesupport (= 7.1.5.1)
12+
actionview (8.0.1)
13+
activesupport (= 8.0.1)
1414
builder (~> 3.1)
1515
erubi (~> 1.11)
1616
rails-dom-testing (~> 2.2)
1717
rails-html-sanitizer (~> 1.6)
18-
activesupport (7.1.5.1)
18+
activesupport (8.0.1)
1919
base64
2020
benchmark (>= 0.3)
2121
bigdecimal
22-
concurrent-ruby (~> 1.0, >= 1.0.2)
22+
concurrent-ruby (~> 1.0, >= 1.3.1)
2323
connection_pool (>= 2.2.5)
2424
drb
2525
i18n (>= 1.6, < 2)
2626
logger (>= 1.4.2)
2727
minitest (>= 5.1)
28-
mutex_m
2928
securerandom (>= 0.3)
30-
tzinfo (~> 2.0)
29+
tzinfo (~> 2.0, >= 2.0.5)
30+
uri (>= 0.13.1)
3131
ast (2.4.2)
3232
base64 (0.2.0)
3333
benchmark (0.4.0)
@@ -37,27 +37,26 @@ GEM
3737
connection_pool (2.5.0)
3838
crass (1.0.6)
3939
drb (2.2.1)
40-
erubi (1.13.0)
40+
erubi (1.13.1)
4141
i18n (1.14.7)
4242
concurrent-ruby (~> 1.0)
4343
json (2.10.1)
4444
language_server-protocol (3.17.0.4)
4545
lint_roller (1.1.0)
4646
logger (1.6.6)
47-
loofah (2.23.1)
47+
loofah (2.24.0)
4848
crass (~> 1.0.2)
4949
nokogiri (>= 1.12.0)
5050
mini_portile2 (2.8.8)
5151
minitest (5.25.4)
52-
mutex_m (0.3.0)
53-
nokogiri (1.17.2)
52+
nokogiri (1.18.3)
5453
mini_portile2 (~> 2.8.2)
5554
racc (~> 1.4)
56-
nokogiri (1.17.2-arm64-darwin)
55+
nokogiri (1.18.3-arm64-darwin)
5756
racc (~> 1.4)
58-
nokogiri (1.17.2-x86_64-darwin)
57+
nokogiri (1.18.3-x86_64-darwin)
5958
racc (~> 1.4)
60-
nokogiri (1.17.2-x86_64-linux)
59+
nokogiri (1.18.3-x86_64-linux-gnu)
6160
racc (~> 1.4)
6261
parallel (1.26.3)
6362
parser (3.3.7.1)
@@ -99,12 +98,13 @@ GEM
9998
rubocop (>= 1.72.1, < 2.0)
10099
rubocop-ast (>= 1.38.0, < 2.0)
101100
ruby-progressbar (1.13.0)
102-
securerandom (0.3.2)
101+
securerandom (0.4.1)
103102
tzinfo (2.0.6)
104103
concurrent-ruby (~> 1.0)
105104
unicode-display_width (3.1.4)
106105
unicode-emoji (~> 4.0, >= 4.0.4)
107106
unicode-emoji (4.0.4)
107+
uri (1.0.2)
108108

109109
PLATFORMS
110110
arm64-darwin-21

0 commit comments

Comments
 (0)