From ba9cf0f53b0ad8c88380373f77a17e72e13017bf Mon Sep 17 00:00:00 2001 From: Ben Sheldon Date: Tue, 27 Apr 2021 07:42:45 -0700 Subject: [PATCH] Update development dependencies --- Gemfile.lock | 55 +++++++++++++++++++++++++++++++--------------------- 1 file changed, 33 insertions(+), 22 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index bcb10a617..e61c26dac 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -68,6 +68,11 @@ GEM activerecord (6.1.3.1) activemodel (= 6.1.3.1) activesupport (= 6.1.3.1) + activerecord-jdbc-adapter (61.0-java) + activerecord (~> 6.1.0) + activerecord-jdbcpostgresql-adapter (61.0-java) + activerecord-jdbc-adapter (= 61.0) + jdbc-postgres (>= 9.4, < 43) activestorage (6.1.3.1) actionpack (= 6.1.3.1) activejob (= 6.1.3.1) @@ -84,16 +89,16 @@ GEM addressable (2.7.0) public_suffix (>= 2.0.2, < 5.0) ast (2.4.2) - async (1.28.9) + async (1.29.0) console (~> 1.10) nio4r (~> 2.3) timers (~> 4.1) - async-http (0.54.1) + async-http (0.56.1) async (~> 1.25) async-io (~> 1.28) async-pool (~> 0.2) - protocol-http (~> 0.21.0) - protocol-http1 (~> 0.13.0) + protocol-http (~> 0.22.0) + protocol-http1 (~> 0.14.0) protocol-http2 (~> 0.14.0) async-http-faraday (0.9.0) async-http (~> 0.42) @@ -120,11 +125,11 @@ GEM rack-test (>= 0.6.3) regexp_parser (>= 1.5, < 3.0) xpath (~> 3.2) - chef-utils (16.11.7) + chef-utils (16.13.16) childprocess (3.0.0) coderay (1.1.3) concurrent-ruby (1.1.8) - console (1.10.2) + console (1.11.1) fiber-local crass (1.0.6) database_cleaner (2.0.1) @@ -144,13 +149,17 @@ GEM rubocop smart_properties erubi (1.10.0) - faraday (1.3.0) + faraday (1.4.1) + faraday-excon (~> 1.1) faraday-net_http (~> 1.0) + faraday-net_http_persistent (~> 1.1) multipart-post (>= 1.2, < 3) - ruby2_keywords + ruby2_keywords (>= 0.0.4) + faraday-excon (1.1.0) faraday-http-cache (2.2.0) faraday (>= 0.8) faraday-net_http (1.0.1) + faraday-net_http_persistent (1.1.0) ffi (1.15.0) ffi (1.15.0-java) fiber-local (1.0.0) @@ -169,18 +178,19 @@ GEM globalid (0.4.2) activesupport (>= 4.2.0) html_tokenizer (0.0.7) - i18n (1.8.9) + i18n (1.8.10) concurrent-ruby (~> 1.0) + jdbc-postgres (42.2.14) kramdown (2.3.1) rexml kramdown-parser-gfm (1.1.0) kramdown (~> 2.0) - loofah (2.9.0) + loofah (2.9.1) crass (~> 1.0.2) nokogiri (>= 1.5.9) mail (2.7.1) mini_mime (>= 0.1.1) - marcel (1.0.0) + marcel (1.0.1) mdl (0.11.0) kramdown (~> 2.3) kramdown-parser-gfm (~> 1.1) @@ -198,27 +208,28 @@ GEM mixlib-shellout (3.2.5) chef-utils msgpack (1.4.2) + msgpack (1.4.2-java) multi_json (1.15.0) multipart-post (2.1.1) nio4r (2.5.7) nio4r (2.5.7-java) - nokogiri (1.11.2) + nokogiri (1.11.3) mini_portile2 (~> 2.5.0) racc (~> 1.4) - nokogiri (1.11.2-java) + nokogiri (1.11.3-java) racc (~> 1.4) - octokit (4.20.0) + octokit (4.21.0) faraday (>= 0.9) sawyer (~> 0.8.0, >= 0.5.3) optimist (3.0.1) parallel (1.20.1) - parser (3.0.0.0) + parser (3.0.1.0) ast (~> 2.4.1) pg (1.2.3) protocol-hpack (1.4.2) - protocol-http (0.21.0) - protocol-http1 (0.13.2) - protocol-http (~> 0.19) + protocol-http (0.22.0) + protocol-http1 (0.14.0) + protocol-http (~> 0.22) protocol-http2 (0.14.2) protocol-hpack (~> 1.4) protocol-http (~> 0.18) @@ -278,7 +289,7 @@ GEM optimist (>= 3.0.0) regexp_parser (2.1.1) retriable (3.1.2) - rexml (3.2.4) + rexml (3.2.5) rspec-core (3.10.1) rspec-support (~> 3.10.0) rspec-expectations (3.10.1) @@ -296,7 +307,7 @@ GEM rspec-mocks (~> 3.10) rspec-support (~> 3.10) rspec-support (3.10.2) - rubocop (1.12.0) + rubocop (1.13.0) parallel (~> 1.10) parser (>= 3.0.0.0) rainbow (>= 2.2.2, < 4.0) @@ -307,8 +318,8 @@ GEM unicode-display_width (>= 1.4.0, < 3.0) rubocop-ast (1.4.1) parser (>= 2.7.1.5) - rubocop-performance (1.10.2) - rubocop (>= 0.90.0, < 2.0) + rubocop-performance (1.11.0) + rubocop (>= 1.7.0, < 2.0) rubocop-ast (>= 0.4.0) rubocop-rails (2.9.1) activesupport (>= 4.2.0)