Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: 2captcha/2captcha-ruby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.1
Choose a base ref
...
head repository: 2captcha/2captcha-ruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Loading
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -54,3 +54,10 @@ build-iPhoneSimulator/

# Used by RuboCop. Remote config files pulled in from inherit_from directive.
# .rubocop-https?--*

# DS_Store

.DS_Store
._.DS_Store
**/.DS_Store
**/._.DS_Store
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)
@@ -51,7 +51,7 @@ GEM
time (0.2.2)
date
unicode-display_width (2.4.2)
uri (0.12.1)
uri (0.13.0)

PLATFORMS
ruby
@@ -64,4 +64,4 @@ DEPENDENCIES
ruby-2captcha!

BUNDLED WITH
2.4.12
2.4.22
Loading