Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
Bump debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
xrl committed Jun 20, 2013
1 parent 23c7d25 commit dce3590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rack-debug.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |gem|
gem.files = Dir["**/*"].select { |d| d =~ %r{^(README|bin/|data/|ext/|lib/|spec/|test/)} }

gem.add_dependency "rack", ">= 1.0"
gem.add_dependency "debugger", "~> 1.1.1"
gem.add_dependency "debugger", "~> 1.6.0"

gem.required_ruby_version = ">= 1.9.2"
end

0 comments on commit dce3590

Please sign in to comment.