Skip to content

Commit ff7cfdc

Browse files
committed
order gems so rubocop doesn't complain
1 parent 57f7891 commit ff7cfdc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ gem 'github-pages', versions['github-pages']
88

99
group :development do
1010
gem 'colored'
11-
gem 'terminal-table'
1211
gem 'fuzzy_match'
12+
gem 'terminal-table'
1313
end
1414

1515
group :test do
1616
gem 'html-proofer', '~> 3.0'
17+
gem 'nokogiri'
1718
gem 'rake'
1819
gem 'rspec'
19-
gem 'nokogiri'
2020
gem 'rubocop'
2121
end

0 commit comments

Comments
 (0)