Skip to content

Instantly share code, notes, and snippets.

@uu59
Created May 13, 2014 10:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save uu59/b7c9360d499a5f669a1c to your computer and use it in GitHub Desktop.
Save uu59/b7c9360d499a5f669a1c to your computer and use it in GitHub Desktop.
$ ruby -rubygems -e 'p Gem::Specification.count'
560
$ bundle exec ruby -rubygems -e 'p Gem::Specification.count'
78
$ bundle exec ruby -rubygems -e 'Bundler.with_clean_env { p Gem::Specification.count }'
78
$ bundle exec ruby -rubygems -e 'Bundler.with_clean_env { system("ruby -rubygems -e \"p Gem::Specification.count \"")}'
560
$ bundle exec ruby -rubygems -e 'system("ruby -rubygems -e \"p Gem::Specification.count \"")'
78
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment