Gemfile in nano-bots-3.0.1 vs Gemfile in nano-bots-3.2.0

- old
+ new

@@ -4,9 +4,9 @@ gemspec group :test, :development do gem 'pry-byebug', '~> 3.10', '>= 3.10.1' - gem 'rspec', '~> 3.12' - gem 'rubocop', '~> 1.59' - gem 'rubocop-rspec', '~> 2.26', '>= 2.26.1' + gem 'rspec', '~> 3.13' + gem 'rubocop', '~> 1.64', '>= 1.64.1' + gem 'rubocop-rspec', '~> 3.0', '>= 3.0.1' end