forked from SAML-Toolkits/ruby-saml
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
moved back to 2.1.1, some gemfile modifications
Added a Bundler.require so that bundler will manage the dependencies. Uses ruby-debug for ruby 1.8.*, and uses debugger for anything else. Also, seems as if the debugger gem has yet to support ruby 2.1.2, so moved back to ruby 2.1.1 for now.
- Loading branch information
Christopher Thornton
committed
May 28, 2014
1 parent
044531e
commit de74f68
Showing
3 changed files
with
10 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,5 +2,5 @@ language: ruby | |
rvm: | ||
- 1.8.7 | ||
- 1.9.3 | ||
- 2.1.2 | ||
- 2.1.1 | ||
- ree |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters