activesupport 6.0.4.5 → 6.0.4.6

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of activesupport might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9508faca3fe6c987d450b2c53f5f3d223b0d667991c19cf515109140b7066955
4
- data.tar.gz: 435c505c549a6e3fa046f5b9833ff927ce0f57b46684828a98b7e157c069f573
3
+ metadata.gz: b3d3ba8fd5de1391ada73bcfd16f9a658358c5a9b199011a4b1fb1a2cc2766e3
4
+ data.tar.gz: 32b840f700c1c9d592bb74579d1c9e36ccbd4957a96b82fa0b4eebf37c574227
5
5
  SHA512:
6
- metadata.gz: 9e2bd0fc43da4248714a20ef888479d3510dc6e007e0dc10db5bae8bcd9fa36c06548184366f4adc3ba5fdd290ef12654cd341e0fe6df372a0c047d5fc4caeea
7
- data.tar.gz: eab82f642cb3d1786bcfb54b7e2af64dc003c3a0511f5bf851c6c82dde35a3fd7eedeb65f8fdc496b03ac645ef1e56f4f9405feb03b1cd9e483b49a18f5ca9eb
6
+ metadata.gz: 485e5d92c3155de2036d9e9f6364c0cdb02787a2ef82bcb059098f95456d5dadac08de5cc0bdb98e66f4110e0fb5676bbf0f163d4ca5daeeadeb49cec987d9da
7
+ data.tar.gz: 035d33a067ad18da1472f07c54e4d73195880d3051aeaf513baa65ef6ac776e937e0b4966c6e6f3b406747a1037356be2365e76d62a223e5a7d06616a2ab8208
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## Rails 6.0.4.6 (February 11, 2022) ##
2
+
3
+ * Fix Reloader method signature to work with the new Executor signature
4
+
5
+
1
6
  ## Rails 6.0.4.5 (February 11, 2022) ##
2
7
 
3
8
  * No changes.
@@ -10,7 +10,7 @@ module ActiveSupport
10
10
  MAJOR = 6
11
11
  MINOR = 0
12
12
  TINY = 4
13
- PRE = "5"
13
+ PRE = "6"
14
14
 
15
15
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
16
16
  end
@@ -58,7 +58,7 @@ module ActiveSupport
58
58
  prepare!
59
59
  end
60
60
 
61
- def self.run! # :nodoc:
61
+ def self.run!(reset: false) # :nodoc:
62
62
  if check!
63
63
  super
64
64
  else
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activesupport
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.0.4.5
4
+ version: 6.0.4.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Heinemeier Hansson
@@ -359,10 +359,10 @@ licenses:
359
359
  - MIT
360
360
  metadata:
361
361
  bug_tracker_uri: https://github.com/rails/rails/issues
362
- changelog_uri: https://github.com/rails/rails/blob/v6.0.4.5/activesupport/CHANGELOG.md
363
- documentation_uri: https://api.rubyonrails.org/v6.0.4.5/
362
+ changelog_uri: https://github.com/rails/rails/blob/v6.0.4.6/activesupport/CHANGELOG.md
363
+ documentation_uri: https://api.rubyonrails.org/v6.0.4.6/
364
364
  mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
365
- source_code_uri: https://github.com/rails/rails/tree/v6.0.4.5/activesupport
365
+ source_code_uri: https://github.com/rails/rails/tree/v6.0.4.6/activesupport
366
366
  post_install_message:
367
367
  rdoc_options:
368
368
  - "--encoding"