Ruby test

Ruby code posted
created at 07 Oct 01:24

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' if 1 < 2
gem 'gem_hosted_on_github', :git => 'git@github/author/nice_gem.git'

# $> bundle install
285 Bytes in 2 ms with coderay