Gemfile in ccs-frontend_helpers-0.1.0.rc.7 vs Gemfile in ccs-frontend_helpers-0.1.0

- old
+ new

@@ -3,22 +3,8 @@ source 'https://rubygems.org' # Specify your gem's dependencies in ccs-frontend_helpers.gemspec gemspec -# Gems for building the package -gem 'bundler', '~> 2.3' gem 'rake', '~> 13.0' -# Gems for testing the package -gem 'capybara', '~> 3.39.0' -gem 'rspec', '~> 3.12' -gem 'simplecov', '~> 0.21' - -# Gems for linting/formatting the package -gem 'rubocop', '~> 1.36' -gem 'rubocop-rails', '~> 2.16' -gem 'rubocop-rake', '~> 0.6' -gem 'rubocop-rspec', '~> 2.13' - -# Gems for documenting the package -gem 'yard', '~> 0.9' +gem 'rspec', '~> 3.0'