Commit 07108c0b6d5893052ff09b25660388166df89701
1 parent
276b6df3
Exists in
master
and in
16 other branches
Test against Rails 6.0 final [skip ci]
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
Gemfile
... | ... | @@ -3,9 +3,9 @@ source "https://rubygems.org" |
3 | 3 | # Specify your gem's dependencies in searchkick.gemspec |
4 | 4 | gemspec |
5 | 5 | |
6 | -gem "activerecord", "~> 6.0.0.rc1" | |
7 | -gem "activejob", "~> 6.0.0.rc1", require: "active_job" | |
8 | -gem "actionpack", "~> 6.0.0.rc1" | |
6 | +gem "activerecord", "~> 6.0.0" | |
7 | +gem "activejob", "~> 6.0.0", require: "active_job" | |
8 | +gem "actionpack", "~> 6.0.0" | |
9 | 9 | gem "sqlite3" |
10 | 10 | gem "gemoji-parser" |
11 | 11 | gem "typhoeus" | ... | ... |