Skip to content

Commit 9127304

Browse files
committed
New Rails version (7.1.3.3)
1 parent 1dbf80f commit 9127304

File tree

2 files changed

+69
-69
lines changed

2 files changed

+69
-69
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ gem 'octokit'
1818
gem 'pdf-reader', '~> 2.11.0'
1919
gem 'pg', '~> 1.4.6'
2020
gem 'pagy'
21-
gem 'rails', '7.1.3.2'
21+
gem 'rails', '7.1.3.3'
2222
gem "importmap-rails"
2323
gem "turbo-rails"
2424
gem "stimulus-rails"

Gemfile.lock

+68-68
Original file line numberDiff line numberDiff line change
@@ -4,74 +4,74 @@ GEM
44
Ascii85 (1.1.0)
55
aasm (5.5.0)
66
concurrent-ruby (~> 1.0)
7-
actioncable (7.1.3.2)
8-
actionpack (= 7.1.3.2)
9-
activesupport (= 7.1.3.2)
7+
actioncable (7.1.3.3)
8+
actionpack (= 7.1.3.3)
9+
activesupport (= 7.1.3.3)
1010
nio4r (~> 2.0)
1111
websocket-driver (>= 0.6.1)
1212
zeitwerk (~> 2.6)
13-
actionmailbox (7.1.3.2)
14-
actionpack (= 7.1.3.2)
15-
activejob (= 7.1.3.2)
16-
activerecord (= 7.1.3.2)
17-
activestorage (= 7.1.3.2)
18-
activesupport (= 7.1.3.2)
13+
actionmailbox (7.1.3.3)
14+
actionpack (= 7.1.3.3)
15+
activejob (= 7.1.3.3)
16+
activerecord (= 7.1.3.3)
17+
activestorage (= 7.1.3.3)
18+
activesupport (= 7.1.3.3)
1919
mail (>= 2.7.1)
2020
net-imap
2121
net-pop
2222
net-smtp
23-
actionmailer (7.1.3.2)
24-
actionpack (= 7.1.3.2)
25-
actionview (= 7.1.3.2)
26-
activejob (= 7.1.3.2)
27-
activesupport (= 7.1.3.2)
23+
actionmailer (7.1.3.3)
24+
actionpack (= 7.1.3.3)
25+
actionview (= 7.1.3.3)
26+
activejob (= 7.1.3.3)
27+
activesupport (= 7.1.3.3)
2828
mail (~> 2.5, >= 2.5.4)
2929
net-imap
3030
net-pop
3131
net-smtp
3232
rails-dom-testing (~> 2.2)
33-
actionpack (7.1.3.2)
34-
actionview (= 7.1.3.2)
35-
activesupport (= 7.1.3.2)
33+
actionpack (7.1.3.3)
34+
actionview (= 7.1.3.3)
35+
activesupport (= 7.1.3.3)
3636
nokogiri (>= 1.8.5)
3737
racc
3838
rack (>= 2.2.4)
3939
rack-session (>= 1.0.1)
4040
rack-test (>= 0.6.3)
4141
rails-dom-testing (~> 2.2)
4242
rails-html-sanitizer (~> 1.6)
43-
actiontext (7.1.3.2)
44-
actionpack (= 7.1.3.2)
45-
activerecord (= 7.1.3.2)
46-
activestorage (= 7.1.3.2)
47-
activesupport (= 7.1.3.2)
43+
actiontext (7.1.3.3)
44+
actionpack (= 7.1.3.3)
45+
activerecord (= 7.1.3.3)
46+
activestorage (= 7.1.3.3)
47+
activesupport (= 7.1.3.3)
4848
globalid (>= 0.6.0)
4949
nokogiri (>= 1.8.5)
50-
actionview (7.1.3.2)
51-
activesupport (= 7.1.3.2)
50+
actionview (7.1.3.3)
51+
activesupport (= 7.1.3.3)
5252
builder (~> 3.1)
5353
erubi (~> 1.11)
5454
rails-dom-testing (~> 2.2)
5555
rails-html-sanitizer (~> 1.6)
5656
active_link_to (1.0.5)
5757
actionpack
5858
addressable
59-
activejob (7.1.3.2)
60-
activesupport (= 7.1.3.2)
59+
activejob (7.1.3.3)
60+
activesupport (= 7.1.3.3)
6161
globalid (>= 0.3.6)
62-
activemodel (7.1.3.2)
63-
activesupport (= 7.1.3.2)
64-
activerecord (7.1.3.2)
65-
activemodel (= 7.1.3.2)
66-
activesupport (= 7.1.3.2)
62+
activemodel (7.1.3.3)
63+
activesupport (= 7.1.3.3)
64+
activerecord (7.1.3.3)
65+
activemodel (= 7.1.3.3)
66+
activesupport (= 7.1.3.3)
6767
timeout (>= 0.4.0)
68-
activestorage (7.1.3.2)
69-
actionpack (= 7.1.3.2)
70-
activejob (= 7.1.3.2)
71-
activerecord (= 7.1.3.2)
72-
activesupport (= 7.1.3.2)
68+
activestorage (7.1.3.3)
69+
actionpack (= 7.1.3.3)
70+
activejob (= 7.1.3.3)
71+
activerecord (= 7.1.3.3)
72+
activesupport (= 7.1.3.3)
7373
marcel (~> 1.0)
74-
activesupport (7.1.3.2)
74+
activesupport (7.1.3.3)
7575
base64
7676
bigdecimal
7777
concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -85,7 +85,7 @@ GEM
8585
public_suffix (>= 2.0.2, < 6.0)
8686
afm (0.2.2)
8787
base64 (0.2.0)
88-
bigdecimal (3.1.7)
88+
bigdecimal (3.1.8)
8989
bindex (0.8.1)
9090
bootsnap (1.18.3)
9191
msgpack (~> 1.2)
@@ -189,15 +189,15 @@ GEM
189189
activesupport (>= 2)
190190
nokogiri (>= 1.4)
191191
httpclient (2.8.3)
192-
i18n (1.14.4)
192+
i18n (1.14.5)
193193
concurrent-ruby (~> 1.0)
194194
importmap-rails (2.0.1)
195195
actionpack (>= 6.0.0)
196196
activesupport (>= 6.0.0)
197197
railties (>= 6.0.0)
198198
io-console (0.7.2)
199-
irb (1.12.0)
200-
rdoc
199+
irb (1.13.1)
200+
rdoc (>= 4.0.0)
201201
reline (>= 0.4.2)
202202
issue (1.0.0)
203203
openssl
@@ -226,13 +226,13 @@ GEM
226226
mini_portile2 (2.8.6)
227227
mini_racer (0.12.0)
228228
libv8-node (~> 21.7.2.0)
229-
minitest (5.22.3)
229+
minitest (5.23.0)
230230
msgpack (1.7.2)
231231
multi_json (1.15.0)
232232
multi_xml (0.6.0)
233233
multipart-post (2.4.0)
234234
mutex_m (0.2.0)
235-
net-imap (0.4.10)
235+
net-imap (0.4.11)
236236
date
237237
net-protocol
238238
net-pop (0.1.2)
@@ -244,13 +244,13 @@ GEM
244244
net-smtp (0.5.0)
245245
net-protocol
246246
net-ssh (7.2.3)
247-
nio4r (2.7.1)
248-
nokogiri (1.16.4)
247+
nio4r (2.7.3)
248+
nokogiri (1.16.5)
249249
mini_portile2 (~> 2.8.2)
250250
racc (~> 1.4)
251-
nokogiri (1.16.4-x86_64-darwin)
251+
nokogiri (1.16.5-x86_64-darwin)
252252
racc (~> 1.4)
253-
nokogiri (1.16.4-x86_64-linux)
253+
nokogiri (1.16.5-x86_64-linux)
254254
racc (~> 1.4)
255255
oauth2 (2.0.9)
256256
faraday (>= 0.17.3, < 3.0)
@@ -302,8 +302,8 @@ GEM
302302
public_suffix (5.0.5)
303303
puma (6.4.2)
304304
nio4r (~> 2.0)
305-
racc (1.7.3)
306-
rack (3.0.10)
305+
racc (1.8.0)
306+
rack (3.0.11)
307307
rack-protection (4.0.0)
308308
base64 (>= 0.1.0)
309309
rack (>= 3.0.0, < 4)
@@ -314,30 +314,30 @@ GEM
314314
rackup (2.1.0)
315315
rack (>= 3)
316316
webrick (~> 1.8)
317-
rails (7.1.3.2)
318-
actioncable (= 7.1.3.2)
319-
actionmailbox (= 7.1.3.2)
320-
actionmailer (= 7.1.3.2)
321-
actionpack (= 7.1.3.2)
322-
actiontext (= 7.1.3.2)
323-
actionview (= 7.1.3.2)
324-
activejob (= 7.1.3.2)
325-
activemodel (= 7.1.3.2)
326-
activerecord (= 7.1.3.2)
327-
activestorage (= 7.1.3.2)
328-
activesupport (= 7.1.3.2)
317+
rails (7.1.3.3)
318+
actioncable (= 7.1.3.3)
319+
actionmailbox (= 7.1.3.3)
320+
actionmailer (= 7.1.3.3)
321+
actionpack (= 7.1.3.3)
322+
actiontext (= 7.1.3.3)
323+
actionview (= 7.1.3.3)
324+
activejob (= 7.1.3.3)
325+
activemodel (= 7.1.3.3)
326+
activerecord (= 7.1.3.3)
327+
activestorage (= 7.1.3.3)
328+
activesupport (= 7.1.3.3)
329329
bundler (>= 1.15.0)
330-
railties (= 7.1.3.2)
330+
railties (= 7.1.3.3)
331331
rails-dom-testing (2.2.0)
332332
activesupport (>= 5.0.0)
333333
minitest
334334
nokogiri (>= 1.6)
335335
rails-html-sanitizer (1.6.0)
336336
loofah (~> 2.21)
337337
nokogiri (~> 1.14)
338-
railties (7.1.3.2)
339-
actionpack (= 7.1.3.2)
340-
activesupport (= 7.1.3.2)
338+
railties (7.1.3.3)
339+
actionpack (= 7.1.3.3)
340+
activesupport (= 7.1.3.3)
341341
irb
342342
rackup (>= 1.0.0)
343343
rake (>= 12.2)
@@ -351,7 +351,7 @@ GEM
351351
redis-client (0.22.1)
352352
connection_pool
353353
regexp_parser (2.9.0)
354-
reline (0.5.3)
354+
reline (0.5.7)
355355
io-console (~> 0.5)
356356
representable (3.2.0)
357357
declarative (< 0.1.0)
@@ -461,7 +461,7 @@ GEM
461461
websocket-extensions (0.1.5)
462462
xpath (3.2.0)
463463
nokogiri (~> 1.8)
464-
zeitwerk (2.6.13)
464+
zeitwerk (2.6.14)
465465

466466
PLATFORMS
467467
ruby
@@ -496,7 +496,7 @@ DEPENDENCIES
496496
pg (~> 1.4.6)
497497
pry-byebug
498498
puma
499-
rails (= 7.1.3.2)
499+
rails (= 7.1.3.3)
500500
redis (~> 5.0)
501501
responders
502502
rspec-rails (~> 6.1.0)

0 commit comments

Comments
 (0)