Skip to content

Commit

Permalink
Merge pull request #588 from flori/fix-jruby-9-1
Browse files Browse the repository at this point in the history
Exclude all_images gem with JRuby
  • Loading branch information
hsbt authored Jun 3, 2024
2 parents dce07d2 + f73b813 commit 308b3d6
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 @@ -16,4 +16,4 @@ end
gem "rake"
gem "test-unit"
gem "test-unit-ruby-core"
gem "all_images", "~> 0"
gem "all_images", "~> 0" unless RUBY_PLATFORM =~ /java/

0 comments on commit 308b3d6

Please sign in to comment.