Gemfile in buckaruby-1.3.1 vs Gemfile in buckaruby-1.4.0

- old
+ new

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