Gemfile in ccs-frontend_helpers-1.1.2 vs Gemfile in ccs-frontend_helpers-1.2.0

- old
+ new

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