sds/haml-lint

View on GitHub
Gemfile

Summary

Maintainability
Test Coverage
# frozen_string_literal: true

source 'https://rubygems.org'

gemspec

gem 'rake' # For testing the Rake integration
gem 'rspec', '~> 3.8'
gem 'rspec-its', '~> 2.0'

# For testing against multiple versions of Haml
gem 'appraisal'

# Run all pre-commit hooks via Overcommit during CI runs
gem 'overcommit', '0.64.1'

# Pin tool versions (which are executed by Overcommit) for CI builds
gem 'rubocop', '1.68.0'
gem 'rubocop-performance', '1.22.1'

gem 'simplecov', '~> 0.22.0'
gem 'simplecov-lcov', '~> 0.8.0'