Commit 75441a41 by Jon Yurek

Remove pry-debugger and extraneous local var

parent ad176ba6
...@@ -6,4 +6,3 @@ gem 'jruby-openssl', :platform => :jruby ...@@ -6,4 +6,3 @@ gem 'jruby-openssl', :platform => :jruby
gem 'activerecord-jdbcsqlite3-adapter', :platform => :jruby gem 'activerecord-jdbcsqlite3-adapter', :platform => :jruby
gem 'pry', :platform => :ruby gem 'pry', :platform => :ruby
gem 'pry-debugger', :platform => :ruby
...@@ -26,7 +26,7 @@ puts "Testing against version #{ActiveRecord::VERSION::STRING}" ...@@ -26,7 +26,7 @@ puts "Testing against version #{ActiveRecord::VERSION::STRING}"
begin begin
require 'ruby-debug' require 'ruby-debug'
rescue LoadError => e rescue LoadError
puts "debugger disabled" puts "debugger disabled"
end 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