Skip to content

Instantly share code, notes, and snippets.

@ebenoist
Created February 11, 2015 15:50
Show Gist options
  • Save ebenoist/2b54075341f8fc45a80e to your computer and use it in GitHub Desktop.
Save ebenoist/2b54075341f8fc45a80e to your computer and use it in GitHub Desktop.
Bundler minitest bug

bundler env

[master][~/development/minitest-bundler-bug]❥ bundler env
Bundler 1.7.3
Ruby 2.1.2 (2014-05-08 patchlevel 95) [x86_64-darwin13.0]
Rubygems 2.2.2
GEM_HOME


Gemfile
source 'https://rubygems.org'

# Specify your gem's dependencies in minitest-bundler-bug.gemspec
gemspec


Gemfile.lock
PATH
  remote: .
  specs:
    minitest-bundler-bug (0.0.1)

GEM
  remote: https://rubygems.org/
  specs:
    rake (10.4.2)

PLATFORMS
  ruby

DEPENDENCIES
  bundler (~> 1.7)
  minitest-bundler-bug!
  rake (~> 10.0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment