Skip to content

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

Draft
wants to merge 18 commits into
base: master
Choose a base branch
from
Draft

Add prefix #1

wants to merge 18 commits into from

Conversation

merqlove
Copy link

No description provided.

@@ -0,0 +1,7 @@
source 'https://rubygems.org'

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.

Suggested change
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'

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.

Suggested change
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'

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.

Suggested change
gem 'sidekiq', '6.5.9'
gem 'redis-namespace', '1.11.0'
gem 'sidekiq', '6.5.9'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant