mirror of
https://github.com/onyx-and-iris/obsws-ruby.git
synced 2024-11-15 18:50:47 +00:00
Update rake requirement from ~> 11.2, >= 11.2.2 to >= 11.2.2, ~> 13.0
Updates the requirements on [rake](https://github.com/ruby/rake) to permit the latest version. - [Release notes](https://github.com/ruby/rake/releases) - [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc) - [Commits](https://github.com/ruby/rake/compare/v11.3.0...v13.0.6) --- updated-dependencies: - dependency-name: rake dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
fac83a0dde
commit
3e661b23a3
@ -19,7 +19,7 @@ GEM
|
|||||||
racc
|
racc
|
||||||
racc (1.7.1)
|
racc (1.7.1)
|
||||||
rainbow (3.1.1)
|
rainbow (3.1.1)
|
||||||
rake (11.3.0)
|
rake (13.0.6)
|
||||||
regexp_parser (2.8.1)
|
regexp_parser (2.8.1)
|
||||||
rexml (3.2.5)
|
rexml (3.2.5)
|
||||||
rubocop (1.52.1)
|
rubocop (1.52.1)
|
||||||
@ -58,11 +58,12 @@ GEM
|
|||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
x64-mingw-ucrt
|
x64-mingw-ucrt
|
||||||
|
x86_64-linux
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
minitest (~> 5.16, >= 5.16.3)
|
minitest (~> 5.16, >= 5.16.3)
|
||||||
obsws!
|
obsws!
|
||||||
rake (~> 11.2, >= 11.2.2)
|
rake (~> 13.0, >= 11.2.2)
|
||||||
standard (~> 1.30)
|
standard (~> 1.30)
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
|
@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
|
|||||||
spec.add_runtime_dependency "waitutil", "~> 0.2.1"
|
spec.add_runtime_dependency "waitutil", "~> 0.2.1"
|
||||||
spec.add_development_dependency "standard", "~> 1.30"
|
spec.add_development_dependency "standard", "~> 1.30"
|
||||||
spec.add_development_dependency "minitest", "~> 5.16", ">= 5.16.3"
|
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.required_ruby_version = ">= 3.0"
|
||||||
spec.metadata = {
|
spec.metadata = {
|
||||||
"source_code_uri" => "https://github.com/onyx-and-iris/obsws-ruby"
|
"source_code_uri" => "https://github.com/onyx-and-iris/obsws-ruby"
|
||||||
|
Loading…
Reference in New Issue
Block a user