diff --git a/Gemfile b/Gemfile index f14a661..ae6584f 100644 --- a/Gemfile +++ b/Gemfile @@ -6,11 +6,10 @@ source 'https://rubygems.org' gemspec group :development do - gem 'rake', '~> 13.0' - + gem 'bundle-audit' gem 'minitest', '~> 5.16' - gem 'pry-byebug' + gem 'rake', '~> 13.0' gem 'rubocop-minitest' gem 'rubocop-performance' gem 'rubocop-rake' diff --git a/Gemfile.lock b/Gemfile.lock index 12dbbe4..354514b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -12,6 +12,11 @@ GEM remote: https://rubygems.org/ specs: ast (2.4.2) + bundle-audit (0.1.0) + bundler-audit + bundler-audit (0.9.1) + bundler (>= 1.2.0, < 3) + thor (~> 1.0) byebug (11.1.3) coderay (1.1.3) diff-lcs (1.5.1) @@ -59,6 +64,7 @@ GEM rubocop (~> 1.0) ruby-filemagic (0.7.3) ruby-progressbar (1.13.0) + thor (1.3.1) tty-color (0.6.0) tty-command (0.10.1) pastel (~> 0.8) @@ -72,6 +78,7 @@ PLATFORMS x86_64-linux DEPENDENCIES + bundle-audit minitest (~> 5.16) namespacer-rb! pry-byebug