activesupport 7.0.2.2 → 7.0.2.3

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: 480bb0a63a96ae3fb951d8cabf2d012331916489f6c2d8a7fff8c04dfee378d5
4
- data.tar.gz: 611b1c0a39cbea9edae09e3d129d0c7bff941d431cb98e1e236907929b7a4610
3
+ metadata.gz: da403c75ed521630cf7259572515e2aac83fa7f5e325de6967925dcbd976a6e6
4
+ data.tar.gz: e74ff605a4151e4c4232d6193096e68c0de6fbbb633f68b7bc32184c95a13da7
5
5
  SHA512:
6
- metadata.gz: 45da4b770dbca53981ffee48b8a0eac44015df8bedb4bf302ee9453479ce0ed9a8de16eeb51da2a5d35c3d19a8cafcb01910c9b6d2d70627de19092eded8aad3
7
- data.tar.gz: babc18127ee0c122ccd757a25c5653737dda1d6af6059f58bcbee985113505e4b6e088c8e097684eacdb8b38c4af4d49d00c306d26711983b78d7b21bf6294d0
6
+ metadata.gz: 74d16fb70cbe757fbdc24ef975611f1c0904fe09cf11bb6b6bb7bf62446a0b0a78af7d0ae2c4fb97f74e348fcda1585d279758159884c38da28c77653d789e9c
7
+ data.tar.gz: 39431adb807fc5e5a330265470cc702400ccab05581d2474486bc72e33d24785226863671616ce1da88dcd3d0979efd2660c79822516a6eab473c418de970b9b
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## Rails 7.0.2.3 (March 08, 2022) ##
2
+
3
+ * No changes.
4
+
5
+
1
6
  ## Rails 7.0.2.2 (February 11, 2022) ##
2
7
 
3
8
  * Fix Reloader method signature to work with the new Executor signature
@@ -10,7 +10,7 @@ module ActiveSupport
10
10
  MAJOR = 7
11
11
  MINOR = 0
12
12
  TINY = 2
13
- PRE = "2"
13
+ PRE = "3"
14
14
 
15
15
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
16
16
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activesupport
3
3
  version: !ruby/object:Gem::Version
4
- version: 7.0.2.2
4
+ version: 7.0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Heinemeier Hansson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-02-11 00:00:00.000000000 Z
11
+ date: 2022-03-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: i18n
@@ -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/v7.0.2.2/activesupport/CHANGELOG.md
363
- documentation_uri: https://api.rubyonrails.org/v7.0.2.2/
362
+ changelog_uri: https://github.com/rails/rails/blob/v7.0.2.3/activesupport/CHANGELOG.md
363
+ documentation_uri: https://api.rubyonrails.org/v7.0.2.3/
364
364
  mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
365
- source_code_uri: https://github.com/rails/rails/tree/v7.0.2.2/activesupport
365
+ source_code_uri: https://github.com/rails/rails/tree/v7.0.2.3/activesupport
366
366
  rubygems_mfa_required: 'true'
367
367
  post_install_message:
368
368
  rdoc_options:
@@ -381,7 +381,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
381
381
  - !ruby/object:Gem::Version
382
382
  version: '0'
383
383
  requirements: []
384
- rubygems_version: 3.2.22
384
+ rubygems_version: 3.1.6
385
385
  signing_key:
386
386
  specification_version: 4
387
387
  summary: A toolkit of support libraries and Ruby core extensions extracted from the