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

Relax dependency for slim v4.0.0 #84

Merged
merged 1 commit into from
Sep 2, 2018
Merged

Conversation

walf443
Copy link
Contributor

@walf443 walf443 commented Aug 28, 2018

Now, slim v4.0.0 is latest.
https://rubygems.org/gems/slim/versions/4.0.0

I want to use slim v4.0.0 via slim-lint.

Gemfile

gem "slim", "4.0.0"
gem "slim-lint", "0.15.1"
$ bundle update

(snip)

Bundler could not find compatible versions for gem "slim":
In Gemfile:
slim (= 4.0.0)

slim-lint (= 0.15.1) was resolved to 0.15.1, which depends on
  slim (~> 3.0)

So I relaxed dependency.

@sds sds merged commit fd34154 into sds:master Sep 2, 2018
@sds sds added the enhancement label Sep 2, 2018
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