diff options
| author | mokha <mokha@cisco.com> | 2017-12-01 16:02:27 -0700 |
|---|---|---|
| committer | mokha <mokha@cisco.com> | 2017-12-01 16:02:27 -0700 |
| commit | cfa9b6405e5e595513eba86828f643545fd8d543 (patch) | |
| tree | 06e661ba7d899baf12a4587bf094f7b427cd435b /Gemfile.lock | |
| parent | f7c7bdb75138a7d6e96877460bf0d40ddb09ae12 (diff) | |
use simpler api for building request/response.
Diffstat (limited to 'Gemfile.lock')
| -rw-r--r-- | Gemfile.lock | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index f98533a..5130dbf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,3 +1,13 @@ +PATH + remote: ../saml-kit + specs: + saml-kit (0.2.2) + activemodel (>= 4.2.0) + activesupport (>= 4.2.0) + builder (~> 3.2) + nokogiri (~> 1.8) + xmldsig (~> 0.6) + GEM remote: https://rubygems.org/ remote: https://rails-assets.org/ @@ -172,12 +182,6 @@ GEM ruby_dep (1.5.0) rubyzip (1.2.1) safe_yaml (1.0.4) - saml-kit (0.2.0) - activemodel (>= 4.2.0) - activesupport (>= 4.2.0) - builder (~> 3.2) - nokogiri (~> 1.8) - xmldsig (~> 0.6) sass (3.5.2) sass-listen (~> 4.0.0) sass-listen (4.0.0) @@ -252,7 +256,7 @@ DEPENDENCIES rails-controller-testing rails_12factor rspec-rails (~> 3.6) - saml-kit (~> 0.2.0) + saml-kit! sass-rails (~> 5.0) selenium-webdriver spring |
