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 43f0876 commit bbde68fCopy full SHA for bbde68f
NEWS.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 6.0.1
4
+
5
+* Freeze `ERB::Compiler::TrimScanner::ERB_STAG` for Ractor compatibility
6
7
## 6.0.0
8
9
* Remove `safe_level` and further positional arguments from `ERB.new`
lib/erb/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
class ERB
# The string \ERB version.
- VERSION = '6.0.0'
+ VERSION = '6.0.1'
end
0 commit comments