Giter VIP home page Giter VIP logo

Comments (7)

peterabbott avatar peterabbott commented on May 27, 2024

Looks like an issue with a transitive dependency. Have use tried with a
2.1.x version?

Ruby is pretty bad when it comes to dependency conflicts and version
upgrades
On 10 Apr 2015 22:34, "Gregory Reshetniak" [email protected] wrote:

Running into the following error with Syck in Gemfile&installed.
Using rvm and ruby 2.2.0.
Please advice.

.rvm/gems/ruby-2.2.0/gems/safe_yaml-0.9.7/lib/safe_yaml/syck_node_monkeypatch.rb:42:in `<top (required)>': uninitialized constant Syck (NameError)


Reply to this email directly or view it on GitHub
#117.

from kitchen-docker.

dovadi avatar dovadi commented on May 27, 2024

I have exactly the same problem with ruby 2.2.2, but no problems with ruby 2.1.6

from kitchen-docker.

dovadi avatar dovadi commented on May 27, 2024

Ah found out what the problem is, see http://ruby-doc.org/stdlib-2.2.2/libdoc/yaml/rdoc/YAML.html.

Syck was the original for YAML implementation in Ruby’s standard library developed by why the lucky stiff.

You can still use Syck, if you prefer, for parsing and emitting YAML, but you must install the ‘syck’ gem now in order to use it.

In older Ruby versions, ie. <= 1.9, Syck is still provided, however it was completely removed with the release of Ruby 2.0.0.

So you now have to install the Syck gem

from kitchen-docker.

peterabbott avatar peterabbott commented on May 27, 2024

I am able to run with 2.2.2. Looking at the stack trace, it seems that
there is a gem file on your system that is not compatible with Test
Kitchen. Maybe run with bundler to ensure the correct gem versions are used.

bundle install --path vendor/bundle
bundle exec kitchen test

This repo for some reason has an excludes on the Gemfile.lock which should
really be commited to lock the versions of any gem dependencies, and then
this avoids the situation where other gems already installed cause a
failure.

UPDATE: Just seen your follow up. I have not had to install the Syck gem to get it running with 2.2.2

from kitchen-docker.

peterabbott avatar peterabbott commented on May 27, 2024

After some extra testing, if you use the Gemfile to load/install the required dependencies, the syck gem gets pulled in automatically, instead of relying on what is or is not on your existing GEM_PATH location.

from kitchen-docker.

vinzen avatar vinzen commented on May 27, 2024

+1 with ruby 2.2.1 using bundler

from kitchen-docker.

jeffreycoe avatar jeffreycoe commented on May 27, 2024

Closing issue due to inactivity. Please open a new issue if there is still a problem. Thanks!

from kitchen-docker.

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.