From 7c76aa6bfe6d5b68fc90f48036e2dbb05f8c3b19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 01:27:59 +0000 Subject: [PATCH] Bump httparty from 0.22.0 to 0.23.1 in /graph-sample Bumps [httparty](https://github.com/jnunemaker/httparty) from 0.22.0 to 0.23.1. - [Release notes](https://github.com/jnunemaker/httparty/releases) - [Changelog](https://github.com/jnunemaker/httparty/blob/main/Changelog.md) - [Commits](https://github.com/jnunemaker/httparty/compare/v0.22.0...v0.23.1) --- updated-dependencies: - dependency-name: httparty dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- graph-sample/Gemfile | 2 +- graph-sample/Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/graph-sample/Gemfile b/graph-sample/Gemfile index 1804f53..aa870dd 100644 --- a/graph-sample/Gemfile +++ b/graph-sample/Gemfile @@ -76,7 +76,7 @@ gem 'omniauth-oauth2', '~> 1.8.0' # OmniAuth CSRF protection gem 'omniauth-rails_csrf_protection', '~> 1.0.2' # REST calls to Microsoft Graph -gem 'httparty', '~> 0.22.0' +gem 'httparty', '~> 0.23.1' # Session storage in database gem 'activerecord-session_store', '~> 2.1.0' diff --git a/graph-sample/Gemfile.lock b/graph-sample/Gemfile.lock index 495e4a2..bd44a2a 100644 --- a/graph-sample/Gemfile.lock +++ b/graph-sample/Gemfile.lock @@ -101,7 +101,7 @@ GEM concurrent-ruby (1.3.5) connection_pool (2.5.0) crass (1.0.6) - csv (3.3.0) + csv (3.3.3) date (3.4.1) debug (1.10.0) irb (~> 1.10) @@ -117,7 +117,7 @@ GEM globalid (1.2.1) activesupport (>= 6.1) hashie (5.0.0) - httparty (0.22.0) + httparty (0.23.1) csv mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) @@ -299,7 +299,7 @@ DEPENDENCIES bootsnap capybara debug - httparty (~> 0.22.0) + httparty (~> 0.23.1) importmap-rails jbuilder omniauth-oauth2 (~> 1.8.0)