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.
Aligning dependencies between Gemfile and the gemspec.
It's unfortunate that the gemspec and Gemfile was out of sync, one listed canonix as a dependency, another xmlcanonicalizer. Tests pass with this commit and future changes should stick to modifying the gemspec unless you for some good reason need e.g. bundler groups or platform restrictions.
- Loading branch information
Showing
3 changed files
with
20 additions
and
36 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 |
---|---|---|
@@ -1,8 +1,3 @@ | ||
source 'http://rubygems.org' | ||
|
||
gem 'rake' | ||
gem 'shoulda', "~>3.0.1" | ||
gem 'mocha', "~>0.10.5" | ||
gem 'ruby-debug', "~>0.10.4" | ||
gem 'uuid', "~>2.3.5" | ||
gem 'xmlcanonicalizer', "~>0.1.1" | ||
gemspec |
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