Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion graph-sample/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
28 changes: 13 additions & 15 deletions graph-sample/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand All @@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -295,7 +293,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
activerecord-session_store (~> 2.1.0)
activerecord-session_store (~> 2.2.0)
bootsnap
capybara
debug
Expand Down