Skip to content

Commit 8fc79f0

Browse files
committed
Bundle irb on Ruby 2.6 or later
In Ruby 2.6, irb is shipped as a separeted gem.
1 parent 78b6bab commit 8fc79f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ gemspec
66
gem 'simplecov', require: false
77
gem 'coveralls', require: false
88
gem 'strptime', require: false if RUBY_ENGINE == "ruby" && RUBY_VERSION =~ /^2/
9+
gem "irb" if RUBY_ENGINE == "ruby" && RUBY_VERSION >= "2.6"

0 commit comments

Comments
 (0)