Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 08b544c

Browse files
committedMay 13, 2025·
Version 5.0.0
1 parent 46801cb commit 08b544c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
 

‎NEWS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

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+
39
## 4.0.4
410

511
* Skip building the C extension for JRuby [#52](https://github.com/ruby/erb/pull/52)

‎lib/erb/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# frozen_string_literal: true
22
class ERB
3-
VERSION = '4.0.4'
3+
VERSION = '5.0.0'
44
end

0 commit comments

Comments
 (0)
Please sign in to comment.