summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorAbinoam P. Marques Jr <abinoam@gmail.com>2017-06-30 23:53:15 -0300
committerAbinoam P. Marques Jr <abinoam@gmail.com>2017-06-30 23:53:15 -0300
commit97888f5f91f9675ef2f7809fe1cb423abf6099c8 (patch)
treed26f2898b93308ba8a3e12b5fd3b363a46a0ef59 /Gemfile
parent7a63996d6eaccbe403c724f40a771e4a48c7ea34 (diff)
downloadhighline-97888f5f91f9675ef2f7809fe1cb423abf6099c8.tar.gz
Rubocop automatic corrections
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index d4e82fb..e12ef72 100644
--- a/Gemfile
+++ b/Gemfile
@@ -8,7 +8,6 @@ group :development, :test do
gem "minitest", require: false
end
-
# Reporting only at one ruby version of travis matrix (no repetition)
gem "codeclimate-test-reporter", group: :test, require: false
@@ -19,14 +18,14 @@ end
group :development do
gem 'pronto'
+ gem 'pronto-poper', require: false
gem 'pronto-reek', require: false
gem 'pronto-rubocop', require: false
- gem 'pronto-poper', require: false
# Using strict versions of flay and pronto-flay while
# PR https://github.com/mmozuras/pronto-flay/pull/11/files
# is not merged
gem 'flay', '2.7.0'
- gem 'pronto-flay', '0.6.1', require: false
gem 'flog'
+ gem 'pronto-flay', '0.6.1', require: false
end