Skip to content

Commit 82b2180

Browse files
chore(deps): update faye-websocket requirement from ~> 0.11.0 to >= 0.11, < 0.13 (#617)
Updates the requirements on [faye-websocket](https://github.com/faye/faye-websocket-ruby) to permit the latest version. - [Changelog](https://github.com/faye/faye-websocket-ruby/blob/main/CHANGELOG.md) - [Commits](faye/faye-websocket-ruby@0.11.0...0.12.0) --- updated-dependencies: - dependency-name: faye-websocket dependency-version: 0.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e26e4bb commit 82b2180

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

appium_lib_core.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
2121
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
2222
spec.require_paths = ['lib']
2323

24-
spec.add_dependency 'faye-websocket', '~> 0.11.0'
24+
spec.add_dependency 'faye-websocket', '>= 0.11', '< 0.13'
2525
spec.add_dependency 'selenium-webdriver', '~> 4.21'
2626

2727
spec.metadata['rubygems_mfa_required'] = 'true'

0 commit comments

Comments
 (0)