File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ module RepoFinder
39
39
"guard-livereload" : "guard/guard-livereload" ,
40
40
i18n : "ruby-i18n/i18n" ,
41
41
"jquery-ujs" : "rails/jquery-ujs" ,
42
- json : "flori /json" ,
42
+ json : "ruby /json" ,
43
43
kaminari : "kaminari/kaminari" ,
44
44
"kaminari-actionview" : "kaminari/kaminari" ,
45
45
"kaminari-activerecord" : "kaminari/kaminari" ,
Original file line number Diff line number Diff line change 15
15
updater = Gemdiff ::GemUpdater . new ( "json" )
16
16
updater . stubs git_removed_line : "- json (1.8.0)"
17
17
updater . stubs git_added_line : "+ json (1.8.1)"
18
- assert_equal "Update json to 1.8.1\n \n https://github.com/flori /json/compare/v1.8.0...v1.8.1" ,
18
+ assert_equal "Update json to 1.8.1\n \n https://github.com/ruby /json/compare/v1.8.0...v1.8.1" ,
19
19
updater . send ( :commit_message )
20
20
updater . expects :git_add_and_commit_lockfile
21
21
assert updater . commit
You can’t perform that action at this time.
0 commit comments