Skip to content

Commit

Permalink
feat: support b2c (#75)
Browse files Browse the repository at this point in the history
* gems: update rails to 6.0.5.1 due to an RCE in Active Record

* feat(oauth): rewrite query params for b2c

* style: run `standardrb --fix`

Co-authored-by: Caspian Baska <email@caspian.computer>
  • Loading branch information
chillfox and caspiano authored Jul 27, 2022
1 parent 46868a9 commit 0a5454d
Show file tree
Hide file tree
Showing 4 changed files with 264 additions and 224 deletions.
8 changes: 4 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

source "https://rubygems.org"

gem "rails", "~> 6.0", ">= 6.0.0.1"
gem "rails", "~> 6.0", ">= 6.0.5.1"
# We don't use the mail gem
gem 'net-smtp', require: false
gem 'net-imap', require: false
gem 'net-pop', require: false
gem "net-smtp", require: false
gem "net-imap", require: false
gem "net-pop", require: false

# High performance web server
gem "puma"
Expand Down
Loading

0 comments on commit 0a5454d

Please sign in to comment.