Skip to content

Commit

Permalink
lock request_store to 1.0.1 for now.
Browse files Browse the repository at this point in the history
Basically, there's some sort of issue with request_store,
and 1.0.1 works.
  • Loading branch information
steveklabnik committed Dec 18, 2012
1 parent 28f3241 commit 9696376
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.0'
s.add_dependency 'request_store', '= 1.0.1'

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

0 comments on commit 9696376

Please sign in to comment.