Skip to content

Commit 593893c

Browse files
committed
Preparing for 7.0.6 release
1 parent e4509c6 commit 593893c

File tree

32 files changed

+131
-84
lines changed

32 files changed

+131
-84
lines changed

Gemfile.lock

Lines changed: 53 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -31,88 +31,88 @@ GIT
3131
PATH
3232
remote: .
3333
specs:
34-
actioncable (7.0.5.1)
35-
actionpack (= 7.0.5.1)
36-
activesupport (= 7.0.5.1)
34+
actioncable (7.0.6)
35+
actionpack (= 7.0.6)
36+
activesupport (= 7.0.6)
3737
nio4r (~> 2.0)
3838
websocket-driver (>= 0.6.1)
39-
actionmailbox (7.0.5.1)
40-
actionpack (= 7.0.5.1)
41-
activejob (= 7.0.5.1)
42-
activerecord (= 7.0.5.1)
43-
activestorage (= 7.0.5.1)
44-
activesupport (= 7.0.5.1)
39+
actionmailbox (7.0.6)
40+
actionpack (= 7.0.6)
41+
activejob (= 7.0.6)
42+
activerecord (= 7.0.6)
43+
activestorage (= 7.0.6)
44+
activesupport (= 7.0.6)
4545
mail (>= 2.7.1)
4646
net-imap
4747
net-pop
4848
net-smtp
49-
actionmailer (7.0.5.1)
50-
actionpack (= 7.0.5.1)
51-
actionview (= 7.0.5.1)
52-
activejob (= 7.0.5.1)
53-
activesupport (= 7.0.5.1)
49+
actionmailer (7.0.6)
50+
actionpack (= 7.0.6)
51+
actionview (= 7.0.6)
52+
activejob (= 7.0.6)
53+
activesupport (= 7.0.6)
5454
mail (~> 2.5, >= 2.5.4)
5555
net-imap
5656
net-pop
5757
net-smtp
5858
rails-dom-testing (~> 2.0)
59-
actionpack (7.0.5.1)
60-
actionview (= 7.0.5.1)
61-
activesupport (= 7.0.5.1)
59+
actionpack (7.0.6)
60+
actionview (= 7.0.6)
61+
activesupport (= 7.0.6)
6262
rack (~> 2.0, >= 2.2.4)
6363
rack-test (>= 0.6.3)
6464
rails-dom-testing (~> 2.0)
6565
rails-html-sanitizer (~> 1.0, >= 1.2.0)
66-
actiontext (7.0.5.1)
67-
actionpack (= 7.0.5.1)
68-
activerecord (= 7.0.5.1)
69-
activestorage (= 7.0.5.1)
70-
activesupport (= 7.0.5.1)
66+
actiontext (7.0.6)
67+
actionpack (= 7.0.6)
68+
activerecord (= 7.0.6)
69+
activestorage (= 7.0.6)
70+
activesupport (= 7.0.6)
7171
globalid (>= 0.6.0)
7272
nokogiri (>= 1.8.5)
73-
actionview (7.0.5.1)
74-
activesupport (= 7.0.5.1)
73+
actionview (7.0.6)
74+
activesupport (= 7.0.6)
7575
builder (~> 3.1)
7676
erubi (~> 1.4)
7777
rails-dom-testing (~> 2.0)
7878
rails-html-sanitizer (~> 1.1, >= 1.2.0)
79-
activejob (7.0.5.1)
80-
activesupport (= 7.0.5.1)
79+
activejob (7.0.6)
80+
activesupport (= 7.0.6)
8181
globalid (>= 0.3.6)
82-
activemodel (7.0.5.1)
83-
activesupport (= 7.0.5.1)
84-
activerecord (7.0.5.1)
85-
activemodel (= 7.0.5.1)
86-
activesupport (= 7.0.5.1)
87-
activestorage (7.0.5.1)
88-
actionpack (= 7.0.5.1)
89-
activejob (= 7.0.5.1)
90-
activerecord (= 7.0.5.1)
91-
activesupport (= 7.0.5.1)
82+
activemodel (7.0.6)
83+
activesupport (= 7.0.6)
84+
activerecord (7.0.6)
85+
activemodel (= 7.0.6)
86+
activesupport (= 7.0.6)
87+
activestorage (7.0.6)
88+
actionpack (= 7.0.6)
89+
activejob (= 7.0.6)
90+
activerecord (= 7.0.6)
91+
activesupport (= 7.0.6)
9292
marcel (~> 1.0)
9393
mini_mime (>= 1.1.0)
94-
activesupport (7.0.5.1)
94+
activesupport (7.0.6)
9595
concurrent-ruby (~> 1.0, >= 1.0.2)
9696
i18n (>= 1.6, < 2)
9797
minitest (>= 5.1)
9898
tzinfo (~> 2.0)
99-
rails (7.0.5.1)
100-
actioncable (= 7.0.5.1)
101-
actionmailbox (= 7.0.5.1)
102-
actionmailer (= 7.0.5.1)
103-
actionpack (= 7.0.5.1)
104-
actiontext (= 7.0.5.1)
105-
actionview (= 7.0.5.1)
106-
activejob (= 7.0.5.1)
107-
activemodel (= 7.0.5.1)
108-
activerecord (= 7.0.5.1)
109-
activestorage (= 7.0.5.1)
110-
activesupport (= 7.0.5.1)
99+
rails (7.0.6)
100+
actioncable (= 7.0.6)
101+
actionmailbox (= 7.0.6)
102+
actionmailer (= 7.0.6)
103+
actionpack (= 7.0.6)
104+
actiontext (= 7.0.6)
105+
actionview (= 7.0.6)
106+
activejob (= 7.0.6)
107+
activemodel (= 7.0.6)
108+
activerecord (= 7.0.6)
109+
activestorage (= 7.0.6)
110+
activesupport (= 7.0.6)
111111
bundler (>= 1.15.0)
112-
railties (= 7.0.5.1)
113-
railties (7.0.5.1)
114-
actionpack (= 7.0.5.1)
115-
activesupport (= 7.0.5.1)
112+
railties (= 7.0.6)
113+
railties (7.0.6)
114+
actionpack (= 7.0.6)
115+
activesupport (= 7.0.6)
116116
method_source
117117
rake (>= 12.2)
118118
thor (~> 1.0)

