Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

gemspec missing dependency on json #3

Open
betelgeuse opened this issue Jan 8, 2011 · 1 comment
Open

gemspec missing dependency on json #3

betelgeuse opened this issue Jan 8, 2011 · 1 comment

Comments

@betelgeuse
Copy link

$ cat Gemfile
source :rubygems
gem 'apns'

irb(main):002:0> require 'bundler/setup'
=> true
irb(main):004:0> require 'apns'
LoadError: no such file to load -- json
        from /usr/local/lib/ruby/gems/1.8/gems/apns-0.9.0/lib/apns/core.rb:4:in `require'
        from /usr/local/lib/ruby/gems/1.8/gems/apns-0.9.0/lib/apns/core.rb:4
        from /usr/local/lib/ruby/gems/1.8/gems/apns-0.9.0/lib/apns.rb:1:in `require'
        from /usr/local/lib/ruby/gems/1.8/gems/apns-0.9.0/lib/apns.rb:1
        from (irb):4:in `require'
        from (irb):4

As json is used the gemspec should declare a dependency on it.

@gerrit
Copy link

gerrit commented Nov 23, 2011

This is still an issue

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

No branches or pull requests

2 participants