Commit 30d58f4a0a34d8a13ff103654da63030d5a42c8b
1 parent
7b160adc
Exists in
master
and in
18 other branches
Use AR 5.1 for tests [skip ci]
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
Gemfile
... | ... | @@ -4,13 +4,13 @@ source "https://rubygems.org" |
4 | 4 | gemspec |
5 | 5 | |
6 | 6 | gem "sqlite3" |
7 | -gem "activerecord", "~> 5.2.0.rc1" | |
7 | +gem "activerecord" | |
8 | 8 | gem "gemoji-parser" |
9 | 9 | gem "typhoeus" |
10 | -gem "activejob", "~> 5.2.0.rc1" | |
10 | +gem "activejob" | |
11 | 11 | gem "redis" |
12 | 12 | gem "connection_pool" |
13 | 13 | |
14 | 14 | # kaminari |
15 | -gem "actionpack", "~> 5.2.0.rc1" | |
15 | +gem "actionpack" | |
16 | 16 | gem "kaminari" | ... | ... |