Gemfile in buckaruby-1.3.0 vs Gemfile in buckaruby-1.3.1

- old
+ new

@@ -4,9 +4,9 @@ # Specify your gem's dependencies in buckaruby.gemspec gemspec group :test do - gem 'rubocop', '~> 0.74.0' - gem 'rubocop-performance', '~> 1.4.0' - gem 'rubocop-rspec', '~> 1.35.0' + gem 'rubocop', '~> 0.77.0' + gem 'rubocop-performance', '~> 1.5.1' + gem 'rubocop-rspec', '~> 1.37.0' end