Skip to content

Commit

Permalink
Bump request_store version to include bugfix.
Browse files Browse the repository at this point in the history
Closes #392.
  • Loading branch information
steveklabnik committed Dec 27, 2012
1 parent 04d7796 commit 9f17212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion draper.gemspec
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|

s.add_dependency 'activesupport', '>= 3.0'
s.add_dependency 'actionpack', '>= 3.0'
s.add_dependency 'request_store', '= 1.0.1'
s.add_dependency 'request_store', '~> 1.0.3'

s.add_development_dependency 'ammeter'
s.add_development_dependency 'rake', '~> 0.9.2'
Expand Down

0 comments on commit 9f17212

Please sign in to comment.