mirror of
https://github.com/usetrmnl/trmnl-api.git
synced 2026-04-29 13:35:13 -07:00
Added OpenSSL 3.3.0
Necessary to ensure we are using the latest version since we need to pick up the 3.3.1 patch (which is higher than the default gem packaged with Ruby by default). Milestone: minor
This commit is contained in:
@@ -30,6 +30,7 @@ Gem::Specification.new do |spec|
|
||||
spec.add_dependency "http", "~> 5.3"
|
||||
spec.add_dependency "infusible", "~> 4.3"
|
||||
spec.add_dependency "inspectable", "~> 0.3"
|
||||
spec.add_dependency "openssl", "~> 3.3"
|
||||
spec.add_dependency "pipeable", "~> 1.3"
|
||||
spec.add_dependency "zeitwerk", "~> 2.7"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user