Skip to content
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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Fix bundler 2 6 #52

wants to merge 4 commits into from

Conversation

aogata-inst
Copy link

No description provided.

Gemfile Outdated
gem "stringio", "3.0.6", require: false
end
gem "debug", "~> 1.10", require: false
gem "irb", "~> 1.15", require: false
Copy link
Contributor

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
Copy link
Contributor

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

@aogata-inst aogata-inst force-pushed the fix-bundler-2-6 branch 3 times, most recently from 4ca15c5 to d8fbe22 Compare March 10, 2025 16:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants