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

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

gemspec

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

group :development do
  gem 'term-ansicolor'
end

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