Gemfile in ccs-frontend_helpers-1.2.0 vs Gemfile in ccs-frontend_helpers-2.0.0

- old
+ new

@@ -14,13 +14,13 @@ gem 'rspec', '~> 3.13' gem 'simplecov', '~> 0.21' gem 'nokogiri-diff', '~> 0.3.0' # Gems for linting/formatting the package -gem 'rubocop', '~> 1.66' +gem 'rubocop', '~> 1.68' gem 'rubocop-capybara', '~> 2.20' -gem 'rubocop-rails', '~> 2.26' +gem 'rubocop-rails', '~> 2.27' gem 'rubocop-rake', '~> 0.6' -gem 'rubocop-rspec', '~> 3.0' +gem 'rubocop-rspec', '~> 3.2' # Gems for documenting the package gem 'yard', '~> 0.9'