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

gemspec

group :development do
  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