From 19c5c8cfbac3f93c732f502554564406fd6c8add Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Sat, 22 Nov 2025 00:14:26 -0500 Subject: [PATCH] Update gems --- Gemfile | 1 + Gemfile.lock | 26 +++++++++++++++----------- 2 files changed, 16 insertions(+), 11 deletions(-) diff --git a/Gemfile b/Gemfile index 71f8b81..ec1cbe1 100644 --- a/Gemfile +++ b/Gemfile @@ -4,6 +4,7 @@ gem "base64" gem "rspec" gem "rake" gem "simplecov", "~> 0.15.0" +gem "openssl" if RbConfig::CONFIG["host"]["msys"] gem "json", "2.1.0" else diff --git a/Gemfile.lock b/Gemfile.lock index 45dc0cd..0e61355 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,39 +2,42 @@ GEM remote: https://rubygems.org/ specs: base64 (0.3.0) - date (3.4.1) + date (3.5.0) diff-lcs (1.6.2) docile (1.1.5) - erb (5.0.1) - json (2.12.2) + erb (6.0.0) + json (2.16.0) + openssl (3.3.1) psych (5.2.6) date stringio - rake (13.3.0) - rdoc (6.14.0) + rake (13.3.1) + rdoc (6.15.1) erb psych (>= 4.0.0) + tsort redcarpet (3.6.1) - rspec (3.13.1) + rspec (3.13.2) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) - rspec-core (3.13.4) + rspec-core (3.13.6) rspec-support (~> 3.13.0) rspec-expectations (3.13.5) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-mocks (3.13.5) + rspec-mocks (3.13.7) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.4) + rspec-support (3.13.6) simplecov (0.15.1) docile (~> 1.1.0) json (>= 1.8, < 3) simplecov-html (~> 0.10.0) simplecov-html (0.10.2) - stringio (3.1.7) + stringio (3.1.8) syntax (1.2.2) + tsort (0.2.0) yard (0.9.37) PLATFORMS @@ -44,6 +47,7 @@ PLATFORMS DEPENDENCIES base64 json + openssl rake rdoc redcarpet @@ -53,4 +57,4 @@ DEPENDENCIES yard BUNDLED WITH - 2.4.17 + 2.6.2