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

Gem won't work with rails 3.1.1 -- JSON version lock conflict #19

Closed
averydev opened this issue Nov 19, 2011 · 10 comments
Closed

Gem won't work with rails 3.1.1 -- JSON version lock conflict #19

averydev opened this issue Nov 19, 2011 · 10 comments

Comments

@averydev
Copy link

I'm having an issue getting the etsy gem to work with the rails 3.1.1
bundle install give the following result:

Bundler could not find compatible versions for gem "json":
  In Gemfile:
    rails (= 3.1.1) ruby depends on
      json (~> 1.4) ruby

json (1.1.0)
@kytrinyx
Copy link
Collaborator

I'm using this in production with rails 3.1.1.

Are you using the most recent version on master?

Gemfile:gem 'etsy', :git => 'git@github.com:reagent/etsy.git'

@averydev
Copy link
Author

This was an issue when I did bundle install from both the gem and when building 0.2.0 from git.

I got it to install with bundler by changing line 21 in the etsy gemfile from:
s.add_dependency('json', '> 1.4.0')
to
s.add_dependency('json', '
> 1.6.1')

@kytrinyx
Copy link
Collaborator

The master branch specifies ~> 1.5.0, not 1.4.0.

@jazzdan
Copy link

jazzdan commented Dec 19, 2011

I can confirm that using gem 'etsy', :git => 'git@github.com:reagent/etsy.git' in the gemfile and then running 'bundle update' resolves this issue.

@kytrinyx
Copy link
Collaborator

Then I'll ask Patrick if he might bump the version and do a release.

@michikono
Copy link

Any update on this?

@trobrock
Copy link
Collaborator

trobrock commented Jul 3, 2012

@kytrinyx Did this fix ever get pushed out?

@kytrinyx
Copy link
Collaborator

kytrinyx commented Jul 4, 2012

I don't believe it did. I've got a failing test in rubinius 1.8 mode, and want to get that fixed before I push out the new version of the gem. I'm having trouble installing rubinius locally. @trobrock, do you have rubinius running locally? Would you be able to take a look this? If not I'll debug my installation after work today.

@trobrock
Copy link
Collaborator

trobrock commented Jul 4, 2012

Yea last I checked I did. I'll try and check this tomorrow
On Jul 3, 2012 11:23 PM, "Katrina Owen" <
reply@reply.github.com>
wrote:

I don't believe it did. I've got a failing test in rubinius 1.8 mode, and
want to get that fixed before I push out the new version of the gem. I'm
having trouble installing rubinius locally. @trobrock, do you have rubinius
running locally? Would you be able to take a look this? If not I'll debug
my installation after work today.


Reply to this email directly or view it on GitHub:
#19 (comment)

@kytrinyx
Copy link
Collaborator

kytrinyx commented Jul 4, 2012

I've released a new version of the gem.

@kytrinyx kytrinyx closed this as completed Jul 4, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants