Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove bundler #4

Merged
merged 1 commit into from
Mar 18, 2015
Merged

Conversation

mpapis
Copy link
Collaborator

@mpapis mpapis commented Mar 17, 2015

bundler is no more needed especially in gem development, install gems with:

gem install --file # or short: gem i -g

and to load gems from Gemfile - equivalent of bundle exec:

export RUBYGEMS_GEMDEPS=-

but if you still use bundler you can avoid typing bundle exec and hard-coding it as part of commands (like it would be needed for #3) with rubygems-bundler (Stop using bundle exec)

rwojsznis added a commit that referenced this pull request Mar 18, 2015
@rwojsznis rwojsznis merged commit 4ef02d8 into rwojsznis:master Mar 18, 2015
@mpapis mpapis deleted the bugfix/remove_bundler branch March 18, 2015 08:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants