# frozen_string_literal: true 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.1' # 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.22' gem 'rubocop-rake', '~> 0.6' gem 'rubocop-rspec', '~> 2.25' # Gems for documenting the package gem 'yard', '~> 0.9'