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

Remove "rspec-rails" from gemspec #2121

Merged
merged 1 commit into from
Jan 24, 2022

Conversation

jordan-brough
Copy link
Contributor

"rspec-rails" is already declared in the "test" section of the Gemfile.

This was generating this Bundler warning:

Your Gemfile lists the gem rspec-rails (>= 0) more than once.
You should probably keep only one of them.
Remove any duplicate entries and specify the gem only once.
While it's not a problem now, it could cause errors if you change the
version of one of them later.

"rspec-rails" is already declared in the "test" section of the Gemfile.

This was generating this Bundler warning:

    Your Gemfile lists the gem rspec-rails (>= 0) more than once.
    You should probably keep only one of them.
    Remove any duplicate entries and specify the gem only once.
    While it's not a problem now, it could cause errors if you change the
    version of one of them later.
@jordan-brough jordan-brough force-pushed the rspec-rails-dependency branch from 7a9971f to e38ba1d Compare January 24, 2022 12:46
@nickcharlton nickcharlton merged commit 5d606d5 into thoughtbot:main Jan 24, 2022
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.

2 participants