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 46801cb commit 08b544cCopy full SHA for 08b544c
NEWS.md
@@ -1,5 +1,11 @@
1
# Change Log
2
3
+## 5.0.0
4
+
5
+* Bump `required_ruby_version` to Ruby 3.2+ [#60](https://github.com/ruby/erb/pull/60)
6
+* Drop `cgi` from runtime dependencies [#59](https://github.com/ruby/erb/pull/59)
7
+* Make `ERB::VERSION` public
8
9
## 4.0.4
10
11
* Skip building the C extension for JRuby [#52](https://github.com/ruby/erb/pull/52)
lib/erb/version.rb
@@ -1,4 +1,4 @@
# frozen_string_literal: true
class ERB
- VERSION = '4.0.4'
+ VERSION = '5.0.0'
end
0 commit comments