Gemfile in ccs-frontend_helpers-2.0.0 vs Gemfile in ccs-frontend_helpers-2.1.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.68' +gem 'rubocop', '~> 1.69' gem 'rubocop-capybara', '~> 2.20' -gem 'rubocop-rails', '~> 2.27' +gem 'rubocop-rails', '~> 2.28' gem 'rubocop-rake', '~> 0.6' -gem 'rubocop-rspec', '~> 3.2' +gem 'rubocop-rspec', '~> 3.3' # Gems for documenting the package gem 'yard', '~> 0.9'