Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/gemdiff/repo_finder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ module RepoFinder
"guard-livereload": "guard/guard-livereload",
i18n: "ruby-i18n/i18n",
"jquery-ujs": "rails/jquery-ujs",
json: "flori/json",
json: "ruby/json",
kaminari: "kaminari/kaminari",
"kaminari-actionview": "kaminari/kaminari",
"kaminari-activerecord": "kaminari/kaminari",
Expand Down
2 changes: 1 addition & 1 deletion test/gem_updater_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
updater = Gemdiff::GemUpdater.new("json")
updater.stubs git_removed_line: "- json (1.8.0)"
updater.stubs git_added_line: "+ json (1.8.1)"
assert_equal "Update json to 1.8.1\n\nhttps://github.com/flori/json/compare/v1.8.0...v1.8.1",
assert_equal "Update json to 1.8.1\n\nhttps://github.com/ruby/json/compare/v1.8.0...v1.8.1",
updater.send(:commit_message)
updater.expects :git_add_and_commit_lockfile
assert updater.commit
Expand Down
Loading