summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authormo <mo.khan@gmail.com>2017-12-16 12:17:22 -0700
committermo <mo.khan@gmail.com>2017-12-16 12:17:22 -0700
commit748f4e2b002638ec8bbb1a2e16d3c55a9fbd6106 (patch)
tree9995cf61f686a634d2975b66353d9c4b3885d2ea /Gemfile
parentbec19418dd435f95dfc214d13a9b40ed50e1df3d (diff)
use latest saml-kit.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile6
1 files changed, 1 insertions, 5 deletions
diff --git a/Gemfile b/Gemfile
index a1d974d..c2f75a5 100644
--- a/Gemfile
+++ b/Gemfile
@@ -61,10 +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'
-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 "rails-assets-jquery", source: "https://rails-assets.org"