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: c3e88743782a9cc3afd6b33cea9fed3e24d562d4 (plain)
1
2
3
4
5
6
7
8
9
10
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