Skip to content

Commit fe2df2e

Browse files
committed
⬆️ Update appraisals
1 parent ebe4d67 commit fe2df2e

19 files changed

+34
-22
lines changed

.rubocop_gradual.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@
3434
"lib/oauth/tokens/consumer_token.rb:3696415131": [
3535
[9, 5, 155, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 349576019]
3636
],
37-
"oauth.gemspec:1162988997": [
38-
[122, 3, 40, "Gemspec/DependencyVersion: Dependency version specification is required.", 2300588954],
39-
[124, 3, 44, "Gemspec/DependencyVersion: Dependency version specification is required.", 1905290578],
40-
[125, 3, 46, "Gemspec/DependencyVersion: Dependency version specification is required.", 4289565910]
37+
"oauth.gemspec:1684970822": [
38+
[120, 3, 40, "Gemspec/DependencyVersion: Dependency version specification is required.", 2300588954],
39+
[122, 3, 44, "Gemspec/DependencyVersion: Dependency version specification is required.", 1905290578],
40+
[123, 3, 46, "Gemspec/DependencyVersion: Dependency version specification is required.", 4289565910]
4141
],
4242
"spec/oauth/backwards_compatibility_spec.rb:4041711732": [
4343
[3, 16, 25, "RSpec/DescribeClass: The first argument to describe should be the class or module being tested.", 3956042931]

Gemfile.lock

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,9 @@ GEM
114114
concurrent-ruby (1.3.5)
115115
connection_pool (2.5.4)
116116
cookiejar (0.3.4)
117+
crack (1.0.1)
118+
bigdecimal
119+
rexml
117120
crass (1.0.6)
118121
date (3.5.0)
119122
debug (1.11.0)
@@ -176,6 +179,7 @@ GEM
176179
version_gem (~> 1.1, >= 1.1.8)
177180
globalid (1.3.0)
178181
activesupport (>= 6.1)
182+
hashdiff (1.2.1)
179183
hashie (5.0.0)
180184
http-accept (1.7.0)
181185
http-cookie (1.1.0)
@@ -475,7 +479,13 @@ GEM
475479
unicode-emoji (4.1.0)
476480
uri (1.1.1)
477481
useragent (0.16.11)
482+
vcr (6.3.1)
483+
base64
478484
version_gem (1.1.9)
485+
webmock (3.26.1)
486+
addressable (>= 2.8.0)
487+
crack (>= 0.3.2)
488+
hashdiff (>= 0.4.0, < 2.0.0)
479489
websocket-driver (0.8.0)
480490
base64
481491
websocket-extensions (>= 0.1.0)
@@ -527,6 +537,8 @@ DEPENDENCIES
527537
stone_checksums (~> 1.0, >= 1.0.2)
528538
stringio (>= 3.0)
529539
typhoeus (>= 0.1.13)
540+
vcr (>= 4)
541+
webmock (>= 3)
530542
yard (~> 0.9, >= 0.9.37)
531543
yard-junk (~> 0.0, >= 0.0.10)!
532544
yard-relative_markdown_links (~> 0.5.0)

gemfiles/audit.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file was generated by Appraisal2
22

3-
source "https://rubygems.org"
3+
source "https://gem.coop"
44

55
gemspec path: "../"
66

gemfiles/coverage.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file was generated by Appraisal2
22

3-
source "https://rubygems.org"
3+
source "https://gem.coop"
44

55
gemspec path: "../"
66

gemfiles/current.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file was generated by Appraisal2
22

3-
source "https://rubygems.org"
3+
source "https://gem.coop"
44

55
gemspec path: "../"
66

gemfiles/dep_heads.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file was generated by Appraisal2
22

3-
source "https://rubygems.org"
3+
source "https://gem.coop"
44

55
gem "oauth-tty", branch: "main", git: "https://github.com/ruby-oauth/oauth-tty"
66

gemfiles/head.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file was generated by Appraisal2
22

3-
source "https://rubygems.org"
3+
source "https://gem.coop"
44

55
gem "cgi", ">= 0.5"
66
gem "benchmark", "~> 0.4", ">= 0.4.1"

gemfiles/ruby_2_3.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file was generated by Appraisal2
22

3-
source "https://rubygems.org"
3+
source "https://gem.coop"
44

55
gemspec path: "../"
66

gemfiles/ruby_2_4.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file was generated by Appraisal2
22

3-
source "https://rubygems.org"
3+
source "https://gem.coop"
44

55
gemspec path: "../"
66

gemfiles/ruby_2_5.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file was generated by Appraisal2
22

3-
source "https://rubygems.org"
3+
source "https://gem.coop"
44

55
gemspec path: "../"
66

0 commit comments

Comments
 (0)