activesupport 6.0.4.8 → 6.0.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: c10e4238f073719e09a040bcb9d75ffb447e6255ce7794099f9d3f6ae38b5b32
4
- data.tar.gz: e4044e3a0e76c0c732107d921d6832740dc41b6ac95bf912a70505a1d43d6a80
3
+ metadata.gz: 6f08cd431cf3657e39d90bdecec0ff1c03ce37ef589de91bdea94808251c3bce
4
+ data.tar.gz: 01da0377c16ccb148b44c90a81b9bfbdc2bdd03a6aa78906f43d9fdb68b8d462
5
5
  SHA512:
6
- metadata.gz: 3ab4066d1f1b568f9ed38f92a40d18515557f4d1f3eea87a571c2f3e3a6fd1d237229fb890cc383b4b943de410ae52347251da3675f79f872861791b10a00485
7
- data.tar.gz: d586fccfd8c78eaccba32a46275e84bef0fefec92ace78bec50cef3d34c053e3842dee2380b020464f4f6c5a9b94b6815d5275438343ae02e5018cfb36aefb09
6
+ metadata.gz: f365e19f9d59f9e5801d55b905c023775e2e22e598244768b4c4ec385ad0d298554e401599bd71fe1d6315d3b51070dc18ec6913db2f23b16ca366a9ffe15bd7
7
+ data.tar.gz: b63ea8f394f39545375e275a811bfbc7c4ea116e1ebaf082eedaab06af72f80957fd9046c9535f65e3445c4283e806f46ae78d2ab747a73a247866b047264926
data/CHANGELOG.md CHANGED
@@ -1,3 +1,18 @@
1
+ ## Rails 6.0.6 (September 09, 2022) ##
2
+
3
+ * No changes.
4
+
5
+
6
+ ## Rails 6.0.5.1 (July 12, 2022) ##
7
+
8
+ * No changes.
9
+
10
+
11
+ ## Rails 6.0.5 (May 09, 2022) ##
12
+
13
+ * No changes.
14
+
15
+
1
16
  ## Rails 6.0.4.8 (April 26, 2022) ##
2
17
 
3
18
  * Fix and add protections for XSS in `ActionView::Helpers` and `ERB::Util`.
@@ -13,7 +13,7 @@ class ERB
13
13
  JSON_ESCAPE_REGEXP = /[\u2028\u2029&><]/u
14
14
 
15
15
  # Following XML requirements: https://www.w3.org/TR/REC-xml/#NT-Name
16
- TAG_NAME_START_REGEXP_SET = ":A-Z_a-z\u{C0}-\u{D6}\u{D8}-\u{F6}\u{F8}-\u{2FF}\u{370}-\u{37D}\u{37F}-\u{1FFF}" \
16
+ TAG_NAME_START_REGEXP_SET = "@:A-Z_a-z\u{C0}-\u{D6}\u{D8}-\u{F6}\u{F8}-\u{2FF}\u{370}-\u{37D}\u{37F}-\u{1FFF}" \
17
17
  "\u{200C}-\u{200D}\u{2070}-\u{218F}\u{2C00}-\u{2FEF}\u{3001}-\u{D7FF}\u{F900}-\u{FDCF}" \
18
18
  "\u{FDF0}-\u{FFFD}\u{10000}-\u{EFFFF}"
19
19
  TAG_NAME_START_REGEXP = /[^#{TAG_NAME_START_REGEXP_SET}]/
@@ -9,8 +9,8 @@ module ActiveSupport
9
9
  module VERSION
10
10
  MAJOR = 6
11
11
  MINOR = 0
12
- TINY = 4
13
- PRE = "8"
12
+ TINY = 6
13
+ PRE = nil
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: 6.0.4.8
4
+ version: 6.0.6
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-04-26 00:00:00.000000000 Z
11
+ date: 2022-09-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: i18n
@@ -359,10 +359,11 @@ 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.8/activesupport/CHANGELOG.md
363
- documentation_uri: https://api.rubyonrails.org/v6.0.4.8/
362
+ changelog_uri: https://github.com/rails/rails/blob/v6.0.6/activesupport/CHANGELOG.md
363
+ documentation_uri: https://api.rubyonrails.org/v6.0.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.8/activesupport
365
+ source_code_uri: https://github.com/rails/rails/tree/v6.0.6/activesupport
366
+ rubygems_mfa_required: 'true'
366
367
  post_install_message:
367
368
  rdoc_options:
368
369
  - "--encoding"
@@ -380,7 +381,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
380
381
  - !ruby/object:Gem::Version
381
382
  version: '0'
382
383
  requirements: []
383
- rubygems_version: 3.1.6
384
+ rubygems_version: 3.3.3
384
385
  signing_key:
385
386
  specification_version: 4
386
387
  summary: A toolkit of support libraries and Ruby core extensions extracted from the