From 1b81fcc33b2e6dd16cfaa99c8aeed87897b1cda5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 01:27:36 +0000 Subject: [PATCH] Bump activerecord-session_store from 2.1.0 to 2.2.0 in /graph-sample Bumps [activerecord-session_store](https://github.com/rails/activerecord-session_store) from 2.1.0 to 2.2.0. - [Release notes](https://github.com/rails/activerecord-session_store/releases) - [Changelog](https://github.com/rails/activerecord-session_store/blob/master/CHANGELOG.md) - [Commits](https://github.com/rails/activerecord-session_store/compare/v2.1.0...v2.2.0) --- updated-dependencies: - dependency-name: activerecord-session_store dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- graph-sample/Gemfile | 2 +- graph-sample/Gemfile.lock | 28 +++++++++++++--------------- 2 files changed, 14 insertions(+), 16 deletions(-) diff --git a/graph-sample/Gemfile b/graph-sample/Gemfile index 1804f53..0925a98 100644 --- a/graph-sample/Gemfile +++ b/graph-sample/Gemfile @@ -78,6 +78,6 @@ gem 'omniauth-rails_csrf_protection', '~> 1.0.2' # REST calls to Microsoft Graph gem 'httparty', '~> 0.22.0' # Session storage in database -gem 'activerecord-session_store', '~> 2.1.0' +gem 'activerecord-session_store', '~> 2.2.0' gem "ostruct", "~> 0.6.1" diff --git a/graph-sample/Gemfile.lock b/graph-sample/Gemfile.lock index 495e4a2..4e393d2 100644 --- a/graph-sample/Gemfile.lock +++ b/graph-sample/Gemfile.lock @@ -54,13 +54,12 @@ GEM activemodel (= 7.2.2) activesupport (= 7.2.2) timeout (>= 0.4.0) - activerecord-session_store (2.1.0) - actionpack (>= 6.1) - activerecord (>= 6.1) + activerecord-session_store (2.2.0) + actionpack (>= 7.0) + activerecord (>= 7.0) cgi (>= 0.3.6) - multi_json (~> 1.11, >= 1.11.2) rack (>= 2.0.8, < 4) - railties (>= 6.1) + railties (>= 7.0) activestorage (7.2.2) actionpack (= 7.2.2) activejob (= 7.2.2) @@ -97,7 +96,7 @@ GEM rack-test (>= 0.6.3) regexp_parser (>= 1.5, < 3.0) xpath (~> 3.2) - cgi (0.4.1) + cgi (0.4.2) concurrent-ruby (1.3.5) connection_pool (2.5.0) crass (1.0.6) @@ -138,7 +137,7 @@ GEM json (2.7.2) jwt (2.9.3) base64 - logger (1.6.6) + logger (1.7.0) loofah (2.24.0) crass (~> 1.0.2) nokogiri (>= 1.12.0) @@ -150,9 +149,8 @@ GEM marcel (1.0.4) matrix (0.4.2) mini_mime (1.1.5) - minitest (5.25.4) + minitest (5.25.5) msgpack (1.7.3) - multi_json (1.15.0) multi_xml (0.7.1) bigdecimal (~> 3.1) net-http (0.4.1) @@ -167,7 +165,7 @@ GEM net-smtp (0.5.0) net-protocol nio4r (2.7.4) - nokogiri (1.18.3-x86_64-linux-gnu) + nokogiri (1.18.6-x86_64-linux-gnu) racc (~> 1.4) oauth2 (2.0.9) faraday (>= 0.17.3, < 3.0) @@ -197,7 +195,7 @@ GEM puma (6.6.0) nio4r (~> 2.0) racc (1.8.1) - rack (3.1.11) + rack (3.1.12) rack-protection (4.0.0) base64 (>= 0.1.0) rack (>= 3.0.0, < 4) @@ -238,7 +236,7 @@ GEM thor (~> 1.0, >= 1.2.2) zeitwerk (~> 2.6) rake (13.2.1) - rdoc (6.12.0) + rdoc (6.13.1) psych (>= 4.0.0) regexp_parser (2.9.2) reline (0.6.0) @@ -263,9 +261,9 @@ GEM sqlite3 (2.6.0-x86_64-linux-gnu) stimulus-rails (1.3.4) railties (>= 6.0.0) - stringio (3.1.5) + stringio (3.1.6) thor (1.3.2) - timeout (0.4.1) + timeout (0.4.3) turbo-rails (2.0.13) actionpack (>= 7.1.0) railties (>= 7.1.0) @@ -295,7 +293,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - activerecord-session_store (~> 2.1.0) + activerecord-session_store (~> 2.2.0) bootsnap capybara debug