Skip to content

Commit

Permalink
dont isntall ruby-prof if this is truffleruby
Browse files Browse the repository at this point in the history
  • Loading branch information
gogainda authored Feb 20, 2021
1 parent 19874f1 commit e8f8d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion batch-loader.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "graphql", "~> 1.8"
spec.add_development_dependency "pry", "~> 0.14"
spec.add_development_dependency "benchmark-ips", "~> 2.7"
spec.add_development_dependency "ruby-prof", "~> 0.16"
spec.add_development_dependency "ruby-prof", "~> 0.16" unless RUBY_PLATFORM =~ /truffleruby/i
end

0 comments on commit e8f8d80

Please sign in to comment.