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

Add json to list of gems required for test server #215

Open
protobi opened this issue Oct 22, 2013 · 0 comments
Open

Add json to list of gems required for test server #215

protobi opened this issue Oct 22, 2013 · 0 comments

Comments

@protobi
Copy link

protobi commented Oct 22, 2013

Encountered the error below when setting up the dev environment. Resolved by building the Xcode license and installing the json gem, which wasn't installed by the bundler.

  • sudo gem install json, after running
  • sudo xcodebuild -license
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require': no such file to load -- json (LoadError)
    from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require'
    from ./server.rb:3
    from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
    from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require'
    from /Users/me/Exp/miso/dataset/test/config.ru:4
    from /Library/Ruby/Gems/1.8/gems/rack-1.4.1/lib/rack/builder.rb:51:in `instance_eval'
    from /Library/Ruby/Gems/1.8/gems/rack-1.4.1/lib/rack/builder.rb:51:in `initialize'
    from /Users/me/Exp/miso/dataset/test/config.ru:1:in `new'
    from /Users/me/Exp/miso/dataset/test/config.ru:1
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

0 participants