actionpack 8.1.2 → 8.1.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b072680373752ca3a9a2b837cac08f7b0f91dd61026dcbad3c8639aff3d3d87e
4
- data.tar.gz: 5c5835d778ba95993c1ddb1da5321c5f3b81dc1cd2041ef7ab259e041c694463
3
+ metadata.gz: dee05570dee3e66c9fa1cec5de968cc4ab0490896ba3f2ca3e4868e6037632af
4
+ data.tar.gz: 3921944c44ee935bb7bfe702e70014f562567fde6adcd0df9ce4b814947161f9
5
5
  SHA512:
6
- metadata.gz: 0b7ba997d7ee51886a1c6e1c49c397b60deb477c5608f54740529c21857142ed45d79a6a4f5aa917095f2005199d2289153223b54d57cb4249b11226d64558ef
7
- data.tar.gz: d2a9daa41336f39a153b0c2e864edf732533a768a38385795a2a8e86b34e4ff10969be62b83e635d3e517e497726f9346609a7ecb48a39f3aa9d7c02888cad22
6
+ metadata.gz: 42a12b310028cce21b02802c239dec9166829482c3aa69b65af8277d8f5f8524815819d6b87a0aec7a62fd7100c2f96d41b8daca7df29a9d71ff19ef004b353a
7
+ data.tar.gz: 76488e0cfc95a5fc62d64850dfba1b82853af044856721689367da5fee8cbbcabe5da21275795fc5634cd780a049075198c7c1687d1444524dc496eb45274216
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## Rails 8.1.2.1 (March 23, 2026) ##
2
+
3
+ * No changes.
4
+
5
+
1
6
  ## Rails 8.1.2 (January 08, 2026) ##
2
7
 
3
8
  * Add `config.action_controller.live_streaming_excluded_keys` to control execution state sharing in ActionController::Live.
@@ -328,7 +328,7 @@
328
328
  <body>
329
329
 
330
330
  <%= yield %>
331
- <script type="text/plain" id="exception-message-for-copy"><%= raw @exception_message_for_copy %></script>
331
+ <script type="text/plain" id="exception-message-for-copy"><%= @exception_message_for_copy %></script>
332
332
 
333
333
  </body>
334
334
  </html>
@@ -12,7 +12,7 @@ module ActionPack
12
12
  MAJOR = 8
13
13
  MINOR = 1
14
14
  TINY = 2
15
- PRE = nil
15
+ PRE = "1"
16
16
 
17
17
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
18
18
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: actionpack
3
3
  version: !ruby/object:Gem::Version
4
- version: 8.1.2
4
+ version: 8.1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Heinemeier Hansson
@@ -15,14 +15,14 @@ dependencies:
15
15
  requirements:
16
16
  - - '='
17
17
  - !ruby/object:Gem::Version
18
- version: 8.1.2
18
+ version: 8.1.2.1
19
19
  type: :runtime
20
20
  prerelease: false
21
21
  version_requirements: !ruby/object:Gem::Requirement
22
22
  requirements:
23
23
  - - '='
24
24
  - !ruby/object:Gem::Version
25
- version: 8.1.2
25
+ version: 8.1.2.1
26
26
  - !ruby/object:Gem::Dependency
27
27
  name: nokogiri
28
28
  requirement: !ruby/object:Gem::Requirement
@@ -127,28 +127,28 @@ dependencies:
127
127
  requirements:
128
128
  - - '='
129
129
  - !ruby/object:Gem::Version
130
- version: 8.1.2
130
+ version: 8.1.2.1
131
131
  type: :runtime
132
132
  prerelease: false
133
133
  version_requirements: !ruby/object:Gem::Requirement
134
134
  requirements:
135
135
  - - '='
136
136
  - !ruby/object:Gem::Version
137
- version: 8.1.2
137
+ version: 8.1.2.1
138
138
  - !ruby/object:Gem::Dependency
139
139
  name: activemodel
140
140
  requirement: !ruby/object:Gem::Requirement
141
141
  requirements:
142
142
  - - '='
143
143
  - !ruby/object:Gem::Version
144
- version: 8.1.2
144
+ version: 8.1.2.1
145
145
  type: :development
146
146
  prerelease: false
147
147
  version_requirements: !ruby/object:Gem::Requirement
148
148
  requirements:
149
149
  - - '='
150
150
  - !ruby/object:Gem::Version
151
- version: 8.1.2
151
+ version: 8.1.2.1
152
152
  description: Web apps on Rails. Simple, battle-tested conventions for building and
153
153
  testing MVC web applications. Works with any Rack-compatible server.
154
154
  email: david@loudthinking.com
@@ -352,10 +352,10 @@ licenses:
352
352
  - MIT
353
353
  metadata:
354
354
  bug_tracker_uri: https://github.com/rails/rails/issues
355
- changelog_uri: https://github.com/rails/rails/blob/v8.1.2/actionpack/CHANGELOG.md
356
- documentation_uri: https://api.rubyonrails.org/v8.1.2/
355
+ changelog_uri: https://github.com/rails/rails/blob/v8.1.2.1/actionpack/CHANGELOG.md
356
+ documentation_uri: https://api.rubyonrails.org/v8.1.2.1/
357
357
  mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
358
- source_code_uri: https://github.com/rails/rails/tree/v8.1.2/actionpack
358
+ source_code_uri: https://github.com/rails/rails/tree/v8.1.2.1/actionpack
359
359
  rubygems_mfa_required: 'true'
360
360
  rdoc_options: []
361
361
  require_paths:
@@ -372,7 +372,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
372
372
  version: '0'
373
373
  requirements:
374
374
  - none
375
- rubygems_version: 4.0.3
375
+ rubygems_version: 4.0.6
376
376
  specification_version: 4
377
377
  summary: Web-flow and rendering framework putting the VC in MVC (part of Rails).
378
378
  test_files: []