Sha256: ccfbab47dc592ae8ecfed0c2abdd5512154986cb0f904a60b17776a6412d63ee

Contents?: true

Size: 495 Bytes

Versions: 7

Compression:

Stored size: 495 Bytes

Contents

source :rubygems

# only this really need to be present on the system
gem 'rubygems'

# non exising gem must be ordered as second gem
gem 'not_existing_gem', :group => :fail

# all the others are not required to have passing tests
gem 'deltacloud-client', :require => 'deltacloud'
gem 'will_paginate', '>= 3.0.pre1'
gem 'fastercsv' , :platforms => :mri_18
gem 'cinch' , :platforms => :mri_19

group :development, :test do
  gem 'rubygems-command'
  gem 'vcr'
  gem 'webmock'
  gem 'launchy'
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
bundler_ext-0.4.2 spec/fixtures/Gemfile.in
bundler_ext-0.4.1 spec/fixtures/Gemfile.in
bundler_ext-0.4.0 spec/fixtures/Gemfile.in
bundler_ext-0.3.2 spec/fixtures/Gemfile.in
bundler_ext-0.3.1 spec/fixtures/Gemfile.in
bundler_ext-0.3.0 spec/fixtures/Gemfile.in
bundler_ext-0.2.0 spec/fixtures/Gemfile.in