Skip to content

Commit

Permalink
Remove rb-readline to suppress a bunch of warnings
Browse files Browse the repository at this point in the history
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
```
  • Loading branch information
mishina2228 committed Jan 17, 2022
1 parent 7efb0d3 commit af9fdc6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ end
platforms :ruby do
gem "pry-byebug"
gem "pry", "~> 0.12.0"
gem "rb-readline"
end

if version >= 4.0
Expand Down

0 comments on commit af9fdc6

Please sign in to comment.