Skip to content

Commit

Permalink
Merge pull request #107 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 d3d591a + c12cdb9 commit 5e206f0
Showing 1 changed file with 24 additions and 22 deletions.
46 changes: 24 additions & 22 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (7.0.3)
activesupport (7.0.3.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
Expand All @@ -13,24 +13,25 @@ GEM
connection_pool (2.2.5)
diff-lcs (1.5.0)
docile (1.4.0)
i18n (1.10.0)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
json (2.6.2)
method_source (1.0.0)
minitest (5.15.0)
minitest (5.16.3)
mysql2 (0.5.4)
nio4r (2.5.8)
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)
puma (5.6.4)
puma (5.6.5)
nio4r (~> 2.0)
rack (2.2.3.1)
rack (2.2.4)
rainbow (3.1.1)
rake (12.3.3)
redis (4.6.0)
redis (4.8.0)
regexp_parser (2.5.0)
rexml (3.2.5)
rpairtree (0.2.0)
Expand All @@ -47,41 +48,42 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.11.0)
rspec-support (3.11.0)
rubocop (1.29.1)
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.17.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.18.0)
rubocop-ast (1.21.0)
parser (>= 3.1.1.0)
rubocop-performance (1.13.3)
rubocop-performance (1.14.3)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
ruby-progressbar (1.11.0)
rubyzip (2.3.2)
sequel (5.57.0)
sidekiq (6.5.0)
connection_pool (>= 2.2.2)
sequel (5.60.0)
sidekiq (6.5.6)
connection_pool (>= 2.2.5)
rack (~> 2.0)
redis (>= 4.2.0)
redis (>= 4.5.0, < 5)
simplecov (0.21.2)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
standard (1.12.1)
rubocop (= 1.29.1)
rubocop-performance (= 1.13.3)
standard (1.16.1)
rubocop (= 1.35.1)
rubocop-performance (= 1.14.3)
thor (1.2.1)
timecop (0.9.5)
tzinfo (2.0.4)
tzinfo (2.0.5)
concurrent-ruby (~> 1.0)
unicode-display_width (2.1.0)
unicode-display_width (2.2.0)

PLATFORMS
ruby
Expand All @@ -104,4 +106,4 @@ DEPENDENCIES
timecop

BUNDLED WITH
2.3.10
2.3.21

0 comments on commit 5e206f0

Please sign in to comment.