Skip to content

Commit 585177b

Browse files
committed
Update outdated gems
1 parent 08eeca0 commit 585177b

File tree

2 files changed

+7
-20
lines changed

2 files changed

+7
-20
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: "forem/acts_as_follower", branch: "master"
19+
gem "acts_as_follower"
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: "jakeonrails/fix-db-schema-conflicts", branch: "master"
125+
gem "fix-db-schema-conflicts"
126126
gem "memory_profiler", "~> 0.9"
127127
gem "parallel_tests", "~> 2.27"
128128
gem "pry-byebug", "~> 3.7"

Gemfile.lock

Lines changed: 5 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,3 @@
1-
GIT
2-
remote: https://github.com/forem/acts_as_follower.git
3-
revision: 06393d3693a1a3d4b390aec4976c8b8f3a81cf01
4-
branch: master
5-
specs:
6-
acts_as_follower (0.2.1)
7-
activerecord (>= 4.0)
8-
9-
GIT
10-
remote: https://github.com/jakeonrails/fix-db-schema-conflicts.git
11-
revision: 18f653251f49a50702dce076f0ecfaab5e928417
12-
branch: master
13-
specs:
14-
fix-db-schema-conflicts (3.0.3)
15-
rubocop (>= 0.38.0)
16-
171
GIT
182
remote: https://github.com/stympy/faker.git
193
revision: 9910aa58d92c018abab25d491191576fcc1a7707
@@ -74,6 +58,7 @@ GEM
7458
tzinfo (~> 1.1)
7559
acts-as-taggable-on (5.0.0)
7660
activerecord (>= 4.2.8)
61+
acts_as_follower (0.2.1)
7762
addressable (2.5.2)
7863
public_suffix (>= 2.0.2, < 4.0)
7964
administrate (0.11.0)
@@ -322,6 +307,8 @@ GEM
322307
thor (~> 0.14)
323308
fission (0.5.0)
324309
CFPropertyList (~> 2.2)
310+
fix-db-schema-conflicts (3.1.0)
311+
rubocop (>= 0.38.0)
325312
fog (1.41.0)
326313
fog-aliyun (>= 0.1.0)
327314
fog-atmos
@@ -948,7 +935,7 @@ DEPENDENCIES
948935
actionpack-action_caching (~> 1.2)
949936
active_record_union (~> 1.3)
950937
acts-as-taggable-on (~> 5.0)
951-
acts_as_follower!
938+
acts_as_follower
952939
addressable (~> 2.5, >= 2.5.2)
953940
administrate (~> 0.11)
954941
ahoy_email (~> 0.5)
@@ -992,7 +979,7 @@ DEPENDENCIES
992979
fastly-rails (~> 0.8)
993980
feedjira (~> 2.2)
994981
figaro (~> 1.1)
995-
fix-db-schema-conflicts!
982+
fix-db-schema-conflicts
996983
fog (~> 1.41)
997984
front_matter_parser (~> 0.2)
998985
gemoji (~> 3.0.0)

0 commit comments

Comments
 (0)