Skip to content

Commit 7b0815c

Browse files
committed
bundle update
1 parent 6d6d910 commit 7b0815c

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

Gemfile.lock

+6-5
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ GEM
1313
remote: https://rubygems.org/
1414
specs:
1515
abbrev (0.1.2)
16-
activesupport (7.2.2.1)
16+
activesupport (8.0.1)
1717
base64
1818
benchmark (>= 0.3)
1919
bigdecimal
@@ -25,6 +25,7 @@ GEM
2525
minitest (>= 5.1)
2626
securerandom (>= 0.3)
2727
tzinfo (~> 2.0, >= 2.0.5)
28+
uri (>= 0.13.1)
2829
addressable (2.8.7)
2930
public_suffix (>= 2.0.2, < 7.0)
3031
ast (2.4.2)
@@ -101,16 +102,16 @@ GEM
101102
diff-lcs (>= 1.2.0, < 2.0)
102103
rspec-support (~> 3.13.0)
103104
rspec-support (3.13.2)
104-
rubocop (1.68.0)
105+
rubocop (1.69.2)
105106
json (~> 2.3)
106107
language_server-protocol (>= 3.17.0)
107108
parallel (~> 1.10)
108109
parser (>= 3.3.0.2)
109110
rainbow (>= 2.2.2, < 4.0)
110-
regexp_parser (>= 2.4, < 3.0)
111-
rubocop-ast (>= 1.32.2, < 2.0)
111+
regexp_parser (>= 2.9.3, < 3.0)
112+
rubocop-ast (>= 1.36.2, < 2.0)
112113
ruby-progressbar (~> 1.7)
113-
unicode-display_width (>= 2.4.0, < 3.0)
114+
unicode-display_width (>= 2.4.0, < 4.0)
114115
rubocop-ast (1.37.0)
115116
parser (>= 3.3.1.0)
116117
rubocop-on-rbs (1.2.0)

0 commit comments

Comments
 (0)