Skip to content

Commit 08eeca0

Browse files
author
Alexey Vasilyev
committed
Update old gems paths
1 parent 95f1a37 commit 08eeca0

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ end
1616
gem "actionpack-action_caching", "~> 1.2"
1717
gem "active_record_union", "~> 1.3"
1818
gem "acts-as-taggable-on", "~> 5.0"
19-
gem "acts_as_follower", github: "thepracticaldev/acts_as_follower", branch: "master"
19+
gem "acts_as_follower", github: "forem/acts_as_follower", branch: "master"
2020
gem "addressable", "~> 2.5", ">= 2.5.2"
2121
gem "administrate", "~> 0.11"
2222
gem "ahoy_email", "~> 0.5"
@@ -122,7 +122,7 @@ group :development, :test do
122122
gem "derailed", "~> 0.1"
123123
gem "erb_lint", "~> 0.0", require: false
124124
gem "faker", git: "https://github.com/stympy/faker.git", branch: "master"
125-
gem "fix-db-schema-conflicts", github: "thepracticaldev/fix-db-schema-conflicts", branch: "master"
125+
gem "fix-db-schema-conflicts", github: "jakeonrails/fix-db-schema-conflicts", branch: "master"
126126
gem "memory_profiler", "~> 0.9"
127127
gem "parallel_tests", "~> 2.27"
128128
gem "pry-byebug", "~> 3.7"

Gemfile.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
GIT
2-
remote: https://github.com/stympy/faker.git
3-
revision: 9910aa58d92c018abab25d491191576fcc1a7707
2+
remote: https://github.com/forem/acts_as_follower.git
3+
revision: 06393d3693a1a3d4b390aec4976c8b8f3a81cf01
44
branch: master
55
specs:
6-
faker (1.9.1)
7-
i18n (>= 0.7)
6+
acts_as_follower (0.2.1)
7+
activerecord (>= 4.0)
88

99
GIT
10-
remote: https://github.com/thepracticaldev/acts_as_follower.git
11-
revision: 288690cd99bc470eaee493fce5bfa9fe23157692
10+
remote: https://github.com/jakeonrails/fix-db-schema-conflicts.git
11+
revision: 18f653251f49a50702dce076f0ecfaab5e928417
1212
branch: master
1313
specs:
14-
acts_as_follower (0.2.1)
15-
activerecord (>= 4.0)
14+
fix-db-schema-conflicts (3.0.3)
15+
rubocop (>= 0.38.0)
1616

1717
GIT
18-
remote: https://github.com/thepracticaldev/fix-db-schema-conflicts.git
19-
revision: 4172392392e1a8d907f7ab673cb5ddd9a4a31940
18+
remote: https://github.com/stympy/faker.git
19+
revision: 9910aa58d92c018abab25d491191576fcc1a7707
2020
branch: master
2121
specs:
22-
fix-db-schema-conflicts (3.0.2)
23-
rubocop (>= 0.38.0)
22+
faker (1.9.1)
23+
i18n (>= 0.7)
2424

2525
GEM
2626
remote: https://rubygems.org/

0 commit comments

Comments
 (0)