mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Include addressable for AR perf bench
This commit is contained in:
parent
be9831ceb1
commit
2a820f3d1f
1 changed files with 1 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -16,6 +16,7 @@ gem "horo", ">= 1.0.2"
|
|||
# for perf tests
|
||||
gem "faker"
|
||||
gem "rbench"
|
||||
gem "addressable"
|
||||
|
||||
# AS
|
||||
gem "memcache-client", ">= 1.8.5"
|
||||
|
|
Loading…
Reference in a new issue