Skip to content

Commit

Permalink
Update repo for json
Browse files Browse the repository at this point in the history
  • Loading branch information
teeparham committed Dec 4, 2024
1 parent 857aae6 commit 8f13216
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit 8f13216

Please # to comment.