mirror of
https://github.com/System-End/shipment-viewer.git
synced 2026-04-19 16:28:19 +00:00
add concurrent-ruby
This commit is contained in:
parent
da40ff391f
commit
2456cc002c
2 changed files with 4 additions and 0 deletions
2
Gemfile
2
Gemfile
|
|
@ -13,3 +13,5 @@ group :serve do
|
|||
gem "puma", "~> 6.5"
|
||||
end
|
||||
gem "faraday", "~> 2.12"
|
||||
|
||||
gem "concurrent-ruby", "~> 1.3"
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue