Commit 75441a41 by Jon Yurek

Remove pry-debugger and extraneous local var

parent ad176ba6
......@@ -6,4 +6,3 @@ gem 'jruby-openssl', :platform => :jruby
gem 'activerecord-jdbcsqlite3-adapter', :platform => :jruby
gem 'pry', :platform => :ruby
gem 'pry-debugger', :platform => :ruby
......@@ -26,7 +26,7 @@ puts "Testing against version #{ActiveRecord::VERSION::STRING}"
begin
require 'ruby-debug'
rescue LoadError => e
rescue LoadError
puts "debugger disabled"
end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment