New bundler requires these to be here to use the commands
1 files changed, 2 insertions(+), 0 deletions(-) M Gemfile
M Gemfile => Gemfile +2 -0
@@ 33,7 33,9 @@ end group(:test) do gem "minitest" + gem "rake" gem "rantly" + gem "rubocop" gem "simplecov", require: false gem "webmock" end