add concurrent-ruby

This commit is contained in:
24c02 2025-01-06 17:13:23 -05:00
parent da40ff391f
commit 2456cc002c
2 changed files with 4 additions and 0 deletions

View file

@ -13,3 +13,5 @@ group :serve do
gem "puma", "~> 6.5"
end
gem "faraday", "~> 2.12"
gem "concurrent-ruby", "~> 1.3"

View file

@ -2,6 +2,7 @@ GEM
remote: https://rubygems.org/
specs:
base64 (0.2.0)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
faraday (2.12.1)
faraday-net_http (>= 2.0, < 3.5)
@ -60,6 +61,7 @@ PLATFORMS
x64-mingw-ucrt
DEPENDENCIES
concurrent-ruby (~> 1.3)
faraday (~> 2.12)
norairrecord (~> 0.1.4)
puma (~> 6.5)