Skip to content

Commit 5cd625f

Browse files
committed
Do not load pry_byebug on JRuby
1 parent d097fd2 commit 5cd625f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Gemfile

+3
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,8 @@ gem "inch", :require => false
66
gem "osrcry", :require => false
77
gem "rubocop", :require => false
88

9+
# Debugger is specified here as it's not compatible with jRuby
10+
gem "pry-byebug", :platforms => :ruby
11+
912
# Specify your gem's dependencies in fog-google.gemspec
1013
gemspec

fog-google.gemspec

-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ Gem::Specification.new do |spec|
3030

3131
# Debugger
3232
spec.add_development_dependency "pry"
33-
spec.add_development_dependency "pry-byebug"
3433

3534
# Testing gems
3635
spec.add_development_dependency "retriable"

0 commit comments

Comments
 (0)