json-vat icon indicating copy to clipboard operation
json-vat copied to clipboard

Allow different versions of the json gem

Open kaspernj opened this issue 7 years ago • 2 comments

Sometimes a project will be locked on a different JSON version, which makes it unable to bundle json-vat. This fixes that problem by allowing all versions above 1.7.0.

kaspernj avatar Oct 01 '17 08:10 kaspernj

This is indeed an issue, but it should be changed in the gemspec file, not in the Gemfile as the gemspec will be the one used by bundler to resolve dependencies when using the gem.

jarthod avatar Aug 19 '18 14:08 jarthod

The Gemfile fix is in #14 so this MR should be closed in favor of #14 IMO.

jarthod avatar Mar 19 '20 23:03 jarthod