Skip to content

Commit 8765aa6

Browse files
update gem dependencies in Gemfile.lock
1 parent a6ab7f4 commit 8765aa6

File tree

1 file changed

+17
-13
lines changed

1 file changed

+17
-13
lines changed

Gemfile.lock

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ PATH
88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
activesupport (7.2.1.2)
11+
activesupport (8.0.0)
1212
base64
13+
benchmark (>= 0.3)
1314
bigdecimal
1415
concurrent-ruby (~> 1.0, >= 1.3.1)
1516
connection_pool (>= 2.2.5)
@@ -19,10 +20,12 @@ GEM
1920
minitest (>= 5.1)
2021
securerandom (>= 0.3)
2122
tzinfo (~> 2.0, >= 2.0.5)
23+
uri (>= 0.13.1)
2224
addressable (2.8.7)
2325
public_suffix (>= 2.0.2, < 7.0)
2426
ast (2.4.2)
2527
base64 (0.2.0)
28+
benchmark (0.4.0)
2629
bigdecimal (3.1.8)
2730
bundler-audit (0.9.2)
2831
bundler (>= 1.2.0, < 3)
@@ -59,7 +62,7 @@ GEM
5962
dorian-to_struct (2.0.2)
6063
drb (2.2.1)
6164
geom2d (0.4.1)
62-
git (2.3.1)
65+
git (2.3.2)
6366
activesupport (>= 5.0)
6467
addressable (~> 2.8)
6568
process_executer (~> 1.1)
@@ -68,25 +71,25 @@ GEM
6871
temple (>= 0.8.2)
6972
thor
7073
tilt
71-
hexapdf (1.0.0)
74+
hexapdf (1.0.2)
7275
cmdparse (~> 3.0, >= 3.0.3)
7376
geom2d (~> 0.4, >= 0.4.1)
7477
openssl (>= 2.2.1)
7578
i18n (1.14.6)
7679
concurrent-ruby (~> 1.0)
77-
json (2.7.4)
80+
json (2.8.2)
7881
language_server-protocol (3.17.0.3)
7982
libv8-node (18.19.0.0)
8083
libv8-node (18.19.0.0-arm64-darwin)
8184
libv8-node (18.19.0.0-x86_64-linux)
8285
logger (1.6.1)
8386
mini_racer (0.16.0)
8487
libv8-node (~> 18.19.0.0)
85-
minitest (5.25.1)
88+
minitest (5.25.2)
8689
openssl (3.2.0)
87-
ostruct (0.6.0)
90+
ostruct (0.6.1)
8891
parallel (1.26.3)
89-
parser (3.3.5.0)
92+
parser (3.3.6.0)
9093
ast (~> 2.4.1)
9194
racc
9295
prettier_print (1.2.1)
@@ -110,7 +113,7 @@ GEM
110113
diff-lcs (>= 1.2.0, < 2.0)
111114
rspec-support (~> 3.13.0)
112115
rspec-support (3.13.1)
113-
rubocop (1.67.0)
116+
rubocop (1.68.0)
114117
json (~> 2.3)
115118
language_server-protocol (>= 3.17.0)
116119
parallel (~> 1.10)
@@ -120,13 +123,13 @@ GEM
120123
rubocop-ast (>= 1.32.2, < 2.0)
121124
ruby-progressbar (~> 1.7)
122125
unicode-display_width (>= 2.4.0, < 3.0)
123-
rubocop-ast (1.32.3)
126+
rubocop-ast (1.36.1)
124127
parser (>= 3.3.1.0)
125128
rubocop-capybara (2.21.0)
126129
rubocop (~> 1.41)
127130
rubocop-factory_bot (2.26.1)
128131
rubocop (~> 1.61)
129-
rubocop-performance (1.22.1)
132+
rubocop-performance (1.23.0)
130133
rubocop (>= 1.48.1, < 2.0)
131134
rubocop-ast (>= 1.31.1, < 2.0)
132135
rubocop-rails (2.27.0)
@@ -142,7 +145,7 @@ GEM
142145
rubocop (~> 1.61)
143146
rubocop-rspec (~> 3, >= 3.0.1)
144147
ruby-progressbar (1.13.0)
145-
securerandom (0.3.1)
148+
securerandom (0.3.2)
146149
syntax_tree (6.2.0)
147150
prettier_print (>= 1.2.0)
148151
syntax_tree-haml (4.0.3)
@@ -160,10 +163,11 @@ GEM
160163
tzinfo (2.0.6)
161164
concurrent-ruby (~> 1.0)
162165
unicode-display_width (2.6.0)
166+
uri (1.0.2)
163167
w_syntax_tree-erb (0.12.0)
164168
prettier_print (~> 1.2, >= 1.2.0)
165169
syntax_tree (~> 6.1, >= 6.1.1)
166-
yaml (0.3.0)
170+
yaml (0.4.0)
167171

168172
PLATFORMS
169173
arm64-darwin-23
@@ -187,4 +191,4 @@ RUBY VERSION
187191
ruby 3.3.5p100
188192

189193
BUNDLED WITH
190-
2.5.22
194+
2.5.23

0 commit comments

Comments
 (0)