-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix bundler 2 6 #52
base: main
Are you sure you want to change the base?
Fix bundler 2 6 #52
Conversation
Gemfile
Outdated
gem "stringio", "3.0.6", require: false | ||
end | ||
gem "debug", "~> 1.10", require: false | ||
gem "irb", "~> 1.15", require: false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this line can be removed now (it's an implicit dependency of debug
; it only existed because it needed to vary with Ruby 2.6)
Gemfile
Outdated
gem "rubocop-inst", "~> 1.0", require: false | ||
gem "rubocop-rake", "~> 0.7", require: false | ||
gem "rubocop-rspec", "~> 3.5", require: false | ||
gem "stringio", "~> 3.1", require: false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ditto on this being an implicit dependency
4ca15c5
to
d8fbe22
Compare
d8fbe22
to
42581c8
Compare
No description provided.