1
0
Fork 0
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:
Ben Atkins 2015-02-03 16:40:32 -05:00
parent e28d29ef0f
commit f1d395bc84

View file

@ -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'