Gemfile in light-service-ext-0.1.5 vs Gemfile in light-service-ext-0.1.6
- old
+ new
@@ -3,9 +3,9 @@
source "https://rubygems.org"
# Specify your gem's dependencies in light-service-ext.gemspec
gemspec
-gem "rubocop", "~> 1.44.1"
-gem "rubocop-performance", ">= 1.16.0"
+gem 'rubocop', '~> 1.56', '>= 1.56.1'
+gem 'rubocop-performance', '~> 1.19'
gem "rubocop-rake", ">= 0.6.0"
-gem "rubocop-rspec", ">= 2.18.1"
+gem 'rubocop-rspec', '~> 2.23', '>= 2.23.2'