Commit dc5a4c0
Changed files (2)
Gemfile
@@ -57,7 +57,7 @@ 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', path: '../saml-kit'
+gem 'saml-kit', '~> 0.2.0'
gem 'rails-assets-bootstrap', source: 'https://rails-assets.org'
gem 'jwt'
gem 'activerecord-session_store'
Gemfile.lock
@@ -1,13 +1,3 @@
-PATH
- remote: ../saml-kit
- specs:
- saml-kit (0.2.0)
- 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/
@@ -179,6 +169,12 @@ 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 +248,7 @@ DEPENDENCIES
rails-assets-bootstrap!
rails-controller-testing
rspec-rails (~> 3.6)
- saml-kit!
+ saml-kit (~> 0.2.0)
sass-rails (~> 5.0)
selenium-webdriver
spring