|
1 | 1 | # rubocop:disable LineLength |
2 | 2 | source "https://rubygems.org" |
3 | | -ruby "2.6.1" |
| 3 | +ruby "2.6.3" |
4 | 4 |
|
5 | 5 | # Enforce git to transmitted via https. |
6 | 6 | # workaround until bundler 2.0 is released. |
|
16 | 16 | gem "actionpack-action_caching", "~> 1.2" |
17 | 17 | gem "active_record_union", "~> 1.3" |
18 | 18 | gem "acts-as-taggable-on", "~> 5.0" |
19 | | -gem "acts_as_follower", github: "thepracticaldev/acts_as_follower", branch: "master" |
| 19 | +gem "acts_as_follower" |
20 | 20 | gem "addressable", "~> 2.5", ">= 2.5.2" |
21 | 21 | gem "administrate", "~> 0.11" |
22 | 22 | gem "ahoy_email", "~> 0.5" |
@@ -122,7 +122,7 @@ group :development, :test do |
122 | 122 | gem "derailed", "~> 0.1" |
123 | 123 | gem "erb_lint", "~> 0.0", require: false |
124 | 124 | 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" |
126 | 126 | gem "memory_profiler", "~> 0.9" |
127 | 127 | gem "parallel_tests", "~> 2.27" |
128 | 128 | gem "pry-byebug", "~> 3.7" |
|
0 commit comments