mirror of
https://github.com/usetrmnl/trmnl-api.git
synced 2026-04-29 13:35:13 -07:00
Fixed gem specification Ruby version requirement
Necessary to ensure we can run on Ruby 3.4.0 and higher since Ruby 4.0.0 is scheduled to drop on Christmas Day. Milestone: patch
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
|
||||
spec.signing_key = Gem.default_key_path
|
||||
spec.cert_chain = [Gem.default_cert_path]
|
||||
|
||||
spec.required_ruby_version = "~> 3.4"
|
||||
spec.required_ruby_version = ">= 3.4"
|
||||
|
||||
spec.add_dependency "cogger", "~> 1.4"
|
||||
spec.add_dependency "containable", "~> 1.2"
|
||||
|
||||
Reference in New Issue
Block a user