Sha256: b78cec4cb9d6fc8194330bb68aa0623ce31288af32079031793f6f3a536d077e
Contents?: true
Size: 415 Bytes
Versions: 5
Compression:
Stored size: 415 Bytes
Contents
source ENV['GEM_SOURCE'] || "https://rubygems.org" def location_for(place, fake_version = nil) if place =~ /^((?:git|https?)[:@][^#]*)#(.*)/ [fake_version, { :git => $1, :branch => $2, :require => false }].compact elsif place =~ /^file:\/\/(.*)/ ['>= 0', { :path => File.expand_path($1), :require => false }] else [place, { :require => false }] end end gem 'rspec' gem 'rspec_junit_formatter'
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
r10k-3.2.3 | docker/Gemfile |
r10k-3.2.1 | docker/Gemfile |
r10k-3.0.4 | docker/Gemfile |
r10k-3.2.0 | docker/Gemfile |
r10k-3.1.1 | docker/Gemfile |