]> cat aescling's git repositories - mastodon.git/commitdiff
alphebatically order test gem group as required by rubocop
authorSamy KACIMI <samy.kacimi@gmail.com>
Tue, 4 Apr 2017 22:52:55 +0000 (00:52 +0200)
committerSamy KACIMI <samy.kacimi@gmail.com>
Tue, 4 Apr 2017 22:52:55 +0000 (00:52 +0200)
Gemfile

diff --git a/Gemfile b/Gemfile
index 0deed9ae015e03e94a8c79a041f294ceb920ee7b..4e7ff6621de11a722922f73be56b6bf858ca4160 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -67,10 +67,10 @@ group :development, :test do
 end
 
 group :test do
-  gem 'simplecov', require: false
-  gem 'webmock'
   gem 'faker'
   gem 'rspec-sidekiq'
+  gem 'simplecov', require: false
+  gem 'webmock'
 end
 
 group :development do