Skip to content
This repository was archived by the owner on Feb 27, 2025. It is now read-only.
Open
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 Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ source 'https://rubygems.org' do
# gem 'bcrypt', '~> 3.1.7'

# Authenticate via Google OAuth
gem 'omniauth', '~> 1.9.1'
gem 'omniauth', '~> 2.0.0'
gem 'omniauth-google-oauth2'
gem 'repost'

Expand Down
21 changes: 12 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ GEM
ffi (1.15.0)
globalid (0.4.2)
activesupport (>= 4.2.0)
hashie (4.1.0)
hashie (5.0.0)
i18n (1.8.10)
concurrent-ruby (~> 1.0)
jbuilder (2.11.2)
Expand Down Expand Up @@ -188,16 +188,17 @@ GEM
multi_json (~> 1.3)
multi_xml (~> 0.5)
rack (>= 1.2, < 3)
omniauth (1.9.1)
omniauth (2.0.0)
hashie (>= 3.4.6)
rack (>= 1.6.2, < 3)
omniauth-google-oauth2 (0.8.2)
rack-protection
omniauth-google-oauth2 (1.0.1)
jwt (>= 2.0)
oauth2 (~> 1.1)
omniauth (~> 1.1)
omniauth-oauth2 (>= 1.6)
omniauth-oauth2 (1.7.1)
oauth2 (~> 1.4)
omniauth (~> 2.0)
omniauth-oauth2 (~> 1.7.1)
omniauth-oauth2 (1.7.3)
oauth2 (>= 1.4, < 3)
omniauth (>= 1.9, < 3)
paperclip (6.1.0)
activemodel (>= 4.2.0)
Expand All @@ -220,7 +221,9 @@ GEM
puma (5.6.4)
nio4r (~> 2.0)
racc (1.6.0)
rack (2.2.3)
rack (2.2.6.2)
rack-protection (3.0.5)
rack
rack-test (1.1.0)
rack (>= 1.0, < 3)
rails (6.0.3.7)
Expand Down Expand Up @@ -380,7 +383,7 @@ DEPENDENCIES
listen (~> 3.2.1)!
newrelic_rpm!
nokogiri (>= 1.11.0.rc4)!
omniauth (~> 1.9.1)!
omniauth (~> 2.0.0)!
omniauth-google-oauth2!
paperclip (~> 6.1.0)!
paperclip-meta!
Expand Down