fix CI failure (sqlite3) #203
Annotations
3 warnings
Run reviewdog/action-rubocop@v2:
Gemfile#L14
[rubocop] reported by reviewdog 🐶
Gems should be sorted in an alphabetical order within their section of the Gemfile. Gem `concurrent-ruby` should appear before `rails`.
Raw Output:
Gemfile:14:1: C: Bundler/OrderedGems: Gems should be sorted in an alphabetical order within their section of the Gemfile. Gem `concurrent-ruby` should appear before `rails`.
|
Run reviewdog/action-rubocop@v2:
Gemfile#L20
[rubocop] reported by reviewdog 🐶
Gem `concurrent-ruby` requirements already given on line 14 of the Gemfile.
Raw Output:
Gemfile:20:3: W: Bundler/DuplicatedGem: Gem `concurrent-ruby` requirements already given on line 14 of the Gemfile.
|
Run reviewdog/action-rubocop@v2:
Gemfile#L20
[rubocop] reported by reviewdog 🐶
Gems should be sorted in an alphabetical order within their section of the Gemfile. Gem `concurrent-ruby` should appear before `rubocop`.
Raw Output:
Gemfile:20:3: C: Bundler/OrderedGems: Gems should be sorted in an alphabetical order within their section of the Gemfile. Gem `concurrent-ruby` should appear before `rubocop`.
|
Loading