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

Adjust gemspec development dependencies #814

Merged
merged 3 commits into from
Oct 18, 2020

Conversation

adzap
Copy link
Contributor

@adzap adzap commented Mar 19, 2019

When running the tests for local dev for the first time I ran into a few issues.

Firstly the bundler version in Ruby >= 2.5 was pegged to bundler >= 2. I don't think this necessary as I am happily continuing to use bundler v1.17.x for the moment and didn't want to be forced to upgrade. So I have relaxed the bundler version to use what is currently installed since there is no dependency on v2 in the core code.

Also added bootsnap since the dummy app requires it when booting.

@unixmonkey unixmonkey merged commit 9af7bfb into mileszs:master Oct 18, 2020
@unixmonkey
Copy link
Collaborator

I had to fix some merge conflicts, and since you authored this PR, the bundler version clamps have been removed entirely, but addtion of bootsnap for default development is a good one.

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants