Skip to content

Commit 04b67fa

Browse files
authored
Relax ruby version
Phlex required Ruby >= 3.3.1 when it was on beta/rc, after Phlex 2.0 release now it requires Ruby > 3.2. Signed-off-by: stephann <[email protected]>
1 parent 8dfce8e commit 04b67fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby_ui.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
1313
"https://rubygems.org/gems/ruby_ui"
1414
s.license = "MIT"
1515

16-
s.required_ruby_version = ">= 3.3.1"
16+
s.required_ruby_version = ">= 3.2"
1717

1818
s.add_development_dependency "phlex", ">= 2.1.2"
1919
s.add_development_dependency "rouge", "~> 4.2.0"

0 commit comments

Comments
 (0)