Skip to content

Commit d42b549

Browse files
committed
Preparing for 6.1.6 release
1 parent 7c2da9e commit d42b549

File tree

32 files changed

+173
-86
lines changed

32 files changed

+173
-86
lines changed

Gemfile.lock

+77-55
Original file line numberDiff line numberDiff line change
@@ -30,83 +30,83 @@ GIT
3030
PATH
3131
remote: .
3232
specs:
33-
actioncable (6.1.5.1)
34-
actionpack (= 6.1.5.1)
35-
activesupport (= 6.1.5.1)
33+
actioncable (6.1.6)
34+
actionpack (= 6.1.6)
35+
activesupport (= 6.1.6)
3636
nio4r (~> 2.0)
3737
websocket-driver (>= 0.6.1)
38-
actionmailbox (6.1.5.1)
39-
actionpack (= 6.1.5.1)
40-
activejob (= 6.1.5.1)
41-
activerecord (= 6.1.5.1)
42-
activestorage (= 6.1.5.1)
43-
activesupport (= 6.1.5.1)
38+
actionmailbox (6.1.6)
39+
actionpack (= 6.1.6)
40+
activejob (= 6.1.6)
41+
activerecord (= 6.1.6)
42+
activestorage (= 6.1.6)
43+
activesupport (= 6.1.6)
4444
mail (>= 2.7.1)
45-
actionmailer (6.1.5.1)
46-
actionpack (= 6.1.5.1)
47-
actionview (= 6.1.5.1)
48-
activejob (= 6.1.5.1)
49-
activesupport (= 6.1.5.1)
45+
actionmailer (6.1.6)
46+
actionpack (= 6.1.6)
47+
actionview (= 6.1.6)
48+
activejob (= 6.1.6)
49+
activesupport (= 6.1.6)
5050
mail (~> 2.5, >= 2.5.4)
5151
rails-dom-testing (~> 2.0)
52-
actionpack (6.1.5.1)
53-
actionview (= 6.1.5.1)
54-
activesupport (= 6.1.5.1)
52+
actionpack (6.1.6)
53+
actionview (= 6.1.6)
54+
activesupport (= 6.1.6)
5555
rack (~> 2.0, >= 2.0.9)
5656
rack-test (>= 0.6.3)
5757
rails-dom-testing (~> 2.0)
5858
rails-html-sanitizer (~> 1.0, >= 1.2.0)
59-
actiontext (6.1.5.1)
60-
actionpack (= 6.1.5.1)
61-
activerecord (= 6.1.5.1)
62-
activestorage (= 6.1.5.1)
63-
activesupport (= 6.1.5.1)
59+
actiontext (6.1.6)
60+
actionpack (= 6.1.6)
61+
activerecord (= 6.1.6)
62+
activestorage (= 6.1.6)
63+
activesupport (= 6.1.6)
6464
nokogiri (>= 1.8.5)
65-
actionview (6.1.5.1)
66-
activesupport (= 6.1.5.1)
65+
actionview (6.1.6)
66+
activesupport (= 6.1.6)
6767
builder (~> 3.1)
6868
erubi (~> 1.4)
6969
rails-dom-testing (~> 2.0)
7070
rails-html-sanitizer (~> 1.1, >= 1.2.0)
71-
activejob (6.1.5.1)
72-
activesupport (= 6.1.5.1)
71+
activejob (6.1.6)
72+
activesupport (= 6.1.6)
7373
globalid (>= 0.3.6)
74-
activemodel (6.1.5.1)
75-
activesupport (= 6.1.5.1)
76-
activerecord (6.1.5.1)
77-
activemodel (= 6.1.5.1)
78-
activesupport (= 6.1.5.1)
79-
activestorage (6.1.5.1)
80-
actionpack (= 6.1.5.1)
81-
activejob (= 6.1.5.1)
82-
activerecord (= 6.1.5.1)
83-
activesupport (= 6.1.5.1)
74+
activemodel (6.1.6)
75+
activesupport (= 6.1.6)
76+
activerecord (6.1.6)
77+
activemodel (= 6.1.6)
78+
activesupport (= 6.1.6)
79+
activestorage (6.1.6)
80+
actionpack (= 6.1.6)
81+
activejob (= 6.1.6)
82+
activerecord (= 6.1.6)
83+
activesupport (= 6.1.6)
8484
marcel (~> 1.0)
8585
mini_mime (>= 1.1.0)
86-
activesupport (6.1.5.1)
86+
activesupport (6.1.6)
8787
concurrent-ruby (~> 1.0, >= 1.0.2)
8888
i18n (>= 1.6, < 2)
8989
minitest (>= 5.1)
9090
tzinfo (~> 2.0)
9191
zeitwerk (~> 2.3)
92-
rails (6.1.5.1)
93-
actioncable (= 6.1.5.1)
94-
actionmailbox (= 6.1.5.1)
95-
actionmailer (= 6.1.5.1)
96-
actionpack (= 6.1.5.1)
97-
actiontext (= 6.1.5.1)
98-
actionview (= 6.1.5.1)
99-
activejob (= 6.1.5.1)
100-
activemodel (= 6.1.5.1)
101-
activerecord (= 6.1.5.1)
102-
activestorage (= 6.1.5.1)
103-
activesupport (= 6.1.5.1)
92+
rails (6.1.6)
93+
actioncable (= 6.1.6)
94+
actionmailbox (= 6.1.6)
95+
actionmailer (= 6.1.6)
96+
actionpack (= 6.1.6)
97+
actiontext (= 6.1.6)
98+
actionview (= 6.1.6)
99+
activejob (= 6.1.6)
100+
activemodel (= 6.1.6)
101+
activerecord (= 6.1.6)
102+
activestorage (= 6.1.6)
103+
activesupport (= 6.1.6)
104104
bundler (>= 1.15.0)
105-
railties (= 6.1.5.1)
105+
railties (= 6.1.6)
106106
sprockets-rails (>= 2.0.0)
107-
railties (6.1.5.1)
108-
actionpack (= 6.1.5.1)
109-
activesupport (= 6.1.5.1)
107+
railties (6.1.6)
108+
actionpack (= 6.1.6)
109+
activesupport (= 6.1.6)
110110
method_source
111111
rake (>= 12.2)
112112
thor (~> 1.0)
@@ -205,6 +205,7 @@ GEM
205205
delayed_job_active_record (4.1.6)
206206
activerecord (>= 3.0, < 6.2)
207207
delayed_job (>= 3.0, < 5)
208+
digest (3.1.0)
208209
digest-crc (0.6.3)
209210
rake (>= 12.0.0, < 14.0.0)
210211
em-http-request (1.1.7)
@@ -303,12 +304,13 @@ GEM
303304
listen (3.5.1)
304305
rb-fsevent (~> 0.10, >= 0.10.3)
305306
rb-inotify (~> 0.9, >= 0.9.10)
306-
loofah (2.16.0)
307+
loofah (2.17.0)
307308
crass (~> 1.0.2)
308309
nokogiri (>= 1.5.9)
309310
mail (2.7.1)
310311
mini_mime (>= 0.1.1)
311312
marcel (1.0.2)
313+
matrix (0.4.2)
312314
memoist (0.16.2)
313315
method_source (1.0.0)
314316
mini_magick (4.11.0)
@@ -336,6 +338,20 @@ GEM
336338
ruby2_keywords (~> 0.0.1)
337339
net-http-persistent (4.0.1)
338340
connection_pool (~> 2.2)
341+
net-imap (0.2.3)
342+
digest
343+
net-protocol
344+
strscan
345+
net-pop (0.1.1)
346+
digest
347+
net-protocol
348+
timeout
349+
net-protocol (0.1.3)
350+
timeout
351+
net-smtp (0.3.1)
352+
digest
353+
net-protocol
354+
timeout
339355
nio4r (2.5.7)
340356
nokogiri (1.11.3)
341357
mini_portile2 (~> 2.5.0)
@@ -346,7 +362,6 @@ GEM
346362
ast (~> 2.4.1)
347363
path_expander (1.1.0)
348364
pg (1.3.0.rc1)
349-
psych (3.3.2)
350365
public_suffix (4.0.6)
351366
puma (5.2.2)
352367
nio4r (~> 2.0)
@@ -473,6 +488,7 @@ GEM
473488
sprockets (>= 3.0.0)
474489
sqlite3 (1.4.2)
475490
stackprof (0.2.17)
491+
strscan (3.0.2)
476492
sucker_punch (3.0.1)
477493
concurrent-ruby (~> 1.0)
478494
thin (1.8.0)
@@ -481,6 +497,7 @@ GEM
481497
rack (>= 1, < 3)
482498
thor (1.1.0)
483499
tilt (2.0.10)
500+
timeout (0.2.0)
484501
trailblazer-option (0.1.1)
485502
turbolinks (5.2.1)
486503
turbolinks-source (~> 5.2)
@@ -543,18 +560,23 @@ DEPENDENCIES
543560
dalli
544561
delayed_job
545562
delayed_job_active_record
563+
digest (~> 3.1.0.pre)
546564
google-cloud-storage (~> 1.11)
547565
hiredis
548566
image_processing (~> 1.2)
549567
json (>= 2.0.0)
550568
kindlerb (~> 1.2.0)
551569
libxml-ruby
552570
listen (~> 3.3)
571+
matrix
553572
minitest (>= 5.15.0)
554573
minitest-bisect
555574
minitest-reporters
556575
minitest-retry
557576
mysql2 (~> 0.5)!
577+
net-imap
578+
net-pop
579+
net-smtp
558580
nokogiri (>= 1.8.1)
559581
pg (>= 1.3.0.rc1)
560582
psych (~> 3.0)

