We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd34ce4 commit 9345076Copy full SHA for 9345076
2 files changed
NEWS.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 6.0.1.1
4
+
5
+* Prohibit `def_method` on marshal-loaded ERB instances
6
7
## 6.0.1
8
9
* Freeze `ERB::Compiler::TrimScanner::ERB_STAG` for Ractor compatibility
lib/erb/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
class ERB
# The string \ERB version.
- VERSION = '6.0.1'
+ VERSION = '6.0.1.1'
end
0 commit comments