Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gem 'tty-progressbar', '~> 0.18'
gem 'tty-spinner', '~> 0.9'
gem 'roda', '~> 3.79', '>= 3.79.0'
gem 'puma', '~> 6.4', '>= 6.4.3'
gem 'faraday', '~> 2.7'
gem 'rsolr', '~> 2.5'
gem 'faraday', '~> 2.14', '>= 2.14.1'
gem 'rsolr', '~> 2.6', '>= 2.6.0'
gem 'httpx', '~> 1.1'
gem 'awesome_print', '~> 1.9'
28 changes: 16 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,29 @@ GEM
remote: https://rubygems.org/
specs:
awesome_print (1.9.2)
base64 (0.2.0)
builder (3.2.4)
faraday (2.7.12)
base64
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-net_http (3.0.2)
builder (3.3.0)
faraday (2.14.1)
faraday-net_http (>= 2.0, < 3.5)
json
logger
faraday-net_http (3.4.2)
net-http (~> 0.5)
http-2-next (1.0.1)
httpx (1.1.5)
http-2-next (>= 1.0.1)
json (2.18.1)
logger (1.7.0)
net-http (0.9.1)
uri (>= 0.11.1)
nio4r (2.7.4)
puma (6.4.3)
nio4r (~> 2.0)
rack (3.1.16)
roda (3.93.0)
rack
rsolr (2.5.0)
rsolr (2.6.0)
builder (>= 2.1.2)
faraday (>= 0.9, < 3, != 2.0.0)
ruby2_keywords (0.0.5)
strings-ansi (0.2.0)
tty-cursor (0.7.1)
tty-progressbar (0.18.2)
Expand All @@ -33,20 +36,21 @@ GEM
tty-spinner (0.9.3)
tty-cursor (~> 0.7)
unicode-display_width (2.5.0)
uri (1.1.1)

PLATFORMS
ruby
x86_64-linux

DEPENDENCIES
awesome_print (~> 1.9)
faraday (~> 2.7)
faraday (~> 2.14, >= 2.14.1)
httpx (~> 1.1)
puma (~> 6.4, >= 6.4.3)
roda (~> 3.79, >= 3.79.0)
rsolr (~> 2.5)
rsolr (~> 2.6, >= 2.6.0)
tty-progressbar (~> 0.18)
tty-spinner (~> 0.9)

BUNDLED WITH
2.4.22
2.3.27