Skip to content

Commit

Permalink
Preparing for 7.1.0.rc1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Sep 27, 2023
1 parent d6d47fb commit e5386cb
Show file tree
Hide file tree
Showing 33 changed files with 121 additions and 76 deletions.
108 changes: 54 additions & 54 deletions Gemfile.lock
Expand Up @@ -20,70 +20,70 @@ GIT
PATH
remote: .
specs:
actioncable (7.1.0.beta1)
actionpack (= 7.1.0.beta1)
activesupport (= 7.1.0.beta1)
actioncable (7.1.0.rc1)
actionpack (= 7.1.0.rc1)
activesupport (= 7.1.0.rc1)
nio4r (~> 2.0)
websocket-driver (>= 0.6.1)
zeitwerk (~> 2.6)
actionmailbox (7.1.0.beta1)
actionpack (= 7.1.0.beta1)
activejob (= 7.1.0.beta1)
activerecord (= 7.1.0.beta1)
activestorage (= 7.1.0.beta1)
activesupport (= 7.1.0.beta1)
actionmailbox (7.1.0.rc1)
actionpack (= 7.1.0.rc1)
activejob (= 7.1.0.rc1)
activerecord (= 7.1.0.rc1)
activestorage (= 7.1.0.rc1)
activesupport (= 7.1.0.rc1)
mail (>= 2.7.1)
net-imap
net-pop
net-smtp
actionmailer (7.1.0.beta1)
actionpack (= 7.1.0.beta1)
actionview (= 7.1.0.beta1)
activejob (= 7.1.0.beta1)
activesupport (= 7.1.0.beta1)
actionmailer (7.1.0.rc1)
actionpack (= 7.1.0.rc1)
actionview (= 7.1.0.rc1)
activejob (= 7.1.0.rc1)
activesupport (= 7.1.0.rc1)
mail (~> 2.5, >= 2.5.4)
net-imap
net-pop
net-smtp
rails-dom-testing (~> 2.2)
actionpack (7.1.0.beta1)
actionview (= 7.1.0.beta1)
activesupport (= 7.1.0.beta1)
actionpack (7.1.0.rc1)
actionview (= 7.1.0.rc1)
activesupport (= 7.1.0.rc1)
nokogiri (>= 1.8.5)
rack (>= 2.2.4)
rack-session (>= 1.0.1)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
actiontext (7.1.0.beta1)
actionpack (= 7.1.0.beta1)
activerecord (= 7.1.0.beta1)
activestorage (= 7.1.0.beta1)
activesupport (= 7.1.0.beta1)
actiontext (7.1.0.rc1)
actionpack (= 7.1.0.rc1)
activerecord (= 7.1.0.rc1)
activestorage (= 7.1.0.rc1)
activesupport (= 7.1.0.rc1)
globalid (>= 0.6.0)
nokogiri (>= 1.8.5)
actionview (7.1.0.beta1)
activesupport (= 7.1.0.beta1)
actionview (7.1.0.rc1)
activesupport (= 7.1.0.rc1)
builder (~> 3.1)
erubi (~> 1.11)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
activejob (7.1.0.beta1)
activesupport (= 7.1.0.beta1)
activejob (7.1.0.rc1)
activesupport (= 7.1.0.rc1)
globalid (>= 0.3.6)
activemodel (7.1.0.beta1)
activesupport (= 7.1.0.beta1)
activerecord (7.1.0.beta1)
activemodel (= 7.1.0.beta1)
activesupport (= 7.1.0.beta1)
activemodel (7.1.0.rc1)
activesupport (= 7.1.0.rc1)
activerecord (7.1.0.rc1)
activemodel (= 7.1.0.rc1)
activesupport (= 7.1.0.rc1)
timeout (>= 0.4.0)
activestorage (7.1.0.beta1)
actionpack (= 7.1.0.beta1)
activejob (= 7.1.0.beta1)
activerecord (= 7.1.0.beta1)
activesupport (= 7.1.0.beta1)
activestorage (7.1.0.rc1)
actionpack (= 7.1.0.rc1)
activejob (= 7.1.0.rc1)
activerecord (= 7.1.0.rc1)
activesupport (= 7.1.0.rc1)
marcel (~> 1.0)
activesupport (7.1.0.beta1)
activesupport (7.1.0.rc1)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
Expand All @@ -93,23 +93,23 @@ PATH
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
rails (7.1.0.beta1)
actioncable (= 7.1.0.beta1)
actionmailbox (= 7.1.0.beta1)
actionmailer (= 7.1.0.beta1)
actionpack (= 7.1.0.beta1)
actiontext (= 7.1.0.beta1)
actionview (= 7.1.0.beta1)
activejob (= 7.1.0.beta1)
activemodel (= 7.1.0.beta1)
activerecord (= 7.1.0.beta1)
activestorage (= 7.1.0.beta1)
activesupport (= 7.1.0.beta1)
rails (7.1.0.rc1)
actioncable (= 7.1.0.rc1)
actionmailbox (= 7.1.0.rc1)
actionmailer (= 7.1.0.rc1)
actionpack (= 7.1.0.rc1)
actiontext (= 7.1.0.rc1)
actionview (= 7.1.0.rc1)
activejob (= 7.1.0.rc1)
activemodel (= 7.1.0.rc1)
activerecord (= 7.1.0.rc1)
activestorage (= 7.1.0.rc1)
activesupport (= 7.1.0.rc1)
bundler (>= 1.15.0)
railties (= 7.1.0.beta1)
railties (7.1.0.beta1)
actionpack (= 7.1.0.beta1)
activesupport (= 7.1.0.beta1)
railties (= 7.1.0.rc1)
railties (7.1.0.rc1)
actionpack (= 7.1.0.rc1)
activesupport (= 7.1.0.rc1)
irb
rackup (>= 1.0.0)
rake (>= 12.2)
Expand Down Expand Up @@ -353,7 +353,7 @@ GEM
net-protocol
net-protocol (0.2.1)
timeout
net-smtp (0.3.3)
net-smtp (0.4.0)
net-protocol
nio4r (2.5.9)
nokogiri (1.15.2)
Expand Down
2 changes: 1 addition & 1 deletion RAILS_VERSION
@@ -1 +1 @@
7.1.0.beta1
7.1.0.rc1
5 changes: 5 additions & 0 deletions actioncable/CHANGELOG.md
@@ -1,3 +1,8 @@
## Rails 7.1.0.rc1 (September 27, 2023) ##

* No changes.


## Rails 7.1.0.beta1 (September 13, 2023) ##

* Add a `@server` instance variable referencing the `ActionCable.server`
Expand Down
2 changes: 1 addition & 1 deletion actioncable/lib/action_cable/gem_version.rb
Expand Up @@ -10,7 +10,7 @@ module VERSION
MAJOR = 7
MINOR = 1
TINY = 0
PRE = "beta1"
PRE = "rc1"

STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
Expand Down
2 changes: 1 addition & 1 deletion actioncable/package.json
@@ -1,6 +1,6 @@
{
"name": "@rails/actioncable",
"version": "7.1.0-beta1",
"version": "7.1.0-rc1",
"description": "WebSocket framework for Ruby on Rails.",
"module": "app/assets/javascripts/actioncable.esm.js",
"main": "app/assets/javascripts/actioncable.js",
Expand Down
5 changes: 5 additions & 0 deletions actionmailbox/CHANGELOG.md
@@ -1,3 +1,8 @@
## Rails 7.1.0.rc1 (September 27, 2023) ##

* No changes.


## Rails 7.1.0.beta1 (September 13, 2023) ##

* Added `bounce_now_with` to send the bounce email without going through a mailer queue.
Expand Down
2 changes: 1 addition & 1 deletion actionmailbox/lib/action_mailbox/gem_version.rb
Expand Up @@ -10,7 +10,7 @@ module VERSION
MAJOR = 7
MINOR = 1
TINY = 0
PRE = "beta1"
PRE = "rc1"

STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
Expand Down
2 changes: 2 additions & 0 deletions actionmailer/CHANGELOG.md
@@ -1,3 +1,5 @@
## Rails 7.1.0.rc1 (September 27, 2023) ##

* Introduce `ActionMailer::FormBuilder`

Use the `default_form_builder` method in mailers to set the default form builder
Expand Down
2 changes: 1 addition & 1 deletion actionmailer/lib/action_mailer/gem_version.rb
Expand Up @@ -10,7 +10,7 @@ module VERSION
MAJOR = 7
MINOR = 1
TINY = 0
PRE = "beta1"
PRE = "rc1"

STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
Expand Down
3 changes: 3 additions & 0 deletions actionpack/CHANGELOG.md
@@ -1,8 +1,11 @@
## Rails 7.1.0.rc1 (September 27, 2023) ##

* Add support for `#deep_merge` and `#deep_merge!` to
`ActionController::Parameters`.

*Sean Doyle*


## Rails 7.1.0.beta1 (September 13, 2023) ##

* `AbstractController::Translation.raise_on_missing_translations` removed
Expand Down
2 changes: 1 addition & 1 deletion actionpack/lib/action_pack/gem_version.rb
Expand Up @@ -10,7 +10,7 @@ module VERSION
MAJOR = 7
MINOR = 1
TINY = 0
PRE = "beta1"
PRE = "rc1"

STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
Expand Down
5 changes: 5 additions & 0 deletions actiontext/CHANGELOG.md
@@ -1,3 +1,8 @@
## Rails 7.1.0.rc1 (September 27, 2023) ##

* No changes.


## Rails 7.1.0.beta1 (September 13, 2023) ##

* Use `Rails::HTML5::SafeListSanitizer` by default in the Rails 7.1 configuration if it is
Expand Down
2 changes: 1 addition & 1 deletion actiontext/lib/action_text/gem_version.rb
Expand Up @@ -10,7 +10,7 @@ module VERSION
MAJOR = 7
MINOR = 1
TINY = 0
PRE = "beta1"
PRE = "rc1"

STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
Expand Down
2 changes: 1 addition & 1 deletion actiontext/package.json
@@ -1,6 +1,6 @@
{
"name": "@rails/actiontext",
"version": "7.1.0-beta1",
"version": "7.1.0-rc1",
"description": "Edit and display rich text in Rails applications",
"main": "app/assets/javascripts/actiontext.js",
"type": "module",
Expand Down
3 changes: 3 additions & 0 deletions actionview/CHANGELOG.md
@@ -1,3 +1,5 @@
## Rails 7.1.0.rc1 (September 27, 2023) ##

* Introduce `ActionView::TestCase.register_parser`

```ruby
Expand All @@ -16,6 +18,7 @@

*Sean Doyle*


## Rails 7.1.0.beta1 (September 13, 2023) ##

* Fix `simple_format` with blank `wrapper_tag` option returns plain html tag
Expand Down
2 changes: 1 addition & 1 deletion actionview/lib/action_view/gem_version.rb
Expand Up @@ -10,7 +10,7 @@ module VERSION
MAJOR = 7
MINOR = 1
TINY = 0
PRE = "beta1"
PRE = "rc1"

STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
Expand Down
2 changes: 1 addition & 1 deletion actionview/package.json
@@ -1,6 +1,6 @@
{
"name": "@rails/ujs",
"version": "7.1.0-beta1",
"version": "7.1.0-rc1",
"description": "Ruby on Rails unobtrusive scripting adapter",
"main": "app/assets/javascripts/rails-ujs.js",
"module": "app/assets/javascripts/rails-ujs.esm.js",
Expand Down
3 changes: 3 additions & 0 deletions activejob/CHANGELOG.md
@@ -1,3 +1,5 @@
## Rails 7.1.0.rc1 (September 27, 2023) ##

* Set `scheduled_at` attribute as a Time object instead of epoch seconds, and serialize and deserialize the value
when enqueued. Assigning a numeric/epoch value to scheduled_at= is deprecated; use a Time object instead.

Expand All @@ -11,6 +13,7 @@

*Victor Mours*


## Rails 7.1.0.beta1 (September 13, 2023) ##

* Fix Active Job log message to correctly report a job failed to enqueue
Expand Down
2 changes: 1 addition & 1 deletion activejob/lib/active_job/gem_version.rb
Expand Up @@ -10,7 +10,7 @@ module VERSION
MAJOR = 7
MINOR = 1
TINY = 0
PRE = "beta1"
PRE = "rc1"

STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
Expand Down
2 changes: 2 additions & 0 deletions activemodel/CHANGELOG.md
@@ -1,3 +1,5 @@
## Rails 7.1.0.rc1 (September 27, 2023) ##

* Remove change in the typography of user facing error messages.
For example, “can’t be blank” is again “can't be blank”.

Expand Down
2 changes: 1 addition & 1 deletion activemodel/lib/active_model/gem_version.rb
Expand Up @@ -10,7 +10,7 @@ module VERSION
MAJOR = 7
MINOR = 1
TINY = 0
PRE = "beta1"
PRE = "rc1"

STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
Expand Down
3 changes: 3 additions & 0 deletions activerecord/CHANGELOG.md
@@ -1,3 +1,5 @@
## Rails 7.1.0.rc1 (September 27, 2023) ##

* Better naming for unique constraints support.

Naming unique keys leads to misunderstanding it's a short-hand of unique indexes.
Expand Down Expand Up @@ -61,6 +63,7 @@

*Lachlan Sylvester*


## Rails 7.1.0.beta1 (September 13, 2023) ##

* Encryption now supports `support_unencrypted_data` being set per-attribute.
Expand Down
2 changes: 1 addition & 1 deletion activerecord/lib/active_record/gem_version.rb
Expand Up @@ -10,7 +10,7 @@ module VERSION
MAJOR = 7
MINOR = 1
TINY = 0
PRE = "beta1"
PRE = "rc1"

STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
Expand Down
3 changes: 3 additions & 0 deletions activestorage/CHANGELOG.md
@@ -1,3 +1,5 @@
## Rails 7.1.0.rc1 (September 27, 2023) ##

* Add `expires_at` option to `ActiveStorage::Blob#signed_id`.

```ruby
Expand All @@ -16,6 +18,7 @@
*Dorian Marié*
## Rails 7.1.0.beta1 (September 13, 2023) ##
* Disables the session in `ActiveStorage::Blobs::ProxyController`
Expand Down
2 changes: 1 addition & 1 deletion activestorage/lib/active_storage/gem_version.rb
Expand Up @@ -10,7 +10,7 @@ module VERSION
MAJOR = 7
MINOR = 1
TINY = 0
PRE = "beta1"
PRE = "rc1"

STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
Expand Down
2 changes: 1 addition & 1 deletion activestorage/package.json
@@ -1,6 +1,6 @@
{
"name": "@rails/activestorage",
"version": "7.1.0-beta1",
"version": "7.1.0-rc1",
"description": "Attach cloud and local files in Rails applications",
"module": "app/assets/javascripts/activestorage.esm.js",
"main": "app/assets/javascripts/activestorage.js",
Expand Down

0 comments on commit e5386cb

Please sign in to comment.