Ruby test
Ruby
code posted
created at 07 Oct 01:23
Edit
|
Back
1 2 3 4 5 6 7 8 9 10 11 12 |
# ./Gemfile source 'https://rubygems.org' gem 'nokogiri' gem 'rack', '~>1.1' group :test, :development do gem 'rspec' end gem 'some_local_gem', :path => '/local/gem/path' gem 'gem_hosted_on_github', :git => 'git@github/author/nice_gem.git' # $> bundle install |
276 Bytes in 1 ms with coderay