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

11 lines
187 B
Text
Raw Normal View History

2014-05-04 10:49:44 +02:00
source 'https://rubygems.org'
2013-12-03 14:27:08 +01:00
gemspec
2014-06-16 22:40:40 +02:00
2014-09-02 23:48:44 +02:00
# Compass for the dummy app
gem 'compass', require: false
2014-06-16 22:40:40 +02:00
group :development do
2015-02-25 01:43:00 +00:00
gem 'byebug', platforms: [:mri_21, :mri_22], require: false
2014-06-16 22:40:40 +02:00
end