Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Gemfile - github.com/twbs/bootstrap-sass.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ff00fd636c6216c0f0681616a1d5677a835ea0c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
source 'https://rubygems.org'

gemspec

# Compass for the dummy app
gem 'compass', require: false

group :development do
  gem 'jekyll'
  gem 'byebug', platforms: [:mri_21, :mri_22], require: false
end