Skip to content

Conversation

ericproulx
Copy link
Contributor

This PR adds the irb gem to the development group in the Gemfile to resolve warnings that occur when running bundle console.

When bundle console is executed without the irb gem explicitly listed in the Gemfile, bundler shows warnings about missing dependencies. Adding irb to the development group ensures a clean console experience for developers.

Changes:

  • Added gem 'irb' to the :development group in Gemfile

Testing:

  • Verified that bundle console runs without warnings after this change

@grape-bot
Copy link

1 Warning
⚠️ Unless you're refactoring existing code or improving documentation, please update CHANGELOG.md.

Here's an example of a CHANGELOG.md entry:

* [#2590](https://github.com/ruby-grape/grape/pull/2590): Add irb in development to fix bundle console warnings - [@ericproulx](https://github.com/ericproulx).

Generated by 🚫 Danger

@dblock dblock merged commit d7dc745 into master Aug 2, 2025
93 checks passed
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