Skip to content
This repository was archived by the owner on Nov 6, 2021. It is now read-only.

Commit cdb9dae

Browse files
Bump rails from 6.0.3.4 to 6.1.3
Bumps [rails](https://github.com/rails/rails) from 6.0.3.4 to 6.1.3. - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v6.0.3.4...v6.1.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 31ce8f3 commit cdb9dae

File tree

2 files changed

+70
-67
lines changed

2 files changed

+70
-67
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ gem "pg"
2323
gem "prawn-rails"
2424
gem "puma", "~> 4.3"
2525
gem "pundit", "~> 2.1.0"
26-
gem "rails", "~> 6.0.3"
26+
gem "rails", "~> 6.1.3"
2727
gem "sass-rails", "~> 6.0"
2828
gem "simple_form"
2929
gem "skylight"

Gemfile.lock

Lines changed: 69 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -1,61 +1,65 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (6.0.3.4)
5-
actionpack (= 6.0.3.4)
4+
actioncable (6.1.3)
5+
actionpack (= 6.1.3)
6+
activesupport (= 6.1.3)
67
nio4r (~> 2.0)
78
websocket-driver (>= 0.6.1)
8-
actionmailbox (6.0.3.4)
9-
actionpack (= 6.0.3.4)
10-
activejob (= 6.0.3.4)
11-
activerecord (= 6.0.3.4)
12-
activestorage (= 6.0.3.4)
13-
activesupport (= 6.0.3.4)
9+
actionmailbox (6.1.3)
10+
actionpack (= 6.1.3)
11+
activejob (= 6.1.3)
12+
activerecord (= 6.1.3)
13+
activestorage (= 6.1.3)
14+
activesupport (= 6.1.3)
1415
mail (>= 2.7.1)
15-
actionmailer (6.0.3.4)
16-
actionpack (= 6.0.3.4)
17-
actionview (= 6.0.3.4)
18-
activejob (= 6.0.3.4)
16+
actionmailer (6.1.3)
17+
actionpack (= 6.1.3)
18+
actionview (= 6.1.3)
19+
activejob (= 6.1.3)
20+
activesupport (= 6.1.3)
1921
mail (~> 2.5, >= 2.5.4)
2022
rails-dom-testing (~> 2.0)
21-
actionpack (6.0.3.4)
22-
actionview (= 6.0.3.4)
23-
activesupport (= 6.0.3.4)
24-
rack (~> 2.0, >= 2.0.8)
23+
actionpack (6.1.3)
24+
actionview (= 6.1.3)
25+
activesupport (= 6.1.3)
26+
rack (~> 2.0, >= 2.0.9)
2527
rack-test (>= 0.6.3)
2628
rails-dom-testing (~> 2.0)
2729
rails-html-sanitizer (~> 1.0, >= 1.2.0)
28-
actiontext (6.0.3.4)
29-
actionpack (= 6.0.3.4)
30-
activerecord (= 6.0.3.4)
31-
activestorage (= 6.0.3.4)
32-
activesupport (= 6.0.3.4)
30+
actiontext (6.1.3)
31+
actionpack (= 6.1.3)
32+
activerecord (= 6.1.3)
33+
activestorage (= 6.1.3)
34+
activesupport (= 6.1.3)
3335
nokogiri (>= 1.8.5)
34-
actionview (6.0.3.4)
35-
activesupport (= 6.0.3.4)
36+
actionview (6.1.3)
37+
activesupport (= 6.1.3)
3638
builder (~> 3.1)
3739
erubi (~> 1.4)
3840
rails-dom-testing (~> 2.0)
3941
rails-html-sanitizer (~> 1.1, >= 1.2.0)
40-
activejob (6.0.3.4)
41-
activesupport (= 6.0.3.4)
42+
activejob (6.1.3)
43+
activesupport (= 6.1.3)
4244
globalid (>= 0.3.6)
43-
activemodel (6.0.3.4)
44-
activesupport (= 6.0.3.4)
45-
activerecord (6.0.3.4)
46-
activemodel (= 6.0.3.4)
47-
activesupport (= 6.0.3.4)
48-
activestorage (6.0.3.4)
49-
actionpack (= 6.0.3.4)
50-
activejob (= 6.0.3.4)
51-
activerecord (= 6.0.3.4)
45+
activemodel (6.1.3)
46+
activesupport (= 6.1.3)
47+
activerecord (6.1.3)
48+
activemodel (= 6.1.3)
49+
activesupport (= 6.1.3)
50+
activestorage (6.1.3)
51+
actionpack (= 6.1.3)
52+
activejob (= 6.1.3)
53+
activerecord (= 6.1.3)
54+
activesupport (= 6.1.3)
5255
marcel (~> 0.3.1)
53-
activesupport (6.0.3.4)
56+
mimemagic (~> 0.3.2)
57+
activesupport (6.1.3)
5458
concurrent-ruby (~> 1.0, >= 1.0.2)
55-
i18n (>= 0.7, < 2)
56-
minitest (~> 5.1)
57-
tzinfo (~> 1.1)
58-
zeitwerk (~> 2.2, >= 2.2.2)
59+
i18n (>= 1.6, < 2)
60+
minitest (>= 5.1)
61+
tzinfo (~> 2.0)
62+
zeitwerk (~> 2.3)
5963
addressable (2.7.0)
6064
public_suffix (>= 2.0.2, < 5.0)
6165
airbrussh (1.4.0)
@@ -215,7 +219,7 @@ GEM
215219
hashdiff (1.0.1)
216220
html_tokenizer (0.0.7)
217221
htmlentities (4.3.4)
218-
i18n (1.8.7)
222+
i18n (1.8.9)
219223
concurrent-ruby (~> 1.0)
220224
jbuilder (2.10.1)
221225
activesupport (>= 5.0.0)
@@ -243,7 +247,7 @@ GEM
243247
listen (3.4.1)
244248
rb-fsevent (~> 0.10, >= 0.10.3)
245249
rb-inotify (~> 0.9, >= 0.9.10)
246-
loofah (2.8.0)
250+
loofah (2.9.0)
247251
crass (~> 1.0.2)
248252
nokogiri (>= 1.5.9)
249253
lumberjack (1.2.8)
@@ -257,14 +261,14 @@ GEM
257261
mini_portile2 (2.5.0)
258262
mini_racer (0.3.1)
259263
libv8 (~> 8.4.255)
260-
minitest (5.14.3)
264+
minitest (5.14.4)
261265
msgpack (1.4.2)
262266
multipart-post (2.1.1)
263267
nenv (0.3.0)
264268
net-scp (3.0.0)
265269
net-ssh (>= 2.6.5, < 7.0.0)
266270
net-ssh (6.1.0)
267-
nio4r (2.5.4)
271+
nio4r (2.5.5)
268272
nokogiri (1.11.1)
269273
mini_portile2 (~> 2.5.0)
270274
racc (~> 1.4)
@@ -306,32 +310,32 @@ GEM
306310
rack
307311
rack-test (1.1.0)
308312
rack (>= 1.0, < 3)
309-
rails (6.0.3.4)
310-
actioncable (= 6.0.3.4)
311-
actionmailbox (= 6.0.3.4)
312-
actionmailer (= 6.0.3.4)
313-
actionpack (= 6.0.3.4)
314-
actiontext (= 6.0.3.4)
315-
actionview (= 6.0.3.4)
316-
activejob (= 6.0.3.4)
317-
activemodel (= 6.0.3.4)
318-
activerecord (= 6.0.3.4)
319-
activestorage (= 6.0.3.4)
320-
activesupport (= 6.0.3.4)
321-
bundler (>= 1.3.0)
322-
railties (= 6.0.3.4)
313+
rails (6.1.3)
314+
actioncable (= 6.1.3)
315+
actionmailbox (= 6.1.3)
316+
actionmailer (= 6.1.3)
317+
actionpack (= 6.1.3)
318+
actiontext (= 6.1.3)
319+
actionview (= 6.1.3)
320+
activejob (= 6.1.3)
321+
activemodel (= 6.1.3)
322+
activerecord (= 6.1.3)
323+
activestorage (= 6.1.3)
324+
activesupport (= 6.1.3)
325+
bundler (>= 1.15.0)
326+
railties (= 6.1.3)
323327
sprockets-rails (>= 2.0.0)
324328
rails-dom-testing (2.0.3)
325329
activesupport (>= 4.2.0)
326330
nokogiri (>= 1.6)
327331
rails-html-sanitizer (1.3.0)
328332
loofah (~> 2.3)
329-
railties (6.0.3.4)
330-
actionpack (= 6.0.3.4)
331-
activesupport (= 6.0.3.4)
333+
railties (6.1.3)
334+
actionpack (= 6.1.3)
335+
activesupport (= 6.1.3)
332336
method_source
333337
rake (>= 0.8.7)
334-
thor (>= 0.20.3, < 2.0)
338+
thor (~> 1.0)
335339
rainbow (3.0.0)
336340
rake (13.0.3)
337341
rb-fsevent (0.10.4)
@@ -430,12 +434,11 @@ GEM
430434
net-ssh (>= 2.8.0)
431435
sshkit-interactive (0.3.0)
432436
sshkit (~> 1.12)
433-
thor (1.0.1)
434-
thread_safe (0.3.6)
437+
thor (1.1.0)
435438
tilt (2.0.10)
436439
ttfunk (1.6.2.1)
437-
tzinfo (1.2.9)
438-
thread_safe (~> 0.1)
440+
tzinfo (2.0.4)
441+
concurrent-ruby (~> 1.0)
439442
uglifier (4.2.0)
440443
execjs (>= 0.3.0, < 3)
441444
unicode-display_width (1.7.0)
@@ -511,7 +514,7 @@ DEPENDENCIES
511514
pry-remote
512515
puma (~> 4.3)
513516
pundit (~> 2.1.0)
514-
rails (~> 6.0.3)
517+
rails (~> 6.1.3)
515518
rspec-rails (~> 4.0)
516519
rubocop
517520
rubocop-rails

0 commit comments

Comments
 (0)