chore: update Gemfile.lock

This commit is contained in:
Philipp Rothmann 2023-05-12 12:40:27 +02:00 committed by Philipp Rothmann
parent a7775f5a98
commit f6fb804bbe

View file

@ -268,6 +268,8 @@ GEM
railties (>= 4.2.0) railties (>= 4.2.0)
thor (>= 0.14, < 2.0) thor (>= 0.14, < 2.0)
json (2.6.3) json (2.6.3)
json-schema (3.0.0)
addressable (>= 2.8)
jsonapi-renderer (0.2.2) jsonapi-renderer (0.2.2)
kaminari (1.2.2) kaminari (1.2.2)
activesupport (>= 4.1.0) activesupport (>= 4.1.0)
@ -333,8 +335,8 @@ GEM
nio4r (2.5.8) nio4r (2.5.8)
nokogiri (1.13.10-x86_64-linux) nokogiri (1.13.10-x86_64-linux)
racc (~> 1.4) racc (~> 1.4)
parallel (1.22.1) parallel (1.23.0)
parser (3.2.0.0) parser (3.2.2.1)
ast (~> 2.4.1) ast (~> 2.4.1)
pdf-core (0.9.0) pdf-core (0.9.0)
polyglot (0.3.5) polyglot (0.3.5)
@ -414,7 +416,7 @@ GEM
redis-namespace (1.10.0) redis-namespace (1.10.0)
redis (>= 4) redis (>= 4)
ref (2.0.0) ref (2.0.0)
regexp_parser (2.6.1) regexp_parser (2.8.0)
responders (3.0.1) responders (3.0.1)
actionpack (>= 5.0) actionpack (>= 5.0)
railties (>= 5.0) railties (>= 5.0)
@ -453,10 +455,10 @@ GEM
rspec-support (~> 3.11) rspec-support (~> 3.11)
rspec-rerun (1.1.0) rspec-rerun (1.1.0)
rspec (~> 3.0) rspec (~> 3.0)
rspec-support (3.11.1) rspec-support (3.12.0)
rswag-api (2.7.0) rswag-api (2.7.0)
railties (>= 3.1, < 7.1) railties (>= 3.1, < 7.1)
rswag-specs (2.7.0) rswag-specs (2.9.0)
activesupport (>= 3.1, < 7.1) activesupport (>= 3.1, < 7.1)
json-schema (>= 2.2, < 4.0) json-schema (>= 2.2, < 4.0)
railties (>= 3.1, < 7.1) railties (>= 3.1, < 7.1)
@ -464,18 +466,18 @@ GEM
rswag-ui (2.7.0) rswag-ui (2.7.0)
actionpack (>= 3.1, < 7.1) actionpack (>= 3.1, < 7.1)
railties (>= 3.1, < 7.1) railties (>= 3.1, < 7.1)
rubocop (1.36.0) rubocop (1.50.2)
json (~> 2.3) json (~> 2.3)
parallel (~> 1.10) parallel (~> 1.10)
parser (>= 3.1.2.1) parser (>= 3.2.0.0)
rainbow (>= 2.2.2, < 4.0) rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0) regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0) rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.24.1, < 2.0) rubocop-ast (>= 1.28.0, < 2.0)
ruby-progressbar (~> 1.7) ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0) unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.24.1) rubocop-ast (1.28.1)
parser (>= 3.1.1.0) parser (>= 3.2.1.0)
rubocop-rails (2.17.4) rubocop-rails (2.17.4)
activesupport (>= 4.2.0) activesupport (>= 4.2.0)
rack (>= 1.1) rack (>= 1.1)
@ -485,7 +487,7 @@ GEM
ruby-filemagic (0.7.3) ruby-filemagic (0.7.3)
ruby-ole (1.2.12.2) ruby-ole (1.2.12.2)
ruby-prof (1.4.5) ruby-prof (1.4.5)
ruby-progressbar (1.11.0) ruby-progressbar (1.13.0)
ruby-units (3.0.0) ruby-units (3.0.0)
ruby2_keywords (0.0.5) ruby2_keywords (0.0.5)
rubyzip (2.3.2) rubyzip (2.3.2)
@ -679,4 +681,4 @@ DEPENDENCIES
whenever whenever
BUNDLED WITH BUNDLED WITH
2.4.2 2.4.13