RAILS_VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.1.5.1
1+
6.1.6

actioncable/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 6.1.6 (May 09, 2022) ##
2+
3+
* No changes.
4+
5+
16
## Rails 6.1.5.1 (April 26, 2022) ##
27

38
* No changes.

actioncable/lib/action_cable/gem_version.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ def self.gem_version
99
module VERSION
1010
MAJOR = 6
1111
MINOR = 1
12-
TINY = 5
13-
PRE = "1"
12+
TINY = 6
13+
PRE = nil
1414

1515
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
1616
end

actioncable/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rails/actioncable",
3-
"version": "6.1.5-1",
3+
"version": "6.1.6",
44
"description": "WebSocket framework for Ruby on Rails.",
55
"main": "app/assets/javascripts/action_cable.js",
66
"files": [

actionmailbox/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 6.1.6 (May 09, 2022) ##
2+
3+
* No changes.
4+
5+
16
## Rails 6.1.5.1 (April 26, 2022) ##
27

38
* No changes.

actionmailbox/lib/action_mailbox/gem_version.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ def self.gem_version
99
module VERSION
1010
MAJOR = 6
1111
MINOR = 1
12-
TINY = 5
13-
PRE = "1"
12+
TINY = 6
13+
PRE = nil
1414

1515
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
1616
end

actionmailer/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 6.1.6 (May 09, 2022) ##
2+
3+
* No changes.
4+
5+
16
## Rails 6.1.5.1 (April 26, 2022) ##
27

38
* No changes.

actionmailer/lib/action_mailer/gem_version.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ def self.gem_version
99
module VERSION
1010
MAJOR = 6
1111
MINOR = 1
12-
TINY = 5
13-
PRE = "1"
12+
TINY = 6
13+
PRE = nil
1414

1515
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
1616
end

actionpack/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 6.1.6 (May 09, 2022) ##
2+
3+
* No changes.
4+
5+
16
## Rails 6.1.5.1 (April 26, 2022) ##
27

38
* Allow Content Security Policy DSL to generate for API responses.

actionpack/lib/action_pack/gem_version.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ def self.gem_version
99
module VERSION
1010
MAJOR = 6
1111
MINOR = 1
12-
TINY = 5
13-
PRE = "1"
12+
TINY = 6
13+
PRE = nil
1414

1515
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
1616
end

actiontext/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 6.1.6 (May 09, 2022) ##
2+
3+
* No changes.
4+
5+
16
## Rails 6.1.5.1 (April 26, 2022) ##
27

38
* No changes.

actiontext/lib/action_text/gem_version.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ def self.gem_version
99
module VERSION
1010
MAJOR = 6
1111
MINOR = 1
12-
TINY = 5
13-
PRE = "1"
12+
TINY = 6
13+
PRE = nil
1414

1515
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
1616
end

actiontext/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rails/actiontext",
3-
"version": "6.1.5-1",
3+
"version": "6.1.6",
44
"description": "Edit and display rich text in Rails applications",
55
"main": "app/javascript/actiontext/index.js",
66
"files": [

actionview/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 6.1.6 (May 09, 2022) ##
2+
3+
* No changes.
4+
5+
16
## Rails 6.1.5.1 (April 26, 2022) ##
27

38
* Fix and add protections for XSS in `ActionView::Helpers` and `ERB::Util`.

actionview/lib/action_view/gem_version.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ def self.gem_version
99
module VERSION
1010
MAJOR = 6
1111
MINOR = 1
12-
TINY = 5
13-
PRE = "1"
12+
TINY = 6
13+
PRE = nil
1414

1515
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
1616
end

actionview/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rails/ujs",
3-
"version": "6.1.5-1",
3+
"version": "6.1.6",
44
"description": "Ruby on Rails unobtrusive scripting adapter",
55
"main": "lib/assets/compiled/rails-ujs.js",
66
"files": [

activejob/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 6.1.6 (May 09, 2022) ##
2+
3+
* No changes.
4+
5+
16
## Rails 6.1.5.1 (April 26, 2022) ##
27

38
* No changes.

activejob/lib/active_job/gem_version.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ def self.gem_version
99
module VERSION
1010
MAJOR = 6
1111
MINOR = 1
12-
TINY = 5
13-
PRE = "1"
12+
TINY = 6
13+
PRE = nil
1414

1515
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
1616
end

0 commit comments

Comments
 (0)