Skip to content

Commit

Permalink
Update ruby-openid requirement from ~> 2.1.8 to >= 2.1.8, < 2.10.0
Browse files Browse the repository at this point in the history
Updates the requirements on [ruby-openid](https://github.com/openid/ruby-openid) to permit the latest version.
- [Release notes](https://github.com/openid/ruby-openid/releases)
- [Changelog](https://github.com/openid/ruby-openid/blob/master/CHANGELOG.md)
- [Commits](https://github.com/openid/ruby-openid/commits/v2.9.2)

---
updated-dependencies:
- dependency-name: ruby-openid
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 15, 2022
1 parent e9d50eb commit a3cff99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ PATH
json (~> 1.6.3)
nokogiri (>= 1.5, < 1.14)
ruby-hmac (~> 0.4.0)
ruby-openid (~> 2.1.8)
ruby-openid (>= 2.1.8, < 2.10.0)

GEM
remote: http://rubygems.org/
Expand All @@ -31,7 +31,7 @@ GEM
racc (1.6.0)
rake (12.3.3)
ruby-hmac (0.4.0)
ruby-openid (2.1.8)
ruby-openid (2.9.2)
shoulda (2.11.3)

PLATFORMS
Expand Down
2 changes: 1 addition & 1 deletion flix4r.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Gem::Specification.new do |s|
s.add_dependency 'json', '~> 1.6.3'
s.add_dependency 'nokogiri', '>= 1.5', '< 1.14'
s.add_dependency 'ruby-hmac', '~> 0.4.0'
s.add_dependency 'ruby-openid', '~> 2.1.8'
s.add_dependency 'ruby-openid', '>= 2.1.8', '< 2.10.0'
s.add_development_dependency 'mocha'
s.add_development_dependency 'rake'
s.add_development_dependency 'shoulda'
Expand Down

0 comments on commit a3cff99

Please sign in to comment.