From 63b1232cbc93759a7f1223c18f96bca249b89423 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Aug 2023 10:06:29 +0000 Subject: [PATCH] Bump panoptes-client from 0.3.8 to 1.2.1 Bumps [panoptes-client](https://github.com/zooniverse/panoptes-client.rb) from 0.3.8 to 1.2.1. - [Release notes](https://github.com/zooniverse/panoptes-client.rb/releases) - [Changelog](https://github.com/zooniverse/panoptes-client.rb/blob/master/CHANGELOG.md) - [Commits](https://github.com/zooniverse/panoptes-client.rb/commits/v1.2.1) --- updated-dependencies: - dependency-name: panoptes-client dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 14 ++++++++------ 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 5719b504..0ca382c7 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ gem 'puma', "~> 5.6" gem 'newrelic_rpm' gem 'active_interaction', "~> 3.6" gem 'faraday-panoptes', "~> 0.3" -gem 'panoptes-client', "~> 0.3" +gem 'panoptes-client', "~> 1.2" gem 'dotenv-rails', "~> 2.6" group :development, :test do diff --git a/Gemfile.lock b/Gemfile.lock index 00c0dc72..b6799e87 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -77,6 +77,7 @@ GEM connection_pool (2.2.5) crass (1.0.6) database_cleaner (1.7.0) + deprecate (0.0.0) diff-lcs (1.3) dotenv (2.6.0) dotenv-rails (2.6.0) @@ -88,14 +89,14 @@ GEM factory_girl_rails (4.9.0) factory_girl (~> 4.9.0) railties (>= 3.0.0) - faraday (0.17.5) + faraday (0.17.6) multipart-post (>= 1.2, < 3) faraday-detailed_logger (2.5.0) faraday (>= 0.16, < 3) faraday-panoptes (0.3.0) faraday (~> 0.9) faraday_middleware (~> 0.10) - faraday_middleware (0.13.1) + faraday_middleware (0.14.0) faraday (>= 0.7.4, < 1.0) foreman (0.87.2) gelf (3.1.0) @@ -123,15 +124,16 @@ GEM mini_mime (1.1.2) mini_portile2 (2.8.0) minitest (5.17.0) - multipart-post (2.1.1) + multipart-post (2.3.0) newrelic_rpm (4.7.1.340) nio4r (2.5.8) nokogiri (1.13.10) mini_portile2 (~> 2.8.0) racc (~> 1.4) - panoptes-client (0.3.8) + panoptes-client (1.2.1) + deprecate faraday - faraday-panoptes (~> 0.3.0) + faraday-panoptes (~> 0.3) jwt (~> 1.5.0) pg (0.21.0) pry (0.12.2) @@ -248,7 +250,7 @@ DEPENDENCIES honeybadger (~> 4.12) logstasher newrelic_rpm - panoptes-client (~> 0.3) + panoptes-client (~> 1.2) pg (~> 0.20) pry-byebug (~> 3.6) pry-rails (~> 0.3)