Skip to content

Commit

Permalink
Merge pull request #861 from smasato/chore/remove-ruby-debug-require
Browse files Browse the repository at this point in the history
Remove outdated ruby-debug requirement
  • Loading branch information
jkowens authored Nov 12, 2024
2 parents b380645 + 5a57123 commit 838951a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,6 @@ gem "chronic"
gem "mocha", "~> 2.1.0"

# Debugging
platforms :jruby do
gem "ruby-debug", "= 0.10.4"
end

platforms :ruby do
gem "pry-byebug"
gem "pry", "~> 0.14.0"
Expand Down
2 changes: 0 additions & 2 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ class ActiveRecord::ConnectionAdapters::Mysql2Adapter
end
end

require "ruby-debug" if RUBY_VERSION.to_f < 1.9

adapter = ENV["ARE_DB"] || "sqlite3"

FileUtils.mkdir_p 'log'
Expand Down

0 comments on commit 838951a

Please sign in to comment.