Skip to content

Commit df769af

Browse files
committed
📌 use VitalConnectInc/rots from GitHub
1 parent 5f5af59 commit df769af

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ end
1717

1818
gem "minitest"
1919
gem "minitest-rg"
20-
gem "rots", github: "roman/rots"
20+
gem "rots", github: "VitalConnectInc/rots"
2121
gem "rack-session"

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GIT
2-
remote: https://github.com/roman/rots
2+
remote: https://github.com/VitalConnectInc/rots
33
revision: d11e7d820fa8b9ad49aaca5b9317ec84f5a73b46
44
specs:
55
rots (0.2.2)

gemfiles/coverage.gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ source "https://rubygems.org"
77
# Exceptions, if any, will be found in gemfiles/*.gemfile
88
gem "kettle-soup-cover", "~> 1.0", ">= 1.0.2"
99

10-
gem "rots", github: "roman/rots"
10+
gem "rots", github: "VitalConnectInc/rots"
1111

1212
gemspec path: "../"

gemfiles/vanilla.gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ source "https://rubygems.org"
66
# On CI we only need the gemspecs' dependencies (including development dependencies).
77
# Exceptions, if any, will be found in gemfiles/*.gemfile
88

9-
gem "rots", github: "roman/rots"
9+
gem "rots", github: "VitalConnectInc/rots"
1010

1111
gemspec path: "../"

0 commit comments

Comments
 (0)