-
Notifications
You must be signed in to change notification settings - Fork 0
AP-588 Upgrade Rails to 8.0.x #20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
steve-sullivan
wants to merge
9
commits into
main
Choose a base branch
from
AP-588-upgrade-dependencies
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
0c1d564
Upgrade Rails to 7.0.10
steve-sullivan 0b20c60
Upgrade Rails to 7.1.x and update dependencies
steve-sullivan 8737736
Upgrade Rails to 7.2.x and update dependencies
steve-sullivan 4392129
Upgrade Rails to 8.0.x and update dependencies
steve-sullivan 2b73d13
Upgrade Rails to 8.0.5
steve-sullivan 338d4b0
fix database connection
steve-sullivan 4f1980e
Rails 8 requires a secret_key_base so setting it to a dummy value for…
steve-sullivan 672f8b1
Add test to make sure 404 response is handled gracefully
steve-sullivan 6f8a363
Bump bundler to v2.7.2
steve-sullivan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 | ||||
|---|---|---|---|---|---|---|
|
|
@@ -5,21 +5,22 @@ ruby '~> 3.3' | |||||
|
|
||||||
| gem 'berkeley_library-alma', '~> 0.1.1' | ||||||
| gem 'berkeley_library-logging', '~> 0.3' | ||||||
| gem 'berkeley_library-util', '~> 0.2.0' | ||||||
| gem 'berkeley_library-util', '~> 0.3' | ||||||
| gem 'drb' | ||||||
| gem 'image_processing', '~> 1.12' | ||||||
| gem 'jsonapi.rb', '~> 2.0' | ||||||
| gem 'jsonapi-serializer', '~> 2.2' | ||||||
| gem 'jwt', '~> 2.4' | ||||||
| gem 'mutex_m' | ||||||
| gem 'omniauth', '~> 1.9', '>= 1.9.2' | ||||||
| gem 'omniauth-cas', '~> 2.0' | ||||||
| gem 'omniauth', '~> 2.1' | ||||||
| gem 'omniauth-cas', '~> 3.0' | ||||||
| gem 'omniauth-rails_csrf_protection', '~> 1.0' | ||||||
| gem 'pg', '~> 1.4' | ||||||
| gem 'pg_search', '~> 2.3' | ||||||
| gem 'puma', '~> 5.0' | ||||||
| gem 'puma', '~> 7.2' | ||||||
| gem 'rack-cors' | ||||||
| gem 'rails', '~> 7.0.4' | ||||||
| gem 'ransack', '~> 2.6' | ||||||
| gem 'rails', '~> 8.0.4' | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. They've already snuck out another release while this was being worked on!
Suggested change
|
||||||
| gem 'ransack', '~> 4.2' | ||||||
| gem 'zaru', '~> 0.3.0' | ||||||
|
|
||||||
| group :development, :test do | ||||||
|
|
@@ -30,19 +31,20 @@ end | |||||
|
|
||||||
| group :development do | ||||||
| gem 'hashdiff', '~> 1.0.1' | ||||||
| gem 'rubocop', '~> 1.26.0' | ||||||
| gem 'rubocop-rails', '~> 2.13.2', require: false | ||||||
| gem 'rubocop-rspec', '~> 2.4.0', require: false | ||||||
| gem 'rubocop', '~> 1.86' | ||||||
| gem 'rubocop-rails', '~> 2.34', require: false | ||||||
| gem 'rubocop-rspec', '~> 3.6', require: false | ||||||
| gem 'rubocop-rspec_rails', '~> 2.30', require: false | ||||||
| end | ||||||
|
|
||||||
| group :test do | ||||||
| gem 'database_cleaner-active_record', '~> 2.0' | ||||||
| gem 'factory_bot_rails' | ||||||
| gem 'rails-controller-testing' | ||||||
| gem 'rspec', '~> 3.10' | ||||||
| gem 'rspec_junit_formatter', '~> 0.5' | ||||||
| gem 'rspec-rails', '~> 5.0' | ||||||
| gem 'simplecov', '~> 0.21', require: false | ||||||
| gem 'simplecov-rcov', '~> 0.2', require: false | ||||||
| gem 'rspec', '~> 3.13' | ||||||
| gem 'rspec_junit_formatter', '~> 0.6' | ||||||
| gem 'rspec-rails', '~> 8.0' | ||||||
| gem 'simplecov', '~> 0.22', require: false | ||||||
| gem 'simplecov-rcov', '~> 0.3', require: false | ||||||
| gem 'webmock', require: false | ||||||
| end | ||||||
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we want to test the Rails secrets stuff here like we do in Framework?
See BerkeleyLibrary/framework@6cf75564ef, specifically
.github/workflows/build.ymlanddocker-compose.ci.yml. This makes a "real" (throwaway) secret, and that ensures the app is going to read it from the correct place in production.