activesupport 5.2.6.1 → 5.2.6.2

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: f43ba05632ef54d40862f4b515f56b8a4a9678de920e16c2995ca4b0ee6a9512
4
- data.tar.gz: 4fd19dd49a6d2359dfe0660e3812cf2776cc0f8cbcb81640dd2eb3bf7b4957a7
3
+ metadata.gz: 7064b7c29850882af63657ca21981ff9b328f05205035d5708003f7afe68d3cc
4
+ data.tar.gz: cd0c59a687910eb495507cdad5b6ee9b6a3742b75567bc07c44586ce523dfad0
5
5
  SHA512:
6
- metadata.gz: 5724b2a27f2c8e096728738f64b283395130f8627ef0b5685e2a8d25dec5e0d4f0c9d45788478174dd6adf5f0f2e456d5bfd86bb18c5dd9f6bf8e15e70514625
7
- data.tar.gz: 775589e17e8a7ab5dcf9510f6d25d8bf02ebe0e4501cb39ee16990bbc2228f21c5fae5d363ac9b37143f9e9838d94f42dc8afd67ee0b1bfed288b9280d45b1b7
6
+ metadata.gz: ad8749d13d3707110dff8cd9efed02b92199deb890f28c8c085b29dcb6e44b594096c2a48f60eb3496f9e8a1ceda24b5eb539f2d3c649d6871f5b1111cdc02ee
7
+ data.tar.gz: b1a7cc698f146647647e0c936eb523bff63c0c8283efbde4926e2aaceb811cb98d83d83fddb30727714956f5a4a2fcca4b6c0ce033485eaf6d17301c0f26c614
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## Rails 5.2.6.2 (February 11, 2022) ##
2
+
3
+ * Fix Reloader method signature to work with the new Executor signature
4
+
5
+
1
6
  ## Rails 5.2.6.1 (February 11, 2022) ##
2
7
 
3
8
  * No changes.
@@ -10,7 +10,7 @@ module ActiveSupport
10
10
  MAJOR = 5
11
11
  MINOR = 2
12
12
  TINY = 6
13
- PRE = "1"
13
+ PRE = "2"
14
14
 
15
15
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
16
16
  end
@@ -59,7 +59,7 @@ module ActiveSupport
59
59
  prepare!
60
60
  end
61
61
 
62
- def self.run! # :nodoc:
62
+ def self.run!(reset: false) # :nodoc:
63
63
  if check!
64
64
  super
65
65
  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: 5.2.6.1
4
+ version: 5.2.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Heinemeier Hansson
@@ -333,8 +333,8 @@ homepage: http://rubyonrails.org
333
333
  licenses:
334
334
  - MIT
335
335
  metadata:
336
- source_code_uri: https://github.com/rails/rails/tree/v5.2.6.1/activesupport
337
- changelog_uri: https://github.com/rails/rails/blob/v5.2.6.1/activesupport/CHANGELOG.md
336
+ source_code_uri: https://github.com/rails/rails/tree/v5.2.6.2/activesupport
337
+ changelog_uri: https://github.com/rails/rails/blob/v5.2.6.2/activesupport/CHANGELOG.md
338
338
  post_install_message:
339
339
  rdoc_options:
340
340
  - "--encoding"