Skip to content

Commit

Permalink
Merge pull request #307 from openstax/lock-accounts
Browse files Browse the repository at this point in the history
lock accounts gem to rails 6 compat version
  • Loading branch information
nathanstitt authored Feb 4, 2021
2 parents b8d8a78 + 8c099ae commit e54141a
Show file tree
Hide file tree
Showing 3 changed files with 117 additions and 102 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ gem 'openstax_utilities'
gem 'omniauth-oauth2'

# OpenStax Accounts integration
gem 'openstax_accounts', '~> 9.5.1'
# DO NOT UPGRADE until it's updated to work with Rails 6.x
gem 'openstax_accounts', '9.6.0'

# Access control for API's
gem 'doorkeeper'
Expand Down
Loading

0 comments on commit e54141a

Please sign in to comment.