Gemfile in ccs-frontend_helpers-0.1.0 vs Gemfile in ccs-frontend_helpers-0.1.1.rc.1
- old
+ new
@@ -3,8 +3,22 @@
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'
-gem 'rspec', '~> 3.0'
+# Gems for testing the package
+gem 'capybara', '~> 3.39.2'
+gem 'rspec', '~> 3.12'
+gem 'simplecov', '~> 0.21'
+
+# Gems for linting/formatting the package
+gem 'rubocop', '~> 1.57'
+gem 'rubocop-rails', '~> 2.21'
+gem 'rubocop-rake', '~> 0.6'
+gem 'rubocop-rspec', '~> 2.24'
+
+# Gems for documenting the package
+gem 'yard', '~> 0.9'