Skip to content

Commit af9fdc6

Browse files
committed
Remove rb-readline to suppress a bunch of warnings
Something like this: ``` /home/runner/work/activerecord-import/activerecord-import/vendor/bundle/ruby/3.0.0/gems/rb-readline-0.5.5/lib/rbreadline.rb:3477: warning: assigned but unused variable - i /home/runner/work/activerecord-import/activerecord-import/vendor/bundle/ruby/3.0.0/gems/rb-readline-0.5.5/lib/rbreadline.rb:5412: warning: parentheses after method name is interpreted as an argument list, not a decomposed argument ```
1 parent 7efb0d3 commit af9fdc6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ end
4848
platforms :ruby do
4949
gem "pry-byebug"
5050
gem "pry", "~> 0.12.0"
51-
gem "rb-readline"
5251
end
5352

5453
if version >= 4.0

0 commit comments

Comments
 (0)