From faa93390d9d054d9f3046e8a3cbe36f977685809 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 15:45:53 +0000 Subject: [PATCH] Update dependency productive to v0.6.71 --- Gemfile | 2 +- Gemfile.lock | 44 +++++++++++++++++++++++++++++++++----------- 2 files changed, 34 insertions(+), 12 deletions(-) diff --git a/Gemfile b/Gemfile index 2502608..af3d56e 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" } gem "breathe", "0.3.6" gem "dotenv" gem "memo_wise" -gem "productive", "0.6.50" +gem "productive", "0.6.71" gem "rake" gem "slack-ruby-client" diff --git a/Gemfile.lock b/Gemfile.lock index bdb6719..efe7847 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -17,21 +17,43 @@ GEM concurrent-ruby (1.2.2) diff-lcs (1.5.0) dotenv (2.8.1) - faraday (0.17.6) - multipart-post (>= 1.2, < 3) - faraday_middleware (0.14.0) - faraday (>= 0.7.4, < 1.0) + faraday (1.10.3) + faraday-em_http (~> 1.0) + faraday-em_synchrony (~> 1.0) + faraday-excon (~> 1.1) + faraday-httpclient (~> 1.0) + faraday-multipart (~> 1.0) + faraday-net_http (~> 1.0) + faraday-net_http_persistent (~> 1.0) + faraday-patron (~> 1.0) + faraday-rack (~> 1.0) + faraday-retry (~> 1.0) + ruby2_keywords (>= 0.0.4) + faraday-em_http (1.0.0) + faraday-em_synchrony (1.0.0) + faraday-excon (1.1.0) + faraday-httpclient (1.0.1) + faraday-multipart (1.0.4) + multipart-post (~> 2) + faraday-net_http (1.0.1) + faraday-net_http_persistent (1.2.0) + faraday-patron (1.0.0) + faraday-rack (1.0.0) + faraday-retry (1.0.3) + faraday_middleware (1.2.0) + faraday (~> 1.0) gli (2.21.1) hashie (5.0.0) i18n (1.14.1) concurrent-ruby (~> 1.0) json (2.6.3) - json_api_client (1.5.2) + json_api_client (1.21.0) activemodel (>= 3.2.0) activesupport (>= 3.2.0) addressable (~> 2.2) - faraday (~> 0.9) - faraday_middleware (~> 0.9) + faraday (>= 0.15.2, < 2.0) + faraday_middleware (>= 0.9.0, < 2.0) + rack (>= 0.2) language_server-protocol (3.17.0.3) lint_roller (1.1.0) memo_wise (1.7.0) @@ -42,9 +64,8 @@ GEM parser (3.2.2.3) ast (~> 2.4.1) racc - productive (0.6.50) - json_api_client (= 1.5.2) - rack + productive (0.6.71) + json_api_client (>= 1.13.0, <= 1.21.0) request_store (~> 1.3) pry (0.14.2) coderay (~> 1.1) @@ -87,6 +108,7 @@ GEM rubocop (>= 1.7.0, < 2.0) rubocop-ast (>= 0.4.0) ruby-progressbar (1.13.0) + ruby2_keywords (0.0.5) sawyer (0.9.2) addressable (>= 2.3.5) faraday (>= 0.17.3, < 3) @@ -127,7 +149,7 @@ DEPENDENCIES breathe (= 0.3.6) dotenv memo_wise - productive (= 0.6.50) + productive (= 0.6.71) pry rake rspec