Skip to content

Commit

Permalink
⬆️ ruby-openid2
Browse files Browse the repository at this point in the history
- Fixes undeclared dependencies
  • Loading branch information
pboling committed Sep 20, 2024
1 parent 7421a86 commit 79327a2
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 14 deletions.
38 changes: 25 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
GIT
remote: https://github.com/VitalConnectInc/rots
revision: d11e7d820fa8b9ad49aaca5b9317ec84f5a73b46
remote: https://github.com/oauth-xx/rots
revision: caeacbf72b3b5966c3a299391911557d5771ceee
specs:
rots (0.2.2)
net-http
rack (>= 2.0)
ruby-openid2 (~> 3.0)
yaml

PATH
remote: .
specs:
rack-openid2 (2.0.1)
rack (>= 2.2)
ruby-openid2 (>= 3.0)
ruby-openid2 (~> 3.0, >= 3.0.1)
version_gem (~> 1.1, >= 1.1.4)

GEM
Expand Down Expand Up @@ -37,6 +41,9 @@ GEM
minitest (5.25.1)
minitest-rg (5.3.0)
minitest (~> 5.0)
net-http (0.4.1)
uri
ostruct (0.6.0)
parallel (1.26.3)
parser (3.3.5.0)
ast (~> 2.4.1)
Expand Down Expand Up @@ -73,8 +80,8 @@ GEM
rubocop-ruby2_7 (>= 2.0.4, < 3)
standard-rubocop-lts (>= 1.0.3, < 3)
version_gem (>= 1.1.2, < 3)
rubocop-md (1.2.2)
rubocop (>= 1.0)
rubocop-md (1.2.3)
rubocop (>= 1.45)
rubocop-minitest (0.36.0)
rubocop (>= 1.61, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
Expand All @@ -97,7 +104,9 @@ GEM
rubocop (~> 1.51)
rubocop-thread_safety (0.5.1)
rubocop (>= 0.90.0)
ruby-openid2 (3.0.0)
ruby-openid2 (3.0.1)
net-http (~> 0.4, >= 0.4.1)
rexml (~> 3.3, >= 3.3.7)
version_gem (~> 1.1, >= 1.1.4)
ruby-progressbar (1.13.0)
simplecov (0.22.0)
Expand All @@ -107,11 +116,11 @@ GEM
simplecov-cobertura (2.1.0)
rexml
simplecov (~> 0.19)
simplecov-console (0.9.1)
simplecov-console (0.9.2)
ansi
simplecov
terminal-table
simplecov-html (0.12.3)
simplecov-html (0.13.1)
simplecov-lcov (0.8.0)
simplecov-rcov (0.3.7)
simplecov (>= 0.4.1)
Expand All @@ -136,11 +145,14 @@ GEM
version_gem (>= 1.1.4, < 3)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
unicode-display_width (2.5.0)
unicode-display_width (2.6.0)
uri (0.13.1)
version_gem (1.1.4)
yaml (0.3.0)
yard (0.9.37)
yard-junk (0.0.9)
yard-junk (0.0.10)
backports (>= 3.18)
ostruct
rainbow
yard

Expand All @@ -150,10 +162,10 @@ PLATFORMS
DEPENDENCIES
byebug (>= 11)
kettle-soup-cover (~> 1.0, >= 1.0.2)
minitest
minitest-rg
minitest (>= 5)
minitest-rg (>= 5)
rack-openid2!
rack-session
rack-session (>= 2)
rake (>= 13)
rots!
rubocop-lts (~> 18.2, >= 18.2.1)
Expand Down
2 changes: 1 addition & 1 deletion rack-openid2.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Gem::Specification.new do |spec|
spec.metadata["rubygems_mfa_required"] = "true"

spec.add_dependency("rack", ">= 2.2")
spec.add_dependency("ruby-openid2", ">= 3.0")
spec.add_dependency("ruby-openid2", "~> 3.0", ">= 3.0.1")
spec.add_dependency("version_gem", "~> 1.1", ">= 1.1.4")

# Testing
Expand Down

0 comments on commit 79327a2

Please sign in to comment.