mirror of
https://github.com/paper-trail-gem/paper_trail.git
synced 2022-11-09 11:33:19 -05:00
Load RequestStore in Rails3 test ENV on Travis
This commit is contained in:
parent
e28d29ef0f
commit
f1d395bc84
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ source 'https://rubygems.org'
|
|||
|
||||
gem 'activerecord', '~> 3.0'
|
||||
gem 'i18n', '~> 0.6.11'
|
||||
gem 'request_store', '~> 1.1.0'
|
||||
|
||||
group :development, :test do
|
||||
gem 'rake', '~> 10.1.1'
|
||||
|
|
Loading…
Reference in a new issue