Skip to content

Commit

Permalink
fix build in jruby
Browse files Browse the repository at this point in the history
  • Loading branch information
seuros committed Jan 1, 2023
1 parent a94e412 commit c99d58d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ group :test do
gem "multi_json", require: false
gem "nokogiri", require: false
end
gem 'pry-byebug'
gem 'pry-byebug', platform: :mri

4 changes: 4 additions & 0 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
begin
require 'pry-byebug'
rescue LoadError
end

require 'representable'

require 'minitest/autorun'
Expand Down

0 comments on commit c99d58d

Please sign in to comment.