diff options
| author | mo <mo.khan@gmail.com> | 2017-12-01 18:38:42 -0700 |
|---|---|---|
| committer | mo <mo.khan@gmail.com> | 2017-12-01 18:38:42 -0700 |
| commit | 07d05c491f947e37af83471e44a1f96e70665ea4 (patch) | |
| tree | 262a59777c1b013682da6847b04dea051c25ad64 /Gemfile.lock | |
| parent | 89991fea8dbc5941648d63233b28b3fbec212739 (diff) | |
load from local path in development.
Diffstat (limited to 'Gemfile.lock')
| -rw-r--r-- | Gemfile.lock | 20 |
1 files changed, 8 insertions, 12 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 5130dbf..8ba8963 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,13 +1,3 @@ -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/ @@ -182,6 +172,12 @@ GEM ruby_dep (1.5.0) rubyzip (1.2.1) safe_yaml (1.0.4) + saml-kit (0.2.1) + 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) @@ -231,7 +227,7 @@ GEM websocket-driver (0.6.5) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.2) - xmldsig (0.6.4) + xmldsig (0.6.5) nokogiri (>= 1.6.8, < 2.0.0) xpath (2.1.0) nokogiri (~> 1.3) @@ -256,7 +252,7 @@ DEPENDENCIES rails-controller-testing rails_12factor rspec-rails (~> 3.6) - saml-kit! + saml-kit (~> 0.2.1) sass-rails (~> 5.0) selenium-webdriver spring |
