Skip to content

Commit ae5b3d2

Browse files
committed
Fix [C][Correctable] Bundler/OrderedGems
Gems should be sorted in an alphabetical order within their section of the Gemfile. Gem rbs-inline should appear before rubocop-performance.
1 parent ab5988d commit ae5b3d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ruby/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
source 'https://rubygems.org'
44

5+
gem 'rbs-inline', '~> 0.13.0', require: false
56
gem 'rubocop', '~> 1.86.1', require: false
67
gem 'rubocop-minitest', '~> 0.39.1', require: false
78
gem 'rubocop-performance', '~> 1.26.1', require: false
8-
gem 'rbs-inline', '~> 0.13.0', require: false
99
gem 'steep', '~> 2.0.0', require: false

0 commit comments

Comments
 (0)