Skip to content

Commit 7fc42de

Browse files
chore: update Gemfile.lock to upgrade activesupport, json, rubocop-ast, and Ruby version (#13)
1 parent 4f2f688 commit 7fc42de

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Gemfile.lock

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (8.0.2.1)
4+
activesupport (8.0.3)
55
base64
66
benchmark (>= 0.3)
77
bigdecimal
@@ -82,7 +82,7 @@ GEM
8282
i18n (1.14.7)
8383
concurrent-ruby (~> 1.0)
8484
io-console (0.8.1)
85-
json (2.14.1)
85+
json (2.15.0)
8686
language_server-protocol (3.17.0.5)
8787
lint_roller (1.1.0)
8888
listen (3.9.0)
@@ -148,7 +148,7 @@ GEM
148148
rubocop-ast (>= 1.46.0, < 2.0)
149149
ruby-progressbar (~> 1.7)
150150
unicode-display_width (>= 2.4.0, < 4.0)
151-
rubocop-ast (1.46.0)
151+
rubocop-ast (1.47.1)
152152
parser (>= 3.3.7.2)
153153
prism (~> 1.4)
154154
rubocop-factory_bot (2.27.1)
@@ -202,6 +202,7 @@ PLATFORMS
202202
arm-linux-gnu
203203
arm-linux-musl
204204
arm64-darwin
205+
ruby
205206
x86-linux-gnu
206207
x86-linux-musl
207208
x86_64-darwin
@@ -235,7 +236,7 @@ DEPENDENCIES
235236
zeitwerk (~> 2.6)
236237

237238
RUBY VERSION
238-
ruby 3.3.5p100
239+
ruby 3.3.9p170
239240

240241
BUNDLED WITH
241242
2.6.9

0 commit comments

Comments
 (0)