piotrmurach / tty

Toolkit for developing sleek command line apps.
https://ttytoolkit.org
MIT License
2.5k stars 78 forks source link

Remove Bundler 2.0 restriction #51

Closed spikeheap closed 4 years ago

spikeheap commented 5 years ago

Allows Bundler >= 2.0 in addition to the existing set (' ~> 1.16') by removing the upper limit on Bundler version.

Describe the change

This PR resolves #50 by updating the Gemfile to allow Bundler >=2.0.

Why are we doing this?

We're doing this to allow TTY to be used with modern versions of Bundler.

Drawbacks

None that I could see.

Requirements

Put an X between brackets on each line if you have done the item: [x] Tests written & passing locally? (Tested by creating project using local fork of gem) [] Code style checked? [] Rebased with master branch? [] Documentaion updated?

mfechner commented 5 years ago

Any chance to get that merged?

piotrmurach commented 5 years ago

@mfechner Thanks for asking. This is not as trivial as you may believe. Read more

spikeheap commented 4 years ago

Closing as @piotrmurach is working on a better approach ❤️