From 757e6a829a2575476c0e00d204f056a193f5283e Mon Sep 17 00:00:00 2001 From: "Abinoam P. Marques Jr" Date: Mon, 29 Jun 2020 20:50:55 -0300 Subject: [PATCH] Add mry - for upgrading rubocop.yml file --- Gemfile | 1 + Gemfile.lock | 3 +++ 2 files changed, 4 insertions(+) diff --git a/Gemfile b/Gemfile index af7cd106..26cdb5c6 100644 --- a/Gemfile +++ b/Gemfile @@ -24,4 +24,5 @@ group :development do gem 'guard-minitest' gem "rb-readline" gem "rubocop", require: false + gem "mry" end diff --git a/Gemfile.lock b/Gemfile.lock index 1842c129..d012788d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -50,6 +50,8 @@ GEM minitest (~> 5) minitest-parallel_fork (1.1.2) minitest-profile (0.0.2) + mry (0.78.0.0) + rubocop (>= 0.41.0) nenv (0.3.0) notiffany (0.1.3) nenv (~> 0.1) @@ -96,6 +98,7 @@ DEPENDENCIES minitest-fail-fast minitest-parallel_fork minitest-profile + mry rake rb-readline rubocop