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

JSON 1.8.3 incompatible #9

Open
LonghornRach opened this issue Oct 22, 2018 · 1 comment
Open

JSON 1.8.3 incompatible #9

LonghornRach opened this issue Oct 22, 2018 · 1 comment
Labels

Comments

@LonghornRach
Copy link

LonghornRach commented Oct 22, 2018

I'm on Linux Fedora, using Ruby 2.5.1. (but no ruby version specified anyway) and rbenv. Looked at Issue 303 and so I installed 1.8.6. Then reran bundler to generate new gemfile.lock and everything looks fine for the moment...

An error occurred while installing json (1.8.3), and Bundler cannot
continue.                                                                    
Make sure that `gem install json -v '1.8.3' --source 'https://rubygems.org/'`
succeeds before bundling.                                                    

In Gemfile:
  rails was resolved to 4.2.3, which depends on
    actionmailer was resolved to 4.2.3, which depends on
      actionpack was resolved to 4.2.3, which depends on
        actionview was resolved to 4.2.3, which depends on
          rails-dom-testing was resolved to 1.0.7, which depends on
rails-deprecated_sanitizer was resolved to 1.0.3, which depends
on
              activesupport was resolved to 4.2.3, which depends on
                json
@LonghornRach
Copy link
Author

edit: I've also had to update the rails gem to 4.2.10 to avoid a "stack level too deep" error

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

No branches or pull requests

2 participants
@LonghornRach and others