We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdd45c0 commit e8f3e64Copy full SHA for e8f3e64
NEWS.md
@@ -1,5 +1,9 @@
1
# Change Log
2
3
+## 5.0.2
4
+
5
+* Declare escape functions as Ractor-safe [#63](https://github.com/ruby/erb/pull/63)
6
7
## 5.0.1
8
9
* Rescue `LoadError` when failing to load `erb/escape`
lib/erb/version.rb
@@ -1,4 +1,4 @@
# frozen_string_literal: true
class ERB
- VERSION = '5.0.1'
+ VERSION = '5.0.2'
end
0 commit comments