-
-
Notifications
You must be signed in to change notification settings - Fork 0
Updates for Modern 8.0 #58
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?
Conversation
3a76139
to
c535fbb
Compare
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.
Just a few updates
Gemfile
Outdated
gem 'rubocop-performance', require: false | ||
gem 'rubocop-rails', require: false | ||
gem "rubocop-rails-omakase", require: false |
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.
Styling inconsistency in here did we drop prettier?
@@ -5,10 +5,10 @@ | |||
|
|||
# Reveal health status on /up that returns 200 if the app boots with no exceptions, otherwise 500. | |||
# Can be used by load balancers and uptime monitors to verify that the app is live. | |||
get "up" => "rails/health#show", as: :rails_health_check | |||
get "up" => "rails/health#show", :as => :rails_health_check |
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.
Why did it choose this syntax? Is it just trying to be consistent on the same line?
No description provided.