Code Monkey home page Code Monkey logo

Comments (8)

leifbladt avatar leifbladt commented on August 22, 2024

I have a similiar problem after updating to 1.1.0.

$ bundle install

[...]
/home/hudson/.rvm/rubies/ruby-1.9.2-p180/lib/ruby/1.9.1/rubygems/specification.rb:289:in `load': uninitialized constant Syck::Syck (NameError)
    from /home/hudson/.rvm/rubies/ruby-1.9.2-p180/lib/ruby/1.9.1/rubygems/specification.rb:289:in `_load'
    from /home/hudson/.rvm/rubies/ruby-1.9.2-p180/lib/ruby/1.9.1/rubygems/spec_fetcher.rb:119:in `load'
    from /home/hudson/.rvm/rubies/ruby-1.9.2-p180/lib/ruby/1.9.1/rubygems/spec_fetcher.rb:119:in `fetch_spec'
    from /home/hudson/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.9/lib/bundler/remote_specification.rb:47:in `_remote_specification'
    from /home/hudson/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.9/lib/bundler/remote_specification.rb:25:in `fetch_platform'
    from /home/hudson/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.9/lib/bundler/source.rb:248:in `download_gem_from_uri'
    from /home/hudson/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.9/lib/bundler/source.rb:71:in `fetch'
    from /home/hudson/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.9/lib/bundler/installer.rb:45:in `block in run'
    from /home/hudson/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.9/lib/bundler/spec_set.rb:12:in `block in each'
    from /home/hudson/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.9/lib/bundler/spec_set.rb:12:in `each'
    from /home/hudson/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.9/lib/bundler/spec_set.rb:12:in `each'
    from /home/hudson/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.9/lib/bundler/installer.rb:44:in `run'
    from /home/hudson/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.9/lib/bundler/installer.rb:8:in `install'
    from /home/hudson/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.9/lib/bundler/cli.rb:225:in `install'
    from /home/hudson/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.9/lib/bundler/vendor/thor/task.rb:22:in `run'
    from /home/hudson/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.9/lib/bundler/vendor/thor/invocation.rb:118:in `invoke_task'
    from /home/hudson/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.9/lib/bundler/vendor/thor.rb:246:in `dispatch'
    from /home/hudson/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.9/lib/bundler/vendor/thor/base.rb:389:in `start'
    from /home/hudson/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.9/bin/bundle:13:in `<top (required)>'
    from /home/hudson/.rvm/gems/ruby-1.9.2-p180/bin/bundle:19:in `load'
    from /home/hudson/.rvm/gems/ruby-1.9.2-p180/bin/bundle:19:in `<main>'

My rubygems version:

$ gem -v
1.3.7

from i18n-js.

plindelauf avatar plindelauf commented on August 22, 2024

Dito! Reverted back to 1.0.2 for the time being.

from i18n-js.

devth avatar devth commented on August 22, 2024

Same problem here.

from i18n-js.

nickw avatar nickw commented on August 22, 2024

Same problem here. Reverted to 1.0.2 - but looks like I lost the asset pipeline integration.

from i18n-js.

nickw avatar nickw commented on August 22, 2024

FYI: specifying the git URL in the Gemfile works for now:

gem "i18n-js", :git => "git://github.com/fnando/i18n-js"

from i18n-js.

nfedyashev avatar nfedyashev commented on August 22, 2024

Thanks, @nickw! It works now

from i18n-js.

netzpirat avatar netzpirat commented on August 22, 2024

Same problem here.

The root cause is a bug in RubyGems that has been addressed by this pull request. To fix i18n-js, you'll have to push a new version with at least RubyGems 1.8.6 installed or make sure you specify the rake version as

s.add_development_dependency "rake", ">=0.8.7"

as mentioned on the JRuby mainling list.

from i18n-js.

fnando avatar fnando commented on August 22, 2024

Just removed the rake dependency on this commit: 9810671

Will release a new version soon. ;)

from i18n-js.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.