Skip to content

Commit 13abaa1

Browse files
committed
[rb] Rollback the update in Gemfile.lock
Signed-off-by: Viet Nguyen Duc <[email protected]>
1 parent 27a581c commit 13abaa1

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

rb/Gemfile.lock

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ PATH
1313
GEM
1414
remote: https://rubygems.org/
1515
specs:
16-
activesupport (8.0.0)
16+
activesupport (7.2.2)
1717
base64
1818
benchmark (>= 0.3)
1919
bigdecimal
@@ -25,7 +25,6 @@ GEM
2525
minitest (>= 5.1)
2626
securerandom (>= 0.3)
2727
tzinfo (~> 2.0, >= 2.0.5)
28-
uri (>= 0.13.1)
2928
addressable (2.8.7)
3029
public_suffix (>= 2.0.2, < 7.0)
3130
ast (2.4.2)
@@ -47,11 +46,12 @@ GEM
4746
drb (2.2.1)
4847
ffi (1.17.0)
4948
ffi (1.17.0-java)
49+
ffi (1.17.0-x86_64-darwin)
5050
fileutils (1.7.3)
5151
git (1.19.1)
5252
addressable (~> 2.8)
5353
rchardet (~> 1.8)
54-
hashdiff (1.1.2)
54+
hashdiff (1.1.1)
5555
i18n (1.14.6)
5656
concurrent-ruby (~> 1.0)
5757
io-console (0.7.2)
@@ -60,8 +60,8 @@ GEM
6060
rdoc (>= 4.0.0)
6161
reline (>= 0.4.2)
6262
jar-dependencies (0.4.1)
63-
json (2.8.2)
64-
json (2.8.2-java)
63+
json (2.8.1)
64+
json (2.8.1-java)
6565
language_server-protocol (3.17.0.3)
6666
listen (3.9.0)
6767
rb-fsevent (~> 0.10, >= 0.10.3)
@@ -88,7 +88,7 @@ GEM
8888
rbs (3.6.1)
8989
logger
9090
rchardet (1.8.0)
91-
rdoc (6.8.1)
91+
rdoc (6.7.0)
9292
psych (>= 4.0.0)
9393
regexp_parser (2.9.2)
9494
reline (0.5.11)
@@ -117,13 +117,13 @@ GEM
117117
rubocop-ast (>= 1.32.2, < 2.0)
118118
ruby-progressbar (~> 1.7)
119119
unicode-display_width (>= 2.4.0, < 3.0)
120-
rubocop-ast (1.36.1)
120+
rubocop-ast (1.34.1)
121121
parser (>= 3.3.1.0)
122122
rubocop-capybara (2.21.0)
123123
rubocop (~> 1.41)
124124
rubocop-factory_bot (2.26.1)
125125
rubocop (~> 1.61)
126-
rubocop-performance (1.23.0)
126+
rubocop-performance (1.22.1)
127127
rubocop (>= 1.48.1, < 2.0)
128128
rubocop-ast (>= 1.31.1, < 2.0)
129129
rubocop-rake (0.6.0)
@@ -161,7 +161,6 @@ GEM
161161
tzinfo (2.0.6)
162162
concurrent-ruby (~> 1.0)
163163
unicode-display_width (2.6.0)
164-
uri (1.0.2)
165164
webmock (3.24.0)
166165
addressable (>= 2.8.0)
167166
crack (>= 0.3.2)
@@ -199,4 +198,4 @@ DEPENDENCIES
199198
yard (~> 0.9.11, >= 0.9.36)
200199

201200
BUNDLED WITH
202-
2.5.18
201+
2.5.6

0 commit comments

Comments
 (0)