-
-
Notifications
You must be signed in to change notification settings - Fork 28
Add more data to the compats table #125
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,6 +16,7 @@ namespace :data do | |
7.0 | ||
7.1 | ||
7.2 | ||
8.0 | ||
) | ||
|
||
task find_or_create_rails_releases: :environment do | ||
|
@@ -118,6 +119,13 @@ namespace :data do | |
minimum_bundler_version: "2.5.20", | ||
maximum_bundler_version: "2.5.20", | ||
minimum_rubygems_version: "3.2.3" | ||
}, | ||
"8.0" => { | ||
minimum_ruby_version: "3.2.0", | ||
maximum_ruby_version: "3.4.2", | ||
minimum_bundler_version: "2.5.20", | ||
maximum_bundler_version: "2.5.20", | ||
minimum_rubygems_version: "3.2.3" | ||
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. @etagwerker can you share with me the current Production values for 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. 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. Thanks @mateusdeap, I have doubts because on this file, for Rails 7.2, we have, for example:
|
||
} | ||
} | ||
|
||
|
@@ -133,4 +141,4 @@ namespace :data do | |
|
||
puts "Rails Releases updated successfully." | ||
end | ||
end | ||
end |
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.
local setup
.step 1
because when you set up locally, we need those Rails releases.step 2 and 3
are not necessary, given that they can be done by UI.