We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d017be commit 4d2b45eCopy full SHA for 4d2b45e
2 files changed
NEWS.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 6.0.4
4
+
5
+* Prohibit `def_method` on marshal-loaded ERB instances
6
7
## 6.0.3
8
9
* Exclude some files from published gem https://github.com/ruby/erb/pull/108
lib/erb/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
class ERB
# The string \ERB version.
- VERSION = '6.0.3'
+ VERSION = '6.0.4'
end
0 commit comments