Skip to content

Commit

Permalink
Update and pin ruby-saml and nokogiri gems
Browse files Browse the repository at this point in the history
  • Loading branch information
samudary committed Oct 29, 2021
1 parent 2cd2f5c commit 58417ba
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
34 changes: 17 additions & 17 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,47 +8,47 @@ GIT
PATH
remote: .
specs:
fake_idp (1.0.3)
fake_idp (1.0.4)
activemodel (>= 5.2.5, < 7.0)
builder (>= 3.2.2)
nokogiri (>= 1.10.5)
ruby-saml (~> 1.12)
nokogiri (~> 1.12.5)
ruby-saml (~> 1.13.0)
ruby-saml-idp
sinatra (~> 2.0.0)
xmlenc (>= 0.7.1)

GEM
remote: https://rubygems.org/
specs:
activemodel (6.1.3.1)
activesupport (= 6.1.3.1)
activesupport (6.1.3.1)
activemodel (6.1.4.1)
activesupport (= 6.1.4.1)
activesupport (6.1.4.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
builder (3.2.4)
coderay (1.1.2)
concurrent-ruby (1.1.8)
concurrent-ruby (1.1.9)
diff-lcs (1.4.2)
dotenv (1.0.2)
i18n (1.8.10)
concurrent-ruby (~> 1.0)
macaddr (1.7.1)
systemu (~> 2.6.2)
method_source (0.9.2)
mini_portile2 (2.5.1)
mini_portile2 (2.6.1)
minitest (5.14.4)
mustermann (1.1.1)
ruby2_keywords (~> 0.0.1)
nokogiri (1.11.3)
mini_portile2 (~> 2.5.0)
nokogiri (1.12.5)
mini_portile2 (~> 2.6.1)
racc (~> 1.4)
pry (0.12.2)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
racc (1.5.2)
racc (1.6.0)
rack (2.2.3)
rack-protection (2.0.8.1)
rack
Expand All @@ -67,10 +67,10 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.3)
ruby-saml (1.12.2)
ruby-saml (1.13.0)
nokogiri (>= 1.10.5)
rexml
ruby2_keywords (0.0.4)
ruby2_keywords (0.0.5)
sinatra (2.0.8.1)
mustermann (~> 1.0)
rack (~> 2.0)
Expand All @@ -82,14 +82,14 @@ GEM
concurrent-ruby (~> 1.0)
uuid (2.3.8)
macaddr (~> 1.0)
xmlenc (0.7.1)
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.7.3)
nokogiri (~> 1.5)
zeitwerk (2.4.2)
xmlmapper (0.8.1)
nokogiri (~> 1.11)
zeitwerk (2.5.1)

PLATFORMS
ruby
Expand Down
4 changes: 2 additions & 2 deletions fake_idp.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_dependency "nokogiri", ">= 1.10.5"
spec.add_dependency "nokogiri", "~> 1.12.5"
spec.add_dependency "builder", ">= 3.2.2"
spec.add_dependency "activemodel", ">= 5.2.5", "< 7.0"
spec.add_dependency "xmlenc", ">= 0.7.1"
Expand All @@ -35,5 +35,5 @@ Gem::Specification.new do |spec|

spec.add_runtime_dependency "sinatra", "~> 2.0.0"
spec.add_runtime_dependency "ruby-saml-idp"
spec.add_runtime_dependency "ruby-saml", "~> 1.12"
spec.add_runtime_dependency "ruby-saml", "~> 1.13.0"
end

0 comments on commit 58417ba

Please sign in to comment.