Skip to content

Commit 4a93380

Browse files
committed
fix ruby 3.1
1 parent 9962ee5 commit 4a93380

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

Gemfile.lock

+9-10
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ PATH
1616
GEM
1717
remote: https://rubygems.org/
1818
specs:
19-
activejob (8.0.1)
20-
activesupport (= 8.0.1)
19+
activejob (7.2.2.1)
20+
activesupport (= 7.2.2.1)
2121
globalid (>= 0.3.6)
22-
activemodel (8.0.1)
23-
activesupport (= 8.0.1)
24-
activerecord (8.0.1)
25-
activemodel (= 8.0.1)
26-
activesupport (= 8.0.1)
22+
activemodel (7.2.2.1)
23+
activesupport (= 7.2.2.1)
24+
activerecord (7.2.2.1)
25+
activemodel (= 7.2.2.1)
26+
activesupport (= 7.2.2.1)
2727
timeout (>= 0.4.0)
28-
activesupport (8.0.1)
28+
activesupport (7.2.2.1)
2929
base64
3030
benchmark (>= 0.3)
3131
bigdecimal
@@ -37,7 +37,6 @@ GEM
3737
minitest (>= 5.1)
3838
securerandom (>= 0.3)
3939
tzinfo (~> 2.0, >= 2.0.5)
40-
uri (>= 0.13.1)
4140
amq-protocol (2.3.2)
4241
ast (2.4.2)
4342
base64 (0.2.0)
@@ -160,9 +159,9 @@ GEM
160159
unicode-display_width (3.1.4)
161160
unicode-emoji (~> 4.0, >= 4.0.4)
162161
unicode-emoji (4.0.4)
163-
uri (1.0.2)
164162

165163
PLATFORMS
164+
arm64-darwin
166165
ruby
167166

168167
DEPENDENCIES

0 commit comments

Comments
 (0)