blob: 6a837269193ac9be705cafe9f383523dc991cb36 (
plain)
1
2
3
4
5
6
7
|
# Ruby Gems for the 'core' set of tests
# Run `grunt update-gemfile-lock` to update to the latest compatible versions
source 'https://rubygems.org'
gem 'sass', '~> 3.4.9'
gem 'scss-lint', '~> 0.31'
|