-
Notifications
You must be signed in to change notification settings - Fork 281
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
Update dependencies #1491
Update dependencies #1491
Conversation
mvz
commented
Sep 27, 2019
•
edited
Loading
edited
- Auto-update rake to 13.0.0
- Auto-update rubocop to 0.75.0
- Auto-update rubocop-performance to 1.5.0
- Auto-update rubocop-rspec to 1.36.0
- Autocorrect new RSpec/EmptyLineAfterExample offenses
- Fix new Performance/Count offense
- Disallow version 5.1.0 of factory_bot dependency to support JRuby builds
The JRuby errors on |
Same. 🤷♂️ |
It's due to this problem: thoughtbot/factory_bot#1331 |
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.
It looks like it should be fixed once 5.1.1 gets released, so I’d rule out 5.1.0 only.
Well, I agree one would hope so, but no fix has even been committed to master. |
I'll rebase this mess 🙂 |
dde2a66
to
0608969
Compare
Ha, it looks like an RSpec update surfaced a new spec issue 🤷♂️. |
Hm, it's due to this: rspec/rspec-expectations#1125 I'm unsure why such a breaking change was merged for a |
* Auto-update rake to 13.0.0 * Auto-update rubocop to 0.75.0 * Auto-update rubocop-performance to 1.5.0 * Auto-update rubocop-rspec to 1.36.0 * Autocorrect new RSpec/EmptyLineAfterExample offenses * Fix new Performance/Count offense * Disallow version 5.1.0 of factory_bot dependency to support JRuby builds * Change use of raise_error matcher to support rspec-expectations 3.8.5. Co-Authored-By: Piotr Szotkowski <chastell@chastell.net>
0608969
to
8dc78e9
Compare
OMG. OK, let’s merge this in before other deps follow suit. 😅 |