Gemfile in simple_command_dispatcher-3.0.3 vs Gemfile in simple_command_dispatcher-3.0.4

- old
+ new

@@ -10,12 +10,12 @@ gem 'rake', '>= 13.0', '< 14.0' group :development do gem 'pry-byebug', '>= 3.9', '< 4.0' gem 'rdoc', '>= 6.4', '< 7.0' - gem 'rubocop', '>= 1.35', '< 2.0' - gem 'rubocop-performance', '>= 1.14', '< 2.0' - gem 'rubocop-rspec', '~> 2.25' + gem 'rubocop', '>= 1.62', '< 2.0' + gem 'rubocop-performance', '>= 1.20', '< 2.0' + gem 'rubocop-rspec', '>= 2.28', '< 3.0' end group :test do gem 'rspec', '>= 3.10', '< 4.0' end