Sha256: f2236b085013aeb1e69cf054e53b8478adf9b3ed1a2872eb691999f5dc011e4f
Contents?: true
Size: 365 Bytes
Versions: 4
Compression:
Stored size: 365 Bytes
Contents
source 'https://rubygems.org' gemspec group :development do gem 'test-unit' gem 'pry' gem 'rubocop' gem 'smart_proxy', :github => "theforeman/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
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
smart_proxy_openscap-0.6.4 | Gemfile |
smart_proxy_openscap-0.6.3 | Gemfile |
smart_proxy_openscap-0.6.2 | Gemfile |
smart_proxy_openscap-0.6.1 | Gemfile |