diff options
| author | mo <mo.khan@gmail.com> | 2017-12-28 12:43:41 -0700 |
|---|---|---|
| committer | mo <mo.khan@gmail.com> | 2017-12-28 12:43:41 -0700 |
| commit | 49c0a2c7c2e0cb9b89656e3c833749f244d61fd2 (patch) | |
| tree | 7a22a07a5d5c41456d0428cef79f9b3a53ad0d61 | |
| parent | 3fb1ce989dd74d1f612b4a1b603fdb24ceb3fb7b (diff) | |
saml-kit 0.3.1
| -rw-r--r-- | Gemfile | 2 | ||||
| -rw-r--r-- | Gemfile.lock | 14 |
2 files changed, 10 insertions, 6 deletions
@@ -61,6 +61,6 @@ end # Windows does not include zoneinfo files, so bundle the tzinfo-data gem gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] gem 'dotenv-rails' -gem "saml-kit", '0.2.15' +gem "saml-kit", '0.3.1' gem "rails-assets-bootstrap", source: "https://rails-assets.org" gem "rails-assets-jquery", source: "https://rails-assets.org" diff --git a/Gemfile.lock b/Gemfile.lock index 1f229ef..1876bff 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -172,12 +172,10 @@ GEM ruby_dep (1.5.0) rubyzip (1.2.1) safe_yaml (1.0.4) - saml-kit (0.2.15) + saml-kit (0.3.1) activemodel (>= 4.2.0) - builder (~> 3.2) nokogiri (~> 1.8) - tilt (~> 2.0) - xmldsig (~> 0.6) + xml-kit (= 0.1.0) sass (3.5.2) sass-listen (~> 4.0.0) sass-listen (4.0.0) @@ -227,6 +225,12 @@ GEM websocket-driver (0.6.5) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.2) + xml-kit (0.1.0) + activemodel (>= 4.2.0) + builder (~> 3.2) + nokogiri (~> 1.8) + tilt (~> 2.0) + xmldsig (~> 0.6) xmldsig (0.6.5) nokogiri (>= 1.6.8, < 2.0.0) xpath (2.1.0) @@ -252,7 +256,7 @@ DEPENDENCIES rails-controller-testing rails_12factor rspec-rails (~> 3.6) - saml-kit (= 0.2.15) + saml-kit (= 0.3.1) sass-rails (~> 5.0) selenium-webdriver spring |
