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
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ gem "sftp",

gem "hathifiles_database",
git: "https://github.com/hathitrust/hathifiles_database",
tag: "0.5.5"
tag: "0.5.6"

gem "thor"
gem "twilio-ruby"
Expand Down
49 changes: 25 additions & 24 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
GIT
remote: https://github.com/hathitrust/hathifiles_database
revision: fc15cb099df54c40c209e2236b384abc36f1808d
tag: 0.5.5
revision: aee8dc197927a464f2c2c7c609f52abe33ab9103
tag: 0.5.6
specs:
hathifiles_database (0.5.5)
hathifiles_database (0.5.6)
date_named_file
dotenv
ettin
Expand Down Expand Up @@ -74,26 +74,26 @@ GEM
docile (1.4.1)
dotenv (3.2.0)
drb (2.2.3)
dry-cli (1.3.0)
dry-cli (1.4.1)
dry-files (1.1.0)
dry-inflector (1.2.0)
dry-inflector (1.3.1)
dry-initializer (3.2.0)
erb (6.0.1)
erb (6.0.2)
ettin (1.3.0)
deep_merge
faraday (2.14.0)
faraday (2.14.1)
faraday-net_http (>= 2.0, < 3.5)
json
logger
faraday-net_http (3.4.2)
net-http (~> 0.5)
faraday-retry (2.3.2)
faraday (~> 2.0)
hanami-cli (2.3.3)
hanami-cli (2.3.5)
bundler (>= 2.1)
dry-cli (~> 1.0, >= 1.1.0)
dry-files (~> 1.0, >= 1.0.2, < 2)
dry-inflector (~> 1.0, < 2)
dry-files (~> 1.0, >= 1.0.2)
dry-inflector (~> 1.0)
irb
rackup
rake (~> 13.0)
Expand All @@ -105,11 +105,12 @@ GEM
i18n (1.14.7)
concurrent-ruby (~> 1.0)
io-console (0.8.2)
irb (1.16.0)
irb (1.17.0)
pp (>= 0.6.0)
prism (>= 1.3.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json (2.18.0)
json (2.18.1)
jwt (3.1.2)
base64
language_server-protocol (3.17.0.5)
Expand All @@ -124,10 +125,10 @@ GEM
bigdecimal
net-http (0.9.1)
uri (>= 0.11.1)
nokogiri (1.19.0-x86_64-linux-gnu)
nokogiri (1.19.1-x86_64-linux-gnu)
racc (~> 1.4)
parallel (1.27.0)
parser (3.3.10.1)
parser (3.3.10.2)
ast (~> 2.4.1)
racc
pastel (0.8.0)
Expand All @@ -150,12 +151,12 @@ GEM
stringio
public_suffix (6.0.2)
racc (1.8.1)
rack (3.2.2)
rack (3.2.5)
rackup (2.3.1)
rack (>= 3)
rainbow (3.1.1)
rake (13.3.1)
rdoc (7.0.3)
rdoc (7.2.0)
erb
psych (>= 4.0.0)
tsort
Expand All @@ -176,15 +177,15 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.6)
rubocop (1.82.1)
rubocop (1.84.2)
json (~> 2.3)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.9.3, < 3.0)
rubocop-ast (>= 1.48.0, < 2.0)
rubocop-ast (>= 1.49.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.49.0)
Expand All @@ -199,19 +200,19 @@ GEM
securerandom (0.4.1)
semantic_logger (4.17.0)
concurrent-ruby (~> 1.0)
sequel (5.99.0)
sequel (5.101.0)
bigdecimal
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
simplecov-html (0.13.2)
simplecov_json_formatter (0.1.4)
sqlite3 (2.9.0-x86_64-linux-gnu)
standard (1.53.0)
sqlite3 (2.9.1-x86_64-linux-gnu)
standard (1.54.0)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.82.0)
rubocop (~> 1.84.0)
standard-custom (~> 1.0.0)
standard-performance (~> 1.8)
standard-custom (1.0.2)
Expand All @@ -234,7 +235,7 @@ GEM
tty-screen (~> 0.8)
wisper (~> 2.0)
tty-screen (0.8.2)
twilio-ruby (7.10.0)
twilio-ruby (7.10.1)
faraday (>= 0.9, < 3.0)
jwt (>= 1.5, < 4.0)
nokogiri (>= 1.6, < 2.0)
Expand All @@ -257,7 +258,7 @@ GEM
prometheus-client (>= 3.0, < 5.0)
rack
yabeda (~> 0.10)
zeitwerk (2.7.4)
zeitwerk (2.7.5)

PLATFORMS
x86_64-linux
Expand Down