Skip to content

Commit 0bbb01b

Browse files
committed
Bump ruby from v3.4.1 to v3.4.2
1 parent abbd660 commit 0bbb01b

File tree

3 files changed

+98
-89
lines changed

3 files changed

+98
-89
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ executors:
1717
parameters:
1818
ruby-version:
1919
description: "ruby version tag"
20-
default: "3.4.1"
20+
default: "3.4.2"
2121
type: string
2222
postgres-version:
2323
description: "postgres version tag"
@@ -79,7 +79,7 @@ workflows:
7979
matrix:
8080
parameters:
8181
ruby-version:
82-
- "3.4.1"
82+
- "3.4.2"
8383
- "3.3.7"
8484
- "3.2.6"
8585
- rubocop

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.1
1+
3.4.2

Gemfile.lock

Lines changed: 95 additions & 86 deletions
Original file line numberDiff line numberDiff line change
@@ -9,65 +9,65 @@ PATH
99
GEM
1010
remote: https://rubygems.org/
1111
specs:
12-
actioncable (8.0.1)
13-
actionpack (= 8.0.1)
14-
activesupport (= 8.0.1)
12+
actioncable (8.0.2)
13+
actionpack (= 8.0.2)
14+
activesupport (= 8.0.2)
1515
nio4r (~> 2.0)
1616
websocket-driver (>= 0.6.1)
1717
zeitwerk (~> 2.6)
18-
actionmailbox (8.0.1)
19-
actionpack (= 8.0.1)
20-
activejob (= 8.0.1)
21-
activerecord (= 8.0.1)
22-
activestorage (= 8.0.1)
23-
activesupport (= 8.0.1)
18+
actionmailbox (8.0.2)
19+
actionpack (= 8.0.2)
20+
activejob (= 8.0.2)
21+
activerecord (= 8.0.2)
22+
activestorage (= 8.0.2)
23+
activesupport (= 8.0.2)
2424
mail (>= 2.8.0)
25-
actionmailer (8.0.1)
26-
actionpack (= 8.0.1)
27-
actionview (= 8.0.1)
28-
activejob (= 8.0.1)
29-
activesupport (= 8.0.1)
25+
actionmailer (8.0.2)
26+
actionpack (= 8.0.2)
27+
actionview (= 8.0.2)
28+
activejob (= 8.0.2)
29+
activesupport (= 8.0.2)
3030
mail (>= 2.8.0)
3131
rails-dom-testing (~> 2.2)
32-
actionpack (8.0.1)
33-
actionview (= 8.0.1)
34-
activesupport (= 8.0.1)
32+
actionpack (8.0.2)
33+
actionview (= 8.0.2)
34+
activesupport (= 8.0.2)
3535
nokogiri (>= 1.8.5)
3636
rack (>= 2.2.4)
3737
rack-session (>= 1.0.1)
3838
rack-test (>= 0.6.3)
3939
rails-dom-testing (~> 2.2)
4040
rails-html-sanitizer (~> 1.6)
4141
useragent (~> 0.16)
42-
actiontext (8.0.1)
43-
actionpack (= 8.0.1)
44-
activerecord (= 8.0.1)
45-
activestorage (= 8.0.1)
46-
activesupport (= 8.0.1)
42+
actiontext (8.0.2)
43+
actionpack (= 8.0.2)
44+
activerecord (= 8.0.2)
45+
activestorage (= 8.0.2)
46+
activesupport (= 8.0.2)
4747
globalid (>= 0.6.0)
4848
nokogiri (>= 1.8.5)
49-
actionview (8.0.1)
50-
activesupport (= 8.0.1)
49+
actionview (8.0.2)
50+
activesupport (= 8.0.2)
5151
builder (~> 3.1)
5252
erubi (~> 1.11)
5353
rails-dom-testing (~> 2.2)
5454
rails-html-sanitizer (~> 1.6)
55-
activejob (8.0.1)
56-
activesupport (= 8.0.1)
55+
activejob (8.0.2)
56+
activesupport (= 8.0.2)
5757
globalid (>= 0.3.6)
58-
activemodel (8.0.1)
59-
activesupport (= 8.0.1)
60-
activerecord (8.0.1)
61-
activemodel (= 8.0.1)
62-
activesupport (= 8.0.1)
58+
activemodel (8.0.2)
59+
activesupport (= 8.0.2)
60+
activerecord (8.0.2)
61+
activemodel (= 8.0.2)
62+
activesupport (= 8.0.2)
6363
timeout (>= 0.4.0)
64-
activestorage (8.0.1)
65-
actionpack (= 8.0.1)
66-
activejob (= 8.0.1)
67-
activerecord (= 8.0.1)
68-
activesupport (= 8.0.1)
64+
activestorage (8.0.2)
65+
actionpack (= 8.0.2)
66+
activejob (= 8.0.2)
67+
activerecord (= 8.0.2)
68+
activesupport (= 8.0.2)
6969
marcel (~> 1.0)
70-
activesupport (8.0.1)
70+
activesupport (8.0.2)
7171
base64
7272
benchmark (>= 0.3)
7373
bigdecimal
@@ -80,7 +80,7 @@ GEM
8080
securerandom (>= 0.3)
8181
tzinfo (~> 2.0, >= 2.0.5)
8282
uri (>= 0.13.1)
83-
ast (2.4.2)
83+
ast (2.4.3)
8484
base64 (0.2.0)
8585
benchmark (0.4.0)
8686
bigdecimal (3.1.9)
@@ -89,7 +89,7 @@ GEM
8989
connection_pool (2.5.0)
9090
crass (1.0.6)
9191
date (3.4.1)
92-
diff-lcs (1.5.1)
92+
diff-lcs (1.6.1)
9393
docile (1.4.1)
9494
drb (2.2.1)
9595
erubi (1.13.1)
@@ -98,7 +98,7 @@ GEM
9898
fiber-storage (1.0.0)
9999
globalid (1.2.1)
100100
activesupport (>= 6.1)
101-
graphql (2.4.9)
101+
graphql (2.4.15)
102102
base64
103103
fiber-storage
104104
logger
@@ -109,9 +109,10 @@ GEM
109109
pp (>= 0.6.0)
110110
rdoc (>= 4.0.0)
111111
reline (>= 0.4.2)
112-
json (2.9.1)
112+
json (2.10.2)
113113
language_server-protocol (3.17.0.4)
114-
logger (1.6.5)
114+
lint_roller (1.1.0)
115+
logger (1.7.0)
115116
loofah (2.24.0)
116117
crass (~> 1.0.2)
117118
nokogiri (>= 1.12.0)
@@ -122,8 +123,8 @@ GEM
122123
net-smtp
123124
marcel (1.0.4)
124125
mini_mime (1.1.5)
125-
minitest (5.25.4)
126-
net-imap (0.5.5)
126+
minitest (5.25.5)
127+
net-imap (0.5.6)
127128
date
128129
net-protocol
129130
net-pop (0.1.2)
@@ -133,62 +134,63 @@ GEM
133134
net-smtp (0.5.1)
134135
net-protocol
135136
nio4r (2.7.4)
136-
nokogiri (1.18.2-x86_64-darwin)
137+
nokogiri (1.18.6-x86_64-darwin)
137138
racc (~> 1.4)
138-
nokogiri (1.18.2-x86_64-linux-gnu)
139+
nokogiri (1.18.6-x86_64-linux-gnu)
139140
racc (~> 1.4)
140141
parallel (1.26.3)
141-
parser (3.3.7.1)
142+
parser (3.3.7.4)
142143
ast (~> 2.4.1)
143144
racc
144145
pg (1.5.9)
145146
pp (0.6.2)
146147
prettyprint
147148
prettyprint (0.2.0)
149+
prism (1.4.0)
148150
psych (5.2.3)
149151
date
150152
stringio
151153
racc (1.8.1)
152-
rack (3.1.9)
154+
rack (3.1.12)
153155
rack-session (2.1.0)
154156
base64 (>= 0.1.0)
155157
rack (>= 3.0.0)
156158
rack-test (2.2.0)
157159
rack (>= 1.3)
158160
rackup (2.2.1)
159161
rack (>= 3)
160-
rails (8.0.1)
161-
actioncable (= 8.0.1)
162-
actionmailbox (= 8.0.1)
163-
actionmailer (= 8.0.1)
164-
actionpack (= 8.0.1)
165-
actiontext (= 8.0.1)
166-
actionview (= 8.0.1)
167-
activejob (= 8.0.1)
168-
activemodel (= 8.0.1)
169-
activerecord (= 8.0.1)
170-
activestorage (= 8.0.1)
171-
activesupport (= 8.0.1)
162+
rails (8.0.2)
163+
actioncable (= 8.0.2)
164+
actionmailbox (= 8.0.2)
165+
actionmailer (= 8.0.2)
166+
actionpack (= 8.0.2)
167+
actiontext (= 8.0.2)
168+
actionview (= 8.0.2)
169+
activejob (= 8.0.2)
170+
activemodel (= 8.0.2)
171+
activerecord (= 8.0.2)
172+
activestorage (= 8.0.2)
173+
activesupport (= 8.0.2)
172174
bundler (>= 1.15.0)
173-
railties (= 8.0.1)
175+
railties (= 8.0.2)
174176
rails-dom-testing (2.2.0)
175177
activesupport (>= 5.0.0)
176178
minitest
177179
nokogiri (>= 1.6)
178180
rails-html-sanitizer (1.6.2)
179181
loofah (~> 2.21)
180182
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
181-
railties (8.0.1)
182-
actionpack (= 8.0.1)
183-
activesupport (= 8.0.1)
183+
railties (8.0.2)
184+
actionpack (= 8.0.2)
185+
activesupport (= 8.0.2)
184186
irb (~> 1.13)
185187
rackup (>= 1.0.0)
186188
rake (>= 12.2)
187189
thor (~> 1.0, >= 1.2.2)
188190
zeitwerk (~> 2.6)
189191
rainbow (3.1.1)
190192
rake (13.2.1)
191-
rdoc (6.12.0)
193+
rdoc (6.13.1)
192194
psych (>= 4.0.0)
193195
regexp_parser (2.10.0)
194196
reline (0.6.0)
@@ -216,32 +218,39 @@ GEM
216218
rspec-support (3.13.2)
217219
rspec_junit_formatter (0.6.0)
218220
rspec-core (>= 2, < 4, != 2.12.0)
219-
rubocop (1.71.2)
221+
rubocop (1.75.1)
220222
json (~> 2.3)
221-
language_server-protocol (>= 3.17.0)
223+
language_server-protocol (~> 3.17.0.2)
224+
lint_roller (~> 1.1.0)
222225
parallel (~> 1.10)
223226
parser (>= 3.3.0.2)
224227
rainbow (>= 2.2.2, < 4.0)
225228
regexp_parser (>= 2.9.3, < 3.0)
226-
rubocop-ast (>= 1.38.0, < 2.0)
229+
rubocop-ast (>= 1.43.0, < 2.0)
227230
ruby-progressbar (~> 1.7)
228231
unicode-display_width (>= 2.4.0, < 4.0)
229-
rubocop-ast (1.38.0)
230-
parser (>= 3.3.1.0)
231-
rubocop-factory_bot (2.26.1)
232-
rubocop (~> 1.61)
233-
rubocop-rails (2.29.1)
232+
rubocop-ast (1.43.0)
233+
parser (>= 3.3.7.2)
234+
prism (~> 1.4)
235+
rubocop-factory_bot (2.27.1)
236+
lint_roller (~> 1.1)
237+
rubocop (~> 1.72, >= 1.72.1)
238+
rubocop-rails (2.30.3)
234239
activesupport (>= 4.2.0)
240+
lint_roller (~> 1.1)
235241
rack (>= 1.1)
236-
rubocop (>= 1.52.0, < 2.0)
237-
rubocop-ast (>= 1.31.1, < 2.0)
238-
rubocop-rake (0.6.0)
239-
rubocop (~> 1.0)
240-
rubocop-rspec (3.4.0)
241-
rubocop (~> 1.61)
242-
rubocop-rspec_rails (2.30.0)
243-
rubocop (~> 1.61)
244-
rubocop-rspec (~> 3, >= 3.0.1)
242+
rubocop (>= 1.72.1, < 2.0)
243+
rubocop-ast (>= 1.38.0, < 2.0)
244+
rubocop-rake (0.7.1)
245+
lint_roller (~> 1.1)
246+
rubocop (>= 1.72.1)
247+
rubocop-rspec (3.5.0)
248+
lint_roller (~> 1.1)
249+
rubocop (~> 1.72, >= 1.72.1)
250+
rubocop-rspec_rails (2.31.0)
251+
lint_roller (~> 1.1)
252+
rubocop (~> 1.72, >= 1.72.1)
253+
rubocop-rspec (~> 3.5)
245254
ruby-progressbar (1.13.0)
246255
securerandom (0.4.1)
247256
simplecov (0.22.0)
@@ -250,22 +259,22 @@ GEM
250259
simplecov_json_formatter (~> 0.1)
251260
simplecov-html (0.13.1)
252261
simplecov_json_formatter (0.1.4)
253-
stringio (3.1.2)
262+
stringio (3.1.6)
254263
thor (1.3.2)
255264
timeout (0.4.3)
256265
tzinfo (2.0.6)
257266
concurrent-ruby (~> 1.0)
258267
unicode-display_width (3.1.4)
259268
unicode-emoji (~> 4.0, >= 4.0.4)
260269
unicode-emoji (4.0.4)
261-
uri (1.0.2)
270+
uri (1.0.3)
262271
useragent (0.16.11)
263272
websocket-driver (0.7.7)
264273
base64
265274
websocket-extensions (>= 0.1.0)
266275
websocket-extensions (0.1.5)
267276
yard (0.9.37)
268-
zeitwerk (2.7.1)
277+
zeitwerk (2.7.2)
269278

270279
PLATFORMS
271280
x86_64-darwin
@@ -289,4 +298,4 @@ DEPENDENCIES
289298
yard
290299

291300
BUNDLED WITH
292-
2.5.22
301+
2.6.6

0 commit comments

Comments
 (0)