Skip to content
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 @@ -14,7 +14,7 @@ gem "meilisearch-rails", "~> 0.16.0"
gem "memory_profiler", "~> 1.0", ">= 1.0.2" # rack-mini-profiler dependency to profile memory usage.
gem "mission_control-jobs", "~> 1.1"
gem "oj", "~> 3.16", ">= 3.16.11"
gem "omniauth", "~> 2.1", ">= 2.1.3"
gem "omniauth", "~> 2.1"
gem "omniauth-google-oauth2", "~> 1.2", ">= 1.2.1"
gem "omniauth-rails_csrf_protection", "~> 1.0", ">= 1.0.2"
gem "pagy", "~> 9.4"
Expand Down
5 changes: 3 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -371,8 +371,9 @@ GEM
oj (3.16.11)
bigdecimal (>= 3.0)
ostruct (>= 0.2)
omniauth (2.1.3)
omniauth (2.1.4)
hashie (>= 3.4.6)
logger
rack (>= 2.2.3)
rack-protection
omniauth-google-oauth2 (1.2.1)
Expand Down Expand Up @@ -720,7 +721,7 @@ DEPENDENCIES
mission_control-jobs (~> 1.1)
net-ssh (~> 7.3)
oj (~> 3.16, >= 3.16.11)
omniauth (~> 2.1, >= 2.1.3)
omniauth (~> 2.1)
omniauth-google-oauth2 (~> 1.2, >= 1.2.1)
omniauth-rails_csrf_protection (~> 1.0, >= 1.0.2)
pagy (~> 9.4)
Expand Down
Loading