Skip to content

Commit

Permalink
Merge pull request #571 from airblade/allow_request_store_1.2
Browse files Browse the repository at this point in the history
Relax version constraint on request_store
  • Loading branch information
jaredbeck committed Jul 17, 2015
2 parents cda10ba + d4a418f commit 64cdbd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paper_trail.gemspec
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |s|

s.add_dependency 'activerecord', ['>= 3.0', '< 6.0']
s.add_dependency 'activesupport', ['>= 3.0', '< 6.0']
s.add_dependency 'request_store', '~> 1.1.0'
s.add_dependency 'request_store', '~> 1.1'

s.add_development_dependency 'rake', '~> 10.1.1'
s.add_development_dependency 'shoulda', '~> 3.5'
Expand Down

0 comments on commit 64cdbd1

Please sign in to comment.