-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Updated gems for ruby 3 * Rails 6 update (still need to do something about rails-settings-cached and railssettings-ui) * Removed rails-settings-ui but kept rails-settings-cached * Updated to Rails 6.1, updated gems, fixed most warnings * Updated config to 6.1, fixed more warnings * Updated more gems, restored missing access policies inside an after_initialize block * Fixed a bunch of tests, removed render_anywhere * Fix settings and manifest again * Removed spring, removed some legacy tests, fixed database cleaner config * More test fixes * Fixed more tests * Added migration for the Doorkeeper update * Update the Doorkeeper tokens and grants in batches * Fixed a bunch more tests * Fixed more tests, updated openstax_rescue_from * Updated lev, transaction_retry and transaction_isolation to fix more test errors * Fixed remaining tests, normalize describe calls, include ActiveJob::TestHelper everywhere * Added comment about Newflow vs legacy behavior * Attempt to fix bundler error in GH actions * Lock ffi since the latest version has some issue in GH actions * Attempt to fix popup console test * Puma's nakayoshi_fork option was removed * Fix puma crash on OS X * Make belongs_to required by default * Attempt to fix migration test when updating ruby version * Moved puma config around to prevent warning, re-enabled spring, unlocked compass-rails version * Added comment about gssencmode * Removed spring config that's no longer needed * Updated web-console gem, simplified ErrorPageBuilder * Fix error page precompilation in non-prod * Make RescueFrom config match Rails app config for errors Make sure to disable dev routes in prod * Don't ignore rescue_from by default in the test env * Removed is_real_production?, moved the check to the OSU initializer * Added rexml gem to Gemfile * Update to ruby 3.1 but keep Psych 3 for now
- Loading branch information
Showing
222 changed files
with
1,617 additions
and
1,670 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.7.4 | ||
3.1.6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.