From 884cc4d1ed77f2b3aab40bef9469e907231db5f6 Mon Sep 17 00:00:00 2001 From: PBadicean Date: Thu, 14 Nov 2024 15:15:34 +0200 Subject: [PATCH] update rexml --- Gemfile.lock | 8 ++++---- api_2captcha.gemspec | 7 ++----- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 7481461..0ee41d4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ruby-2captcha (1.0.2) + ruby-2captcha (1.1.5) GEM remote: https://rubygems.org/ @@ -20,7 +20,7 @@ GEM rainbow (3.1.1) rake (13.0.6) regexp_parser (2.8.0) - rexml (3.2.5) + rexml (3.3.9) rspec (3.12.0) rspec-core (~> 3.12.0) rspec-expectations (~> 3.12.0) @@ -34,7 +34,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) rspec-support (3.12.0) - rubocop (1.51.0) + rubocop (1.50.2) json (~> 2.3) parallel (~> 1.10) parser (>= 3.2.0.0) @@ -64,4 +64,4 @@ DEPENDENCIES ruby-2captcha! BUNDLED WITH - 2.4.12 + 2.4.22 diff --git a/api_2captcha.gemspec b/api_2captcha.gemspec index ac762e7..4d7bd00 100644 --- a/api_2captcha.gemspec +++ b/api_2captcha.gemspec @@ -19,11 +19,8 @@ Gem::Specification.new do |spec| spec.metadata["changelog_uri"] = "https://github.com/2captcha/2captcha-ruby/releases" spec.metadata["github_repo"] = "ssh://github.com/2captcha/2captcha-ruby" spec.metadata["bug_tracker_uri"] = "https://github.com/2captcha/2captcha-ruby/issues" - spec.metadata["keywords"] = [ - '2captcha', 'captcha solver', 'captcha bypass', 'Ruby', 'automation', - 'CAPTCHA API', 'CAPTCHA recognition', 'anti-captcha', 'reCAPTCHA', 'OCR', - 'image recognition', 'human verification', 'bot protection', 'recaptcha' - ] + spec.metadata["keywords"] = "2captcha, captcha solver, captcha bypass, Ruby, automation, CAPTCHA API, CAPTCHA recognition, anti-captcha, reCAPTCHA, OCR, image recognition, human verification, bot protection, recaptcha" + # Specify which files should be added to the gem when it is released. # The `git ls-files -z` loads the files in the RubyGem that have been added into git.