Skip to content

Commit cafab39

Browse files
maennchensschuberth
authored andcommitted
test(bundler): update expected output for multi_json homepage move
The multi_json gem has been transferred from **intridea** to **sferik** and its README now declares https://github.com/sferik/multi_json as the canonical project URL. Update the Bundler functional-test expectation (`bundler-expected-output-gemspec.yml`) to reflect the new `homepage_url` value so the test remains green. Signed-off-by: Jonatan Männchen <jonatan@maennchen.ch>
1 parent 196d1ba commit cafab39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/package-managers/bundler/src/funTest/assets/projects/synthetic/bundler-expected-output-gemspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ packages:
198198
description: "A common interface to multiple JSON libraries, including Oj, Yajl,\
199199
\ the JSON gem (with C-extensions), the pure-Ruby JSON gem, NSJSONSerialization,\
200200
\ gson.rb, JrJackson, and OkJson."
201-
homepage_url: "https://github.com/intridea/multi_json"
201+
homepage_url: "https://github.com/sferik/multi_json"
202202
binary_artifact:
203203
url: ""
204204
hash:

0 commit comments

Comments
 (0)