Skip to content

Commit 8f13216

Browse files
committed
Update repo for json
1 parent 857aae6 commit 8f13216

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/gemdiff/repo_finder.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ module RepoFinder
3939
"guard-livereload": "guard/guard-livereload",
4040
i18n: "ruby-i18n/i18n",
4141
"jquery-ujs": "rails/jquery-ujs",
42-
json: "flori/json",
42+
json: "ruby/json",
4343
kaminari: "kaminari/kaminari",
4444
"kaminari-actionview": "kaminari/kaminari",
4545
"kaminari-activerecord": "kaminari/kaminari",

test/gem_updater_test.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
updater = Gemdiff::GemUpdater.new("json")
1616
updater.stubs git_removed_line: "- json (1.8.0)"
1717
updater.stubs git_added_line: "+ json (1.8.1)"
18-
assert_equal "Update json to 1.8.1\n\nhttps://github.com/flori/json/compare/v1.8.0...v1.8.1",
18+
assert_equal "Update json to 1.8.1\n\nhttps://github.com/ruby/json/compare/v1.8.0...v1.8.1",
1919
updater.send(:commit_message)
2020
updater.expects :git_add_and_commit_lockfile
2121
assert updater.commit

0 commit comments

Comments
 (0)