Update gems

This commit is contained in:
Josh Holtrop 2025-11-22 00:14:26 -05:00
parent 4fc7ab6b25
commit 19c5c8cfba
2 changed files with 16 additions and 11 deletions

View File

@ -4,6 +4,7 @@ gem "base64"
gem "rspec" gem "rspec"
gem "rake" gem "rake"
gem "simplecov", "~> 0.15.0" gem "simplecov", "~> 0.15.0"
gem "openssl"
if RbConfig::CONFIG["host"]["msys"] if RbConfig::CONFIG["host"]["msys"]
gem "json", "2.1.0" gem "json", "2.1.0"
else else

View File

@ -2,39 +2,42 @@ GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
base64 (0.3.0) base64 (0.3.0)
date (3.4.1) date (3.5.0)
diff-lcs (1.6.2) diff-lcs (1.6.2)
docile (1.1.5) docile (1.1.5)
erb (5.0.1) erb (6.0.0)
json (2.12.2) json (2.16.0)
openssl (3.3.1)
psych (5.2.6) psych (5.2.6)
date date
stringio stringio
rake (13.3.0) rake (13.3.1)
rdoc (6.14.0) rdoc (6.15.1)
erb erb
psych (>= 4.0.0) psych (>= 4.0.0)
tsort
redcarpet (3.6.1) redcarpet (3.6.1)
rspec (3.13.1) rspec (3.13.2)
rspec-core (~> 3.13.0) rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0) rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0) rspec-mocks (~> 3.13.0)
rspec-core (3.13.4) rspec-core (3.13.6)
rspec-support (~> 3.13.0) rspec-support (~> 3.13.0)
rspec-expectations (3.13.5) rspec-expectations (3.13.5)
diff-lcs (>= 1.2.0, < 2.0) diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0) rspec-support (~> 3.13.0)
rspec-mocks (3.13.5) rspec-mocks (3.13.7)
diff-lcs (>= 1.2.0, < 2.0) diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0) rspec-support (~> 3.13.0)
rspec-support (3.13.4) rspec-support (3.13.6)
simplecov (0.15.1) simplecov (0.15.1)
docile (~> 1.1.0) docile (~> 1.1.0)
json (>= 1.8, < 3) json (>= 1.8, < 3)
simplecov-html (~> 0.10.0) simplecov-html (~> 0.10.0)
simplecov-html (0.10.2) simplecov-html (0.10.2)
stringio (3.1.7) stringio (3.1.8)
syntax (1.2.2) syntax (1.2.2)
tsort (0.2.0)
yard (0.9.37) yard (0.9.37)
PLATFORMS PLATFORMS
@ -44,6 +47,7 @@ PLATFORMS
DEPENDENCIES DEPENDENCIES
base64 base64
json json
openssl
rake rake
rdoc rdoc
redcarpet redcarpet
@ -53,4 +57,4 @@ DEPENDENCIES
yard yard
BUNDLED WITH BUNDLED WITH
2.4.17 2.6.2