change gem for saml idp
This commit is contained in:
parent
ee499da8e8
commit
0ccb85b139
2 changed files with 15 additions and 3 deletions
2
Gemfile
2
Gemfile
|
@ -72,7 +72,7 @@ gem 'rake-progressbar', require: false
|
|||
gem 'rexml' # add missing gem due to ruby3 (https://github.com/Shopify/bootsnap/issues/325)
|
||||
gem 'rgeo-geojson'
|
||||
gem 'rqrcode'
|
||||
gem 'ruby-saml-idp'
|
||||
gem 'saml_idp'
|
||||
gem 'sanitize-url'
|
||||
gem 'sassc-rails' # Use SCSS for stylesheets
|
||||
gem 'sentry-delayed_job'
|
||||
|
|
16
Gemfile.lock
16
Gemfile.lock
|
@ -633,13 +633,18 @@ GEM
|
|||
ruby-graphviz (1.2.5)
|
||||
rexml
|
||||
ruby-progressbar (1.11.0)
|
||||
ruby-saml-idp (0.3.5)
|
||||
ruby-vips (2.1.4)
|
||||
ffi (~> 1.12)
|
||||
ruby2_keywords (0.0.5)
|
||||
ruby_parser (3.15.1)
|
||||
sexp_processor (~> 4.9)
|
||||
rubyzip (2.3.0)
|
||||
saml_idp (0.14.0)
|
||||
activesupport (>= 5.2)
|
||||
builder (>= 3.0)
|
||||
nokogiri (>= 1.6.2)
|
||||
rexml
|
||||
xmlenc (>= 0.7.1)
|
||||
sanitize (6.0.0)
|
||||
crass (~> 1.0.2)
|
||||
nokogiri (>= 1.12.0)
|
||||
|
@ -780,6 +785,13 @@ GEM
|
|||
websocket-driver (0.7.5)
|
||||
websocket-extensions (>= 0.1.0)
|
||||
websocket-extensions (0.1.5)
|
||||
xmlenc (0.8.0)
|
||||
activemodel (>= 3.0.0)
|
||||
activesupport (>= 3.0.0)
|
||||
nokogiri (>= 1.6.0, < 2.0.0)
|
||||
xmlmapper (>= 0.7.3)
|
||||
xmlmapper (0.8.1)
|
||||
nokogiri (~> 1.11)
|
||||
xpath (3.2.0)
|
||||
nokogiri (~> 1.8)
|
||||
zeitwerk (2.6.0)
|
||||
|
@ -889,7 +901,7 @@ DEPENDENCIES
|
|||
rubocop-performance
|
||||
rubocop-rails
|
||||
rubocop-rspec
|
||||
ruby-saml-idp
|
||||
saml_idp
|
||||
sanitize-url
|
||||
sassc-rails
|
||||
scss_lint
|
||||
|
|
Loading…
Reference in a new issue