Skip to content

Commit 4d2b45e

Browse files
committed
Version 6.0.4
1 parent 9d017be commit 4d2b45e

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 6.0.4
4+
5+
* Prohibit `def_method` on marshal-loaded ERB instances
6+
37
## 6.0.3
48

59
* Exclude some files from published gem https://github.com/ruby/erb/pull/108

lib/erb/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22
class ERB
33
# The string \ERB version.
4-
VERSION = '6.0.3'
4+
VERSION = '6.0.4'
55
end

0 commit comments

Comments
 (0)