Commit 60f4e19d4bbeb219e7769a0842710b9184be5189

Authored by Andrew
1 parent 93bf4367

Updated benchmark Gemfile [skip ci]

Showing 1 changed file with 2 additions and 4 deletions   Show diff stats
benchmark/Gemfile
... ... @@ -5,15 +5,13 @@ gemspec path: "../"
5 5  
6 6 gem "sqlite3"
7 7 gem "pg"
8   -gem "activerecord", "~> 5.2.0.rc1"
  8 +gem "activerecord", "~> 5.1.0"
9 9 gem "activerecord-import"
10   -gem "activejob", "~> 5.2.0.rc1"
  10 +gem "activejob"
11 11 gem "redis"
12 12 gem "sidekiq"
13 13  
14 14 # performance
15   -gem "faraday", path: "~/forks/faraday"
16   -gem "ethon", path: "~/forks/ethon"
17 15 gem "typhoeus"
18 16 gem "oj"
19 17  
... ...