Skip to content

Commit 54e157d

Browse files
committed
bump gems - todo fix warns
1 parent b4442c4 commit 54e157d

23 files changed

+12
-14
lines changed

Gemfile.lock

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,11 @@ PATH
1212
GEM
1313
remote: https://rubygems.org/
1414
specs:
15-
activesupport (6.1.6)
15+
activesupport (7.0.3)
1616
concurrent-ruby (~> 1.0, >= 1.0.2)
1717
i18n (>= 1.6, < 2)
1818
minitest (>= 5.1)
1919
tzinfo (~> 2.0)
20-
zeitwerk (~> 2.3)
2120
addressable (2.8.0)
2221
public_suffix (>= 2.0.2, < 5.0)
2322
ast (2.4.2)
@@ -26,7 +25,7 @@ GEM
2625
contracts-rspec (0.1.0)
2726
crack (0.4.5)
2827
rexml
29-
diff-lcs (1.4.4)
28+
diff-lcs (1.5.0)
3029
docile (1.4.0)
3130
entitlements (0.1.5.g0306a452)
3231
concurrent-ruby (= 1.1.9)
@@ -35,27 +34,27 @@ GEM
3534
net-ldap (~> 0.17.0)
3635
octokit (~> 4.18)
3736
optimist (= 3.0.0)
38-
faraday (0.17.4)
37+
faraday (0.17.5)
3938
multipart-post (>= 1.2, < 3)
4039
hashdiff (1.0.1)
4140
i18n (1.10.0)
4241
concurrent-ruby (~> 1.0)
43-
json (2.5.1)
42+
json (2.6.2)
4443
minitest (5.15.0)
45-
multipart-post (2.1.1)
46-
net-ldap (0.17.0)
47-
octokit (4.21.0)
44+
multipart-post (2.2.0)
45+
net-ldap (0.17.1)
46+
octokit (4.22.0)
4847
faraday (>= 0.9)
4948
sawyer (~> 0.8.0, >= 0.5.3)
5049
optimist (3.0.0)
5150
parallel (1.22.1)
5251
parser (3.1.2.0)
5352
ast (~> 2.4.1)
54-
public_suffix (4.0.6)
55-
rack (2.2.3)
53+
public_suffix (4.0.7)
54+
rack (2.2.3.1)
5655
rainbow (3.1.1)
5756
rake (13.0.6)
58-
regexp_parser (2.4.0)
57+
regexp_parser (2.5.0)
5958
rexml (3.2.5)
6059
rspec (3.8.0)
6160
rspec-core (~> 3.8.0)
@@ -112,7 +111,6 @@ GEM
112111
addressable (>= 2.3.6)
113112
crack (>= 0.3.2)
114113
hashdiff
115-
zeitwerk (2.5.4)
116114

117115
PLATFORMS
118116
ruby
@@ -135,4 +133,4 @@ DEPENDENCIES
135133
webmock (= 3.4.2)
136134

137135
BUNDLED WITH
138-
2.2.24
136+
2.3.3

spec/unit/entitlements/service/github_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@
338338
it "logs and returns raw text for JSON parsing error" do
339339
answer = "mor chicken mor rewardz!"
340340
stub_request(:post, "https://github.fake/api/v3/graphql").to_return(status: 200, body: answer)
341-
expect(logger).to receive(:error).with("JSON::ParserError 809: unexpected token at 'mor chicken mor rewardz!': \"mor chicken mor rewardz!\"")
341+
expect(logger).to receive(:error).with("JSON::ParserError 859: unexpected token at 'mor chicken mor rewardz!': \"mor chicken mor rewardz!\"")
342342
response = subject.send(:graphql_http_post_real, "nonsense")
343343
expect(response).to eq(code: 500, data: { "body" => "mor chicken mor rewardz!" })
344344
end

vendor/cache/activesupport-6.1.6.gem

-216 KB
Binary file not shown.

vendor/cache/activesupport-7.0.3.gem

218 KB
Binary file not shown.

vendor/cache/diff-lcs-1.4.4.gem

-49.5 KB
Binary file not shown.

vendor/cache/diff-lcs-1.5.0.gem

51.5 KB
Binary file not shown.

vendor/cache/faraday-0.17.4.gem

-71 KB
Binary file not shown.

vendor/cache/faraday-0.17.5.gem

71 KB
Binary file not shown.

vendor/cache/json-2.5.1.gem

-87 KB
Binary file not shown.

vendor/cache/json-2.6.2.gem

65.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)