observer dependency removed

patchbump
This commit is contained in:
onyx-and-iris 2023-07-26 10:52:23 +01:00
parent 8534c59fa2
commit bbfaf486c3
3 changed files with 1 additions and 4 deletions

View File

@ -2,7 +2,6 @@ PATH
remote: .
specs:
obsws (0.2.0)
observer (~> 0.1.1)
waitutil (~> 0.2.1)
websocket-driver (~> 0.7.5)
@ -14,7 +13,6 @@ GEM
language_server-protocol (3.17.0.3)
lint_roller (1.1.0)
minitest (5.16.3)
observer (0.1.1)
parallel (1.23.0)
parser (3.2.2.3)
ast (~> 2.4.1)

View File

@ -11,7 +11,7 @@ module OBSWS
end
def patch
0
1
end
def to_a

View File

@ -13,7 +13,6 @@ Gem::Specification.new do |spec|
spec.extra_rdoc_files = Dir["README.md", "CHANGELOG.md", "LICENSE"]
spec.homepage = "https://rubygems.org/gems/obsws"
spec.license = "MIT"
spec.add_runtime_dependency "observer", "~> 0.1.1"
spec.add_runtime_dependency "websocket-driver", "~> 0.7.5"
spec.add_runtime_dependency "waitutil", "~> 0.2.1"
spec.add_development_dependency "standard", "~> 1.30"