Codebase list facter / upstream/3.11.0 lib / Gemfile
upstream/3.11.0

Tree @upstream/3.11.0 (Download .tar.gz)

Gemfile @upstream/3.11.0raw · history · blame

source ENV['GEM_SOURCE'] || "https://rubygems.org"

group :development, :test do
    gem 'rake', "~> 10.1.0"
    gem 'rspec', "~> 2.11.0"
    gem 'mocha', "~> 0.10.5"
end

if File.exists? "#{__FILE__}.local"
  eval(File.read("#{__FILE__}.local"), binding)
end