Commit b643255
Changed files (2)
Gemfile
@@ -61,10 +61,10 @@ 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'] == 'production'
- gem 'saml-kit'
-else
+if ENV['RAILS_ENV'] == 'development'
gem 'saml-kit', path: '../saml-kit'
+else
+ gem 'saml-kit', '~> 0.2.1'
end
gem 'rails-assets-bootstrap', source: 'https://rails-assets.org'
gem 'jwt'
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/
@@ -185,6 +175,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)
@@ -234,7 +230,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)
@@ -260,7 +256,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