Skip to content

Commit d25db07

Browse files
committed
For local debugging, irb is Gemified since Ruby 2.6
1 parent 475c450 commit d25db07

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ gem 'rake', if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("2.2")
99
end
1010
gem 'rake-compiler', '~> 1.1.0'
1111

12+
# For local debugging, irb is Gemified since Ruby 2.6
13+
gem 'irb', require: false
14+
1215
group :test do
1316
gem 'eventmachine' unless RUBY_PLATFORM =~ /mswin|mingw/
1417
gem 'rspec', '~> 3.2'

0 commit comments

Comments
 (0)