Skip to content

Commit

Permalink
Allow use of perftools.rb 2.0.0
Browse files Browse the repository at this point in the history
Addresses bhb#17
  • Loading branch information
Evan Battaglia committed Mar 21, 2012
1 parent f027cff commit b6824e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rack-perftools_profiler.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |s|
# s.add_development_dependency "rspec"
# s.add_runtime_dependency "rest-client"

s.add_dependency 'perftools.rb', '~> 0.5.6'
s.add_dependency 'perftools.rb', '>=0.5.6'
s.add_dependency 'rack', '~> 1.0'
s.add_dependency('open4', '~> 1.0')
s.add_development_dependency 'rack', '~> 1.1'
Expand Down

0 comments on commit b6824e1

Please sign in to comment.