activesupport 6.1.6.1 → 6.1.7

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: b457aace5d72669ba3ed04ec9ed826dbc1828773d8e0236edd8928f4a360b4e9
4
- data.tar.gz: 73a7333915bea522eec6f1361b4db6b177f78cb14a3741ec6834e3521855e77f
3
+ metadata.gz: 86fc82a4ac7a8ff4945e8433ea6873e1d9325b470ad7ac8d7310c73370a4f01d
4
+ data.tar.gz: 62f8370923132917f2d665eb09bf1975db08a335d951013cbfaa15077b778d6e
5
5
  SHA512:
6
- metadata.gz: 7479b00d0759dfb5517b187d3f57e18b0408876efe999b5bfc02425936422f0f624dcec8403be2519d0f8baee1452657a9ec70517cb404c4c1d75118e29ca2d4
7
- data.tar.gz: f14ce57aac4745c7ec3ddaa166fc3ff840f88c2763709801fe3338ee76cf9e4e3d6821e6c11d083cb26b3763c825c94beb241c41268e69d336df29712f31bf2a
6
+ metadata.gz: ac345691c68306eb3fd83090e79e2794de25d1cf8a6caf34199d4bced1a144a11b670e1a1471dbfe6079c6a4acab76d36d9f2aefc05ad5539f180048a45029ad
7
+ data.tar.gz: 0ebb0c6a75f4c1664e673927a50dc3506915f17667bc6768535365b80f1d775f13a07b74150725eb6e24a117deae15566a4d40471bfea2678b11c213503429f1
data/CHANGELOG.md CHANGED
@@ -1,8 +1,18 @@
1
+ ## Rails 6.1.7 (September 09, 2022) ##
2
+
3
+ * No changes.
4
+
5
+
1
6
  ## Rails 6.1.6.1 (July 12, 2022) ##
2
7
 
3
8
  * No changes.
4
9
 
5
10
 
11
+ ## Rails 6.1.6 (May 09, 2022) ##
12
+
13
+ * No changes.
14
+
15
+
6
16
  ## Rails 6.1.5.1 (April 26, 2022) ##
7
17
 
8
18
  * Fix and add protections for XSS in `ActionView::Helpers` and `ERB::Util`.
@@ -164,6 +164,7 @@ module ActiveSupport
164
164
 
165
165
  send(name, *args, &block)
166
166
  end
167
+ ruby2_keywords(:method_missing) if respond_to?(:ruby2_keywords, true)
167
168
  end
168
169
 
169
170
  attr_accessor :attributes
@@ -9,8 +9,8 @@ module ActiveSupport
9
9
  module VERSION
10
10
  MAJOR = 6
11
11
  MINOR = 1
12
- TINY = 6
13
- PRE = "1"
12
+ TINY = 7
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.1.6.1
4
+ version: 6.1.7
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-07-12 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
@@ -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.6.1/activesupport/CHANGELOG.md
361
- documentation_uri: https://api.rubyonrails.org/v6.1.6.1/
360
+ changelog_uri: https://github.com/rails/rails/blob/v6.1.7/activesupport/CHANGELOG.md
361
+ documentation_uri: https://api.rubyonrails.org/v6.1.7/
362
362
  mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
363
- source_code_uri: https://github.com/rails/rails/tree/v6.1.6.1/activesupport
363
+ source_code_uri: https://github.com/rails/rails/tree/v6.1.7/activesupport
364
364
  rubygems_mfa_required: 'true'
365
365
  post_install_message:
366
366
  rdoc_options: