1
0
Fork 0
mirror of https://github.com/twbs/bootstrap-sass.git synced 2022-11-09 12:27:02 -05:00
twbs--bootstrap-sass/Gemfile
Gleb Mazovetskiy 16b147f03f tests
2014-08-19 20:42:03 +02:00

10 lines
175 B
Ruby

source 'https://rubygems.org'
gemspec
# Compass for the dummy app
gem 'compass', require: false
group :development do
gem 'byebug', platform: :mri_21, require: false
end