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 75764f0 commit 3dc0bb0Copy full SHA for 3dc0bb0
NEWS.md
@@ -1,5 +1,9 @@
1
# Change Log
2
3
+## 5.1.1
4
+
5
+* Fix integer overflow that is introduced at v5.1.0
6
7
## 5.1.0
8
9
* html_escape: Avoid buffer allocation for strings with no escapable character https://github.com/ruby/erb/pull/87
lib/erb/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
class ERB
# The string \ERB version.
- VERSION = '5.1.0'
+ VERSION = '5.1.1'
end
0 commit comments