Skip to content

Commit

Permalink
moved em-winrm to a seperate bundle group to achieve ruby-1.8.7 compa…
Browse files Browse the repository at this point in the history
…tibility
  • Loading branch information
jedi4ever committed Apr 3, 2013
1 parent 4415b52 commit 53bc321
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bundle/config
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
---
BUNDLE_WITHOUT: kvm
10 changes: 9 additions & 1 deletion doc/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,12 @@ If you do need it, run `bundle install --without restrictions` (restrictions is
This will change the file `.bundle/config`, which is ignored by Git per default and must not be included in any commits.

As this is a remembered option, you don't have to specify it every time.
If you want to switch to the default behavior run `bundle install --without kvm` to enable restrictions.
If you want to switch to the default behavior run `bundle install --without kvm` to enable restrictions.

### Running from source git repo and using ruby 1.8.7

By default the :windows gem group is *enabled* . This loads the em-winrm gem which is incompatible with ruby-1.8.7 as it depends on the gss-api gem. To run from source you can do a `bundle install --without windows`

This will change the file `.bundle/config`, which is ignored by Git per default and must not be included in any commits.
If you want to switch to the default behavior run `bundle install --without restrictions` to include it

0 comments on commit 53bc321

Please sign in to comment.