RAILS_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.0.5.1
1+
7.0.6

actioncable/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## Rails 7.0.6 (June 29, 2023) ##
2+
13
* Fix Action Cable Redis configuration with sentinels.
24

35
*Dmitriy Ivliev*

actioncable/lib/action_cable/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ def self.gem_version
99
module VERSION
1010
MAJOR = 7
1111
MINOR = 0
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rails/actioncable",
3-
"version": "7.0.5-1",
3+
"version": "7.0.6",
44
"description": "WebSocket framework for Ruby on Rails.",
55
"module": "app/assets/javascripts/actioncable.esm.js",
66
"main": "app/assets/javascripts/actioncable.js",

actionmailbox/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 7.0.6 (June 29, 2023) ##
2+
3+
* No changes.
4+
5+
16
## Rails 7.0.5.1 (June 26, 2023) ##
27

38
* No changes.

actionmailbox/lib/action_mailbox/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ def self.gem_version
99
module VERSION
1010
MAJOR = 7
1111
MINOR = 0
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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 7.0.6 (June 29, 2023) ##
2+
3+
* No changes.
4+
5+
16
## Rails 7.0.5.1 (June 26, 2023) ##
27

38
* No changes.

actionmailer/lib/action_mailer/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ def self.gem_version
99
module VERSION
1010
MAJOR = 7
1111
MINOR = 0
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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 7.0.6 (June 29, 2023) ##
2+
3+
* No changes.
4+
5+
16
## Rails 7.0.5.1 (June 26, 2023) ##
27

38
* Raise an exception if illegal characters are provide to redirect_to

actionpack/lib/action_pack/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ def self.gem_version
99
module VERSION
1010
MAJOR = 7
1111
MINOR = 0
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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 7.0.6 (June 29, 2023) ##
2+
3+
* No changes.
4+
5+
16
## Rails 7.0.5.1 (June 26, 2023) ##
27

38
* No changes.

actiontext/lib/action_text/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ def self.gem_version
99
module VERSION
1010
MAJOR = 7
1111
MINOR = 0
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rails/actiontext",
3-
"version": "7.0.5-1",
3+
"version": "7.0.6",
44
"description": "Edit and display rich text in Rails applications",
55
"main": "app/assets/javascripts/actiontext.js",
66
"type": "module",

actionview/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 7.0.6 (June 29, 2023) ##
2+
3+
* No changes.
4+
5+
16
## Rails 7.0.5.1 (June 26, 2023) ##
27

38
* No changes.

actionview/lib/action_view/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ def self.gem_version
99
module VERSION
1010
MAJOR = 7
1111
MINOR = 0
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

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

activejob/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## Rails 7.0.6 (June 29, 2023) ##
2+
13
* Fix error Active Job passed class with `permitted?`.
24

35
*Alex Baldwin*

activejob/lib/active_job/gem_version.rb

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

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

activemodel/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 7.0.6 (June 29, 2023) ##
2+
3+
* No changes.
4+
5+
16
## Rails 7.0.5.1 (June 26, 2023) ##
27

38
* No changes.

activemodel/lib/active_model/gem_version.rb

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

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

activerecord/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## Rails 7.0.6 (June 29, 2023) ##
2+
13
* Fix autosave associations with validations added on `:base` of the associated objects.
24

35
*fatkodima*

activerecord/lib/active_record/gem_version.rb

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

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

activestorage/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## Rails 7.0.6 (June 29, 2023) ##
2+
13
* Fix retrieving rotation value from FFmpeg on version 5.0+.
24

35
In FFmpeg version 5.0+ the rotation value has been removed from tags.

activestorage/lib/active_storage/gem_version.rb

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

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

activestorage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rails/activestorage",
3-
"version": "7.0.5-1",
3+
"version": "7.0.6",
44
"description": "Attach cloud and local files in Rails applications",
55
"module": "app/assets/javascripts/activestorage.esm.js",
66
"main": "app/assets/javascripts/activestorage.js",

activesupport/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## Rails 7.0.6 (June 29, 2023) ##
2+
13
* Fix `EncryptedConfiguration` returning incorrect values for some `Hash`
24
methods
35

activesupport/lib/active_support/gem_version.rb

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

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

guides/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 7.0.6 (June 29, 2023) ##
2+
3+
* No changes.
4+
5+
16
## Rails 7.0.5.1 (June 26, 2023) ##
27

38
* No changes.

railties/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## Rails 7.0.6 (June 29, 2023) ##
2+
13
* Avoid escaping paths when editing credentials.
24

35
*Jonathan Hefner*

0 commit comments

Comments
 (0)