Skip to content

Commit

Permalink
make byebug dependency conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
Karl-H committed Aug 22, 2024
1 parent 2a5c9e0 commit c0c1a87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cache_store_redis.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Gem::Specification.new do |spec|
if RUBY_PLATFORM =~ /java/
spec.platform = 'java'
else
spec.add_development_dependency 'pry-byebug'
spec.add_dependency 'oj'
end

Expand Down

0 comments on commit c0c1a87

Please sign in to comment.