Merge pull request #1 from onyx-and-iris/dependabot/bundler/rake-13.0.6

Update rake requirement from ~> 11.2, >= 11.2.2 to >= 11.2.2, ~> 13.0
This commit is contained in:
Onyx and Iris 2023-09-03 16:41:03 +01:00 committed by GitHub
commit 2e774ef185
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View File

@ -19,7 +19,7 @@ GEM
racc
racc (1.7.1)
rainbow (3.1.1)
rake (11.3.0)
rake (13.0.6)
regexp_parser (2.8.1)
rexml (3.2.5)
rubocop (1.52.1)
@ -58,11 +58,12 @@ GEM
PLATFORMS
x64-mingw-ucrt
x86_64-linux
DEPENDENCIES
minitest (~> 5.16, >= 5.16.3)
obsws!
rake (~> 11.2, >= 11.2.2)
rake (~> 13.0, >= 11.2.2)
standard (~> 1.30)
BUNDLED WITH

View File

@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency "waitutil", "~> 0.2.1"
spec.add_development_dependency "standard", "~> 1.30"
spec.add_development_dependency "minitest", "~> 5.16", ">= 5.16.3"
spec.add_development_dependency "rake", "~> 11.2", ">= 11.2.2"
spec.add_development_dependency "rake", ">= 11.2.2", "~> 13.0"
spec.required_ruby_version = ">= 3.0"
spec.metadata = {
"source_code_uri" => "https://github.com/onyx-and-iris/obsws-ruby"