Skip to content
This repository was archived by the owner on Aug 10, 2025. It is now read-only.

Commit 5646736

Browse files
authored
Merge pull request #41 from hidakatsuya/support-ruby3.4
Drop support for Ruby 3.0
2 parents 2e0d2cd + a198bae commit 5646736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rexer.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
1010
spec.description = "Rexer is a command-line tool for managing Redmine Extension (Plugin and Themes). It allows you to define extensions in a Ruby DSL and install, uninstall, update, and switch between different sets of the extensions."
1111
spec.homepage = "https://github.com/hidakatsuya/rexer"
1212
spec.license = "MIT"
13-
spec.required_ruby_version = ">= 3.0.0"
13+
spec.required_ruby_version = ">= 3.1.0"
1414

1515
spec.metadata["source_code_uri"] = spec.homepage
1616

0 commit comments

Comments
 (0)