Skip to content

Commit daac23c

Browse files
Merge pull request #226 from microsoftgraph/dependabot/bundler/graph-sample/activerecord-session_store-2.2.0
Bump activerecord-session_store from 2.1.0 to 2.2.0 in /graph-sample
2 parents 1af178a + 1b81fcc commit daac23c

File tree

2 files changed

+14
-16
lines changed

2 files changed

+14
-16
lines changed

graph-sample/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,6 @@ gem 'omniauth-rails_csrf_protection', '~> 1.0.2'
7878
# REST calls to Microsoft Graph
7979
gem 'httparty', '~> 0.22.0'
8080
# Session storage in database
81-
gem 'activerecord-session_store', '~> 2.1.0'
81+
gem 'activerecord-session_store', '~> 2.2.0'
8282

8383
gem "ostruct", "~> 0.6.1"

graph-sample/Gemfile.lock

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,12 @@ GEM
5454
activemodel (= 7.2.2)
5555
activesupport (= 7.2.2)
5656
timeout (>= 0.4.0)
57-
activerecord-session_store (2.1.0)
58-
actionpack (>= 6.1)
59-
activerecord (>= 6.1)
57+
activerecord-session_store (2.2.0)
58+
actionpack (>= 7.0)
59+
activerecord (>= 7.0)
6060
cgi (>= 0.3.6)
61-
multi_json (~> 1.11, >= 1.11.2)
6261
rack (>= 2.0.8, < 4)
63-
railties (>= 6.1)
62+
railties (>= 7.0)
6463
activestorage (7.2.2)
6564
actionpack (= 7.2.2)
6665
activejob (= 7.2.2)
@@ -97,7 +96,7 @@ GEM
9796
rack-test (>= 0.6.3)
9897
regexp_parser (>= 1.5, < 3.0)
9998
xpath (~> 3.2)
100-
cgi (0.4.1)
99+
cgi (0.4.2)
101100
concurrent-ruby (1.3.5)
102101
connection_pool (2.5.0)
103102
crass (1.0.6)
@@ -138,7 +137,7 @@ GEM
138137
json (2.7.2)
139138
jwt (2.9.3)
140139
base64
141-
logger (1.6.6)
140+
logger (1.7.0)
142141
loofah (2.24.0)
143142
crass (~> 1.0.2)
144143
nokogiri (>= 1.12.0)
@@ -150,9 +149,8 @@ GEM
150149
marcel (1.0.4)
151150
matrix (0.4.2)
152151
mini_mime (1.1.5)
153-
minitest (5.25.4)
152+
minitest (5.25.5)
154153
msgpack (1.7.3)
155-
multi_json (1.15.0)
156154
multi_xml (0.7.1)
157155
bigdecimal (~> 3.1)
158156
net-http (0.4.1)
@@ -167,7 +165,7 @@ GEM
167165
net-smtp (0.5.0)
168166
net-protocol
169167
nio4r (2.7.4)
170-
nokogiri (1.18.3-x86_64-linux-gnu)
168+
nokogiri (1.18.6-x86_64-linux-gnu)
171169
racc (~> 1.4)
172170
oauth2 (2.0.9)
173171
faraday (>= 0.17.3, < 3.0)
@@ -197,7 +195,7 @@ GEM
197195
puma (6.6.0)
198196
nio4r (~> 2.0)
199197
racc (1.8.1)
200-
rack (3.1.11)
198+
rack (3.1.12)
201199
rack-protection (4.0.0)
202200
base64 (>= 0.1.0)
203201
rack (>= 3.0.0, < 4)
@@ -238,7 +236,7 @@ GEM
238236
thor (~> 1.0, >= 1.2.2)
239237
zeitwerk (~> 2.6)
240238
rake (13.2.1)
241-
rdoc (6.12.0)
239+
rdoc (6.13.1)
242240
psych (>= 4.0.0)
243241
regexp_parser (2.9.2)
244242
reline (0.6.0)
@@ -263,9 +261,9 @@ GEM
263261
sqlite3 (2.6.0-x86_64-linux-gnu)
264262
stimulus-rails (1.3.4)
265263
railties (>= 6.0.0)
266-
stringio (3.1.5)
264+
stringio (3.1.6)
267265
thor (1.3.2)
268-
timeout (0.4.1)
266+
timeout (0.4.3)
269267
turbo-rails (2.0.13)
270268
actionpack (>= 7.1.0)
271269
railties (>= 7.1.0)
@@ -295,7 +293,7 @@ PLATFORMS
295293
x86_64-linux
296294

297295
DEPENDENCIES
298-
activerecord-session_store (~> 2.1.0)
296+
activerecord-session_store (~> 2.2.0)
299297
bootsnap
300298
capybara
301299
debug

0 commit comments

Comments
 (0)