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: c685ce871ae8b7b598804e479527bb1b0e1b9f79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
source 'https://rubygems.org'

gemspec

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

group :development do
  gem 'term-ansicolor'
  source 'https://rails-assets.org' do
    gem 'rails-assets-tether', '>= 1.1.0'
  end
end

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