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

fixes compatibility with guard-bundler gem #208

Merged
merged 1 commit into from
Oct 14, 2013
Merged

fixes compatibility with guard-bundler gem #208

merged 1 commit into from
Oct 14, 2013

Conversation

glanotte
Copy link
Member

Changes instances of Bundler to ::Bundler to prevent it from attempting
to reference Guard::Bundler.

When attempting to run with both gems installed, you would receive the following error:

Guard::RSpec failed to achieve its <run_all>, exception was:
> [#F722A29A3B60] NoMethodError: undefined method `with_clean_env' for Guard::Bundler:Class

Changes instances of Bundler to ::Bundler to prevent it from attempting
to reference Guard::Bundler.
@coveralls
Copy link

Coverage Status

Coverage increased (+6.88%) when pulling 8f71c5e on glanotte:master into 4dbb9e3 on guard:master.

@thibaudgg
Copy link
Member

Thanks!

thibaudgg added a commit that referenced this pull request Oct 14, 2013
fixes compatibility with guard-bundler gem
@thibaudgg thibaudgg merged commit 29583b8 into guard:master Oct 14, 2013
@thibaudgg
Copy link
Member

4.0.1 released!

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.

None yet

3 participants