-
Notifications
You must be signed in to change notification settings - Fork 0
Add prefix #1
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: master
Are you sure you want to change the base?
Add prefix #1
Conversation
@@ -0,0 +1,7 @@ | |||
source 'https://rubygems.org' |
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.
📝 [rubocop] <Style/FrozenStringLiteralComment> reported by reviewdog 🐶
Missing frozen string literal comment.
source 'https://rubygems.org' | |
# frozen_string_literal: true | |
source 'https://rubygems.org' |
source 'https://rubygems.org' | ||
|
||
gem 'rack', '2.2.7' | ||
gem 'webrick', '1.8.1' |
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.
📝 [rubocop] <Bundler/OrderedGems> reported by reviewdog 🐶
Gems should be sorted in an alphabetical order within their section of the Gemfile. Gem sidekiq
should appear before webrick
.
gem 'webrick', '1.8.1' | |
gem 'sidekiq', '6.5.9' | |
gem 'webrick', '1.8.1' |
|
||
gem 'rack', '2.2.7' | ||
gem 'webrick', '1.8.1' | ||
gem 'sidekiq', '6.5.9' |
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.
📝 [rubocop] <Bundler/OrderedGems> reported by reviewdog 🐶
Gems should be sorted in an alphabetical order within their section of the Gemfile. Gem redis-namespace
should appear before sidekiq
.
gem 'sidekiq', '6.5.9' | |
gem 'redis-namespace', '1.11.0' | |
gem 'sidekiq', '6.5.9' |
No description provided.