Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
Merge pull request #19 from hathitrust/update-dependencies-20220902
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
aelkiss authored Sep 2, 2022
2 parents 5f81bf1 + 426dd39 commit 361af30
Showing 1 changed file with 25 additions and 23 deletions.
48 changes: 25 additions & 23 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ GEM
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
aes_key_wrap (1.1.0)
ast (2.4.2)
attr_required (1.0.1)
Expand All @@ -20,37 +20,38 @@ GEM
diff-lcs (1.5.0)
digest (3.1.0)
docile (1.4.0)
dotenv (2.7.6)
dotenv (2.8.1)
factory_bot (6.2.1)
activesupport (>= 5.0.0)
faraday (2.3.0)
faraday-net_http (~> 2.0)
faraday (2.5.2)
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-net_http (2.0.3)
faraday-net_http (3.0.0)
faraday-retry (2.0.0)
faraday (~> 2.0)
hashie (5.0.0)
http-2-next (0.5.0)
httpclient (2.8.3)
httpx (0.20.3)
httpx (0.21.0)
http-2-next (>= 0.4.1)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
json (2.6.2)
json-jwt (1.14.0)
json-jwt (1.15.3)
activesupport (>= 4.2)
aes_key_wrap
bindata
httpclient
mail (2.7.1)
mini_mime (>= 0.1.1)
marc (1.1.1)
marc (1.2.0)
rexml
scrub_rb (>= 1.0.1, < 2)
unf
method_source (1.0.0)
milemarker (1.0.0)
mini_mime (1.1.2)
minitest (5.16.2)
minitest (5.16.3)
mustermann (2.0.2)
ruby2_keywords (~> 0.0.1)
mysql2 (0.5.4)
Expand All @@ -69,24 +70,25 @@ GEM
addressable (~> 2.5)
omniauth (>= 1.9, < 3)
openid_connect (~> 1.1)
openid_connect (1.3.0)
openid_connect (1.3.1)
activemodel
attr_required (>= 1.0.0)
json-jwt (>= 1.5.0)
net-smtp
rack-oauth2 (>= 1.6.1)
swd (>= 1.0.0)
tzinfo
validate_email
validate_url
webfinger (>= 1.0.1)
parallel (1.22.1)
parser (3.1.2.0)
parser (3.1.2.1)
ast (~> 2.4.1)
pry (0.14.1)
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (4.0.7)
puma (5.6.4)
public_suffix (5.0.0)
puma (5.6.5)
nio4r (~> 2.0)
rack (2.2.4)
rack-oauth2 (1.21.2)
Expand Down Expand Up @@ -115,25 +117,25 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.11.0)
rspec-support (3.11.0)
rubocop (1.31.2)
rubocop (1.35.1)
json (~> 2.3)
parallel (~> 1.10)
parser (>= 3.1.0.0)
parser (>= 3.1.2.1)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.18.0, < 2.0)
rubocop-ast (>= 1.20.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.19.1)
rubocop-ast (1.21.0)
parser (>= 3.1.1.0)
rubocop-performance (1.14.3)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
ruby-progressbar (1.11.0)
ruby2_keywords (0.0.5)
scrub_rb (1.0.1)
sequel (5.58.0)
sequel (5.60.0)
simplecov (0.21.2)
docile (~> 1.1)
simplecov-html (~> 0.11)
Expand All @@ -145,13 +147,13 @@ GEM
rack (~> 2.2)
rack-protection (= 2.2.2)
tilt (~> 2.0)
solr_cursorstream (0.1.1)
solr_cursorstream (0.2.0)
faraday
faraday-retry
httpx
milemarker
standard (1.13.0)
rubocop (= 1.31.2)
standard (1.16.1)
rubocop (= 1.35.1)
rubocop-performance (= 1.14.3)
standardrb (1.0.1)
standard
Expand Down Expand Up @@ -201,4 +203,4 @@ DEPENDENCIES
standardrb

BUNDLED WITH
2.3.18
2.3.21

0 comments on commit 361af30

Please sign in to comment.