Sha256: 20d2bc61b17e69de0d18cec741b2408ee34d5241728322a3b56db52573209702
Contents?: true
Size: 417 Bytes
Versions: 1
Compression:
Stored size: 417 Bytes
Contents
source 'https://rubygems.org' gemspec group :development do gem 'test-unit' gem 'pry' gem 'pry-byebug' gem 'rubocop' gem 'smart_proxy', :github => "theforeman/smart-proxy", :branch => ENV.fetch('SMART_PROXY_BRANCH', 'develop') end # load local gemfile local_gemfile = File.join(File.dirname(__FILE__), 'Gemfile.local.rb') self.instance_eval(Bundler.read_file(local_gemfile)) if File.exist?(local_gemfile)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
smart_proxy_openscap-0.12.0 | Gemfile |