diff --git a/Gemfile b/Gemfile index 5832ca3f..1d79ce49 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ ruby "~> 2.7" # Server gem 'rails' -gem 'puma', '~> 5.1' +gem 'puma', '~> 5.2' gem 'puma-heroku' # gem 'bootsnap', require: false gem 'sprockets', '~> 3.7.2' diff --git a/Gemfile.lock b/Gemfile.lock index e2d59d60..1f6b5058 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -110,13 +110,13 @@ GEM public_suffix (>= 2.0.2, < 5.0) animate-rails (1.0.10) rails - ast (2.4.1) + ast (2.4.2) authority (3.3.0) activesupport (>= 3.0.0) autoprefixer-rails (9.8.4) execjs aws-eventstream (1.1.0) - aws-partitions (1.418.0) + aws-partitions (1.429.0) aws-sdk (3.0.1) aws-sdk-resources (~> 3) aws-sdk-accessanalyzer (1.1.0) @@ -275,7 +275,7 @@ GEM aws-sdk-connectparticipant (1.0.0) aws-sdk-core (~> 3, >= 3.71.0) aws-sigv4 (~> 1.1) - aws-sdk-core (3.111.2) + aws-sdk-core (3.112.0) aws-eventstream (~> 1, >= 1.0.2) aws-partitions (~> 1, >= 1.239.0) aws-sigv4 (~> 1.1) @@ -484,8 +484,8 @@ GEM aws-sdk-kinesisvideosignalingchannels (1.0.0) aws-sdk-core (~> 3, >= 3.71.0) aws-sigv4 (~> 1.1) - aws-sdk-kms (1.41.0) - aws-sdk-core (~> 3, >= 3.109.0) + aws-sdk-kms (1.42.0) + aws-sdk-core (~> 3, >= 3.112.0) aws-sigv4 (~> 1.1) aws-sdk-lakeformation (1.1.0) aws-sdk-core (~> 3, >= 3.71.0) @@ -875,8 +875,8 @@ GEM aws-sdk-route53resolver (1.11.0) aws-sdk-core (~> 3, >= 3.71.0) aws-sigv4 (~> 1.1) - aws-sdk-s3 (1.87.0) - aws-sdk-core (~> 3, >= 3.109.0) + aws-sdk-s3 (1.89.0) + aws-sdk-core (~> 3, >= 3.112.0) aws-sdk-kms (~> 1) aws-sigv4 (~> 1.1) aws-sdk-s3control (1.14.0) @@ -1027,13 +1027,13 @@ GEM bundler-audit (0.7.0.1) bundler (>= 1.2.0, < 3) thor (>= 0.18, < 2) - capybara (3.34.0) + capybara (3.35.3) addressable mini_mime (>= 0.1.3) nokogiri (~> 1.8) rack (>= 1.6.0) rack-test (>= 0.6.3) - regexp_parser (~> 1.5) + regexp_parser (>= 1.5, < 3.0) xpath (~> 3.2) chartkick (3.4.2) childprocess (3.0.0) @@ -1094,7 +1094,12 @@ GEM cucumber-messages (~> 13.0, >= 13.0.1) d3-rails (5.9.2) railties (>= 3.1) - database_cleaner (1.8.5) + database_cleaner (2.0.1) + database_cleaner-active_record (~> 2.0.0) + database_cleaner-active_record (2.0.0) + activerecord (>= 5.a) + database_cleaner-core (~> 2.0.0) + database_cleaner-core (2.0.1) dateslices (0.0.4) rails (> 4) db_text_search (0.3.1) @@ -1179,10 +1184,10 @@ GEM concurrent-ruby (~> 1.0) http (~> 4.1.0) jwt (~> 2.2.1) - ibm_watson (1.6.0) + ibm_watson (2.0.1) concurrent-ruby (~> 1.0) eventmachine (~> 1.2) - faye-websocket (~> 0.10) + faye-websocket (~> 0.11) http (~> 4.1.0) ibm_cloud_sdk_core (~> 1.1.1) jwt (~> 2.2.1) @@ -1257,7 +1262,7 @@ GEM nenv (0.3.0) nested_form (0.3.2) newrelic_rpm (6.15.0) - nio4r (2.5.4) + nio4r (2.5.5) nokogiri (1.11.1) mini_portile2 (~> 2.5.0) racc (~> 1.4) @@ -1302,7 +1307,7 @@ GEM coderay (~> 1.1) method_source (~> 1.0) public_suffix (4.0.6) - puma (5.1.1) + puma (5.2.2) nio4r (~> 2.0) puma-heroku (2.0.0) puma (>= 5.0, < 6.0) @@ -1310,7 +1315,7 @@ GEM activesupport (>= 3.0.0) racc (1.5.2) rack (2.2.3) - rack-mini-profiler (2.3.0) + rack-mini-profiler (2.3.1) rack (>= 1.2.0) rack-pjax (1.1.0) nokogiri (~> 1.5) @@ -1385,7 +1390,7 @@ GEM tilt redcarpet (3.5.1) redis (4.2.5) - regexp_parser (1.8.2) + regexp_parser (2.0.3) remotipart (1.4.4) responders (3.0.1) actionpack (>= 5.0) @@ -1417,7 +1422,7 @@ GEM rspec-mocks (~> 3.10) rspec-support (~> 3.10) rspec-support (3.10.1) - rubocop (1.8.1) + rubocop (1.11.0) parallel (~> 1.10) parser (>= 3.0.0.0) rainbow (>= 2.2.2, < 4.0) @@ -1426,7 +1431,7 @@ GEM rubocop-ast (>= 1.2.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 3.0) - rubocop-ast (1.4.0) + rubocop-ast (1.4.1) parser (>= 2.7.1.5) ruby-prof (1.4.2) ruby-progressbar (1.11.0) @@ -1513,7 +1518,7 @@ GEM activemodel (>= 6.0.0) bindex (>= 0.4.0) railties (>= 6.0.0) - webmock (3.11.1) + webmock (3.12.1) addressable (>= 2.3.6) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) @@ -1583,7 +1588,7 @@ DEPENDENCIES paypal_client pg (~> 1.2) pry - puma (~> 5.1) + puma (~> 5.2) puma-heroku rack-mini-profiler rails