Commit 7ade187
Changed files (2)
Gemfile
@@ -61,11 +61,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'
-if ENV['RAILS_ENV'] == 'development'
- gem 'saml-kit', path: '../saml-kit'
-else
- gem 'saml-kit', '~> 0.2.4'
-end
+gem 'saml-kit', '0.2.7'
gem 'rails-assets-bootstrap', source: 'https://rails-assets.org'
gem 'jwt'
gem 'activerecord-session_store'
Gemfile.lock
@@ -175,7 +175,7 @@ GEM
ruby_dep (1.5.0)
rubyzip (1.2.1)
safe_yaml (1.0.4)
- saml-kit (0.2.4)
+ saml-kit (0.2.7)
activemodel (>= 4.2.0)
builder (~> 3.2)
nokogiri (~> 1.8)
@@ -256,7 +256,7 @@ DEPENDENCIES
rails-controller-testing
rails_12factor
rspec-rails (~> 3.6)
- saml-kit (~> 0.2.4)
+ saml-kit (= 0.2.7)
sass-rails (~> 5.0)
selenium-webdriver
spring