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

gemspec

platform :rbx do
  gem 'rubysl', '~> 2.0'
  gem 'rubysl-json', '~> 2.0'
  gem 'rubysl-test-unit', '~> 2.0'
  gem 'racc'
end