Skip to content

Commit dab1aee

Browse files
committed
Update Ruby version
1 parent 7da8640 commit dab1aee

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.ruby-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.2.0

aoc_cli.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
99
spec.description = "A command-line interface for the Advent of Code puzzles. Features include downloading puzzles and inputs, solving puzzles and tracking year progress from within the terminal"
1010
spec.homepage = "https://github.com/apexatoll/aoc-cli"
1111
spec.license = "MIT"
12-
spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
12+
spec.required_ruby_version = ">= 3.2.0"
1313
spec.metadata["homepage_uri"] = spec.homepage
1414
spec.metadata["source_code_uri"] = "https://github.com/apexatoll/aoc-cli"
1515
spec.metadata["changelog_uri"] = "https://github.com/apexatoll/aoc-cli/CHANGELOG.md"

0 commit comments

Comments
 (0)