Skip to content

Commit a9cf421

Browse files
committed
Add irb to Gemfile
```shell $ irb 3.4.0/gems/irb-1.14.3/exe/irb:7: warning: irb was loaded from the standard library, but will no longer be part of the default gems starting from Ruby 3.5.0. You can add irb to your Gemfile or gemspec to silence this warning. 3.4.0/irb/input-method.rb:278: warning: rdoc was loaded from the standard library, but will no longer be part of the default gems starting from Ruby 3.5.0. You can add rdoc to your Gemfile or gemspec to silence this warning. ```
1 parent 0d9f000 commit a9cf421

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
77
gemspec
88

99
gem 'bump', require: false
10+
gem 'irb'
1011
gem 'rake'
1112
gem 'rspec'
1213
gem 'rubocop', github: 'rubocop/rubocop'

0 commit comments

Comments
 (0)