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 @@ -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'

Expand Down
6 changes: 3 additions & 3 deletions graph-sample/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -299,7 +299,7 @@ DEPENDENCIES
bootsnap
capybara
debug
httparty (~> 0.22.0)
httparty (~> 0.23.1)
importmap-rails
jbuilder
omniauth-oauth2 (~> 1.8.0)
Expand Down