Skip to content

Commit b2c6ba7

Browse files
NickSchimekmattwr18
authored andcommitted
Use AgileVentures forked Gem (AgileVentures#2502)
acts_as_follower is no longer maintained. Forked Gem to fix deprecation warning spamming the output of our tests.
1 parent 7095615 commit b2c6ba7

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ruby '2.5.1'
44

55
gem 'rails', '~> 5.1'
66
gem 'acts-as-taggable-on'
7-
gem 'acts_as_follower', git: 'https://github.com/tcocca/acts_as_follower.git'
7+
gem 'acts_as_follower', git: 'https://github.com/AgileVentures/acts_as_follower.git'
88
gem 'acts_as_tree'
99
gem 'acts_as_votable', '~> 0.11.1'
1010
gem 'airbrake'

Gemfile.lock

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
GIT
2+
remote: https://github.com/AgileVentures/acts_as_follower.git
3+
revision: 894b44451c609a9facfdb8a15bca4fc17ea1eb76
4+
specs:
5+
acts_as_follower (0.2.1)
6+
activerecord (>= 4.0)
7+
18
GIT
29
remote: https://github.com/AgileVentures/codeclimate_badges
310
revision: 88f15dfae8679a7895e8fa3cf6a9cb39f665745e
@@ -13,13 +20,6 @@ GIT
1320
coffee-rails (>= 3.2.2)
1421
railties (>= 3.0)
1522

16-
GIT
17-
remote: https://github.com/tcocca/acts_as_follower.git
18-
revision: c5ac7b9601c4af01eb4d9112330b27be4d694ecc
19-
specs:
20-
acts_as_follower (0.2.1)
21-
activerecord (>= 4.0)
22-
2323
GEM
2424
remote: https://rubygems.org/
2525
specs:

0 commit comments

Comments
 (0)