Gemfile in ccs-frontend_helpers-0.1.2 vs Gemfile in ccs-frontend_helpers-0.2.0
- old
+ new
@@ -8,17 +8,18 @@
# Gems for building the package
gem 'bundler', '~> 2.3'
gem 'rake', '~> 13.1'
# Gems for testing the package
-gem 'capybara', '~> 3.39.2'
-gem 'rspec', '~> 3.12'
+gem 'capybara', '~> 3.40.0'
+gem 'rspec', '~> 3.13'
gem 'simplecov', '~> 0.21'
+gem 'nokogiri-diff', '~> 0.3.0'
# Gems for linting/formatting the package
-gem 'rubocop', '~> 1.57'
-gem 'rubocop-rails', '~> 2.22'
+gem 'rubocop', '~> 1.62'
+gem 'rubocop-rails', '~> 2.24'
gem 'rubocop-rake', '~> 0.6'
-gem 'rubocop-rspec', '~> 2.25'
+gem 'rubocop-rspec', '~> 2.27'
# Gems for documenting the package
gem 'yard', '~> 0.9'