Skip to content

Commit

Permalink
Don't test Syck with JRuby
Browse files Browse the repository at this point in the history
  • Loading branch information
estolfo committed Apr 26, 2024
1 parent 6a1c67e commit b601318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ gem 'sidekiq', require: nil
gem 'simplecov', require: false
gem 'simplecov-cobertura', require: false
gem 'sucker_punch', '~> 2.0', require: nil
gem 'syck', require: nil
gem 'syck', require: nil if !defined?(JRUBY_VERSION)
gem 'yard', require: nil
gem 'yarjuf'

Expand Down

0 comments on commit b601318

Please sign in to comment.