activesupport 6.1.4.5 → 6.1.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: 71840024cc13fe7e39ff7d5323da30ad29cb83fcec4d3bf4f79f3e2782b401dc
4
- data.tar.gz: 449fbbcb1c5c3099bf6c8ff600c58bc7cee78670f5b427e3f28431c3a04758ea
3
+ metadata.gz: af4b908f92c68b0ee6b303428d2aa509e9bf031d9d2e8d0c75c4f0bdcc7fc366
4
+ data.tar.gz: 453cd96c0546d5384809db032dc49ccd3d917fc52653e8e190ee8ec44140e64d
5
5
  SHA512:
6
- metadata.gz: bf509f5f355a6dd10ce11857ba63f3b7edeef65598b571ccb88b1448c5450936d5a24baca354dfc77711cef0a643487573c4ae7b9c4a807bd168863d4e7992f9
7
- data.tar.gz: a62b117f1412774891724bd569bb55d38d78a34296b987bf694f841c0e35bf1f97d04b5bbcae81c6b5a00f89c5f6e7fe268e9bae15f682218905ce51b08eb97d
6
+ metadata.gz: 87ec46f4b0c16e172ef410729c2dbd5cdd2c68b629d71895839eef933ba7aac619d4b908ebc38d333121493fa30bb0671b81c100aa8cf9fc69db800efeb463b0
7
+ data.tar.gz: 9c3a62e1ccbc24009ad3c863784b40ead6b2e433b340fe6231dbdea4ac94fb13674513f13345adfbfbb3fe0304599821f0cd632c7052b0b3779d95d5fff2f507
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## Rails 6.1.4.6 (February 11, 2022) ##
2
+
3
+ * Fix Reloader method signature to work with the new Executor signature
4
+
5
+
1
6
  ## Rails 6.1.4.5 (February 11, 2022) ##
2
7
 
3
8
  * No changes.
@@ -10,7 +10,7 @@ module ActiveSupport
10
10
  MAJOR = 6
11
11
  MINOR = 1
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.1.4.5
4
+ version: 6.1.4.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Heinemeier Hansson
@@ -357,10 +357,10 @@ licenses:
357
357
  - MIT
358
358
  metadata:
359
359
  bug_tracker_uri: https://github.com/rails/rails/issues
360
- changelog_uri: https://github.com/rails/rails/blob/v6.1.4.5/activesupport/CHANGELOG.md
361
- documentation_uri: https://api.rubyonrails.org/v6.1.4.5/
360
+ changelog_uri: https://github.com/rails/rails/blob/v6.1.4.6/activesupport/CHANGELOG.md
361
+ documentation_uri: https://api.rubyonrails.org/v6.1.4.6/
362
362
  mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
363
- source_code_uri: https://github.com/rails/rails/tree/v6.1.4.5/activesupport
363
+ source_code_uri: https://github.com/rails/rails/tree/v6.1.4.6/activesupport
364
364
  post_install_message:
365
365
  rdoc_options:
366
366
  - "--encoding"