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

Failed because Ruby 2.3 is required #1

Open
llbbl opened this issue Jul 13, 2018 · 3 comments
Open

Failed because Ruby 2.3 is required #1

llbbl opened this issue Jul 13, 2018 · 3 comments

Comments

@llbbl
Copy link

llbbl commented Jul 13, 2018

failed: [] (item=github-pages) => {"changed": false, "cmd": "/usr/bin/gem install --no-user-install --no-document github-pages", "item": "github-pages", "msg": "ERROR: Error installing github-pages:\n\tjekyll-seo-tag requires Ruby version >= 2.3.0.", "rc": 1, "stderr": "ERROR: Error installing github-pages:\n\tjekyll-seo-tag requires Ruby version >= 2.3.0.\n", "stderr_lines": ["ERROR: Error installing github-pages:", "\tjekyll-seo-tag requires Ruby version >= 2.3.0."], "stdout": "Successfully installed unicode-display_width-1.4.0\nSuccessfully installed terminal-table-1.8.0\nSuccessfully installed rouge-2.2.1\nSuccessfully installed kramdown-1.16.2\nSuccessfully installed public_suffix-2.0.5\nSuccessfully installed jekyll-3.7.3\n", "stdout_lines": ["Successfully installed unicode-display_width-1.4.0", "Successfully installed terminal-table-1.8.0", "Successfully installed rouge-2.2.1", "Successfully installed kramdown-1.16.2", "Successfully installed public_suffix-2.0.5", "Successfully installed jekyll-3.7.3"]}

@mrlesmithjr
Copy link
Owner

@llbbl Thanks for reporting this. I will have to take a look into this as soon as I get some time to do so.

@llbbl
Copy link
Author

llbbl commented Jul 17, 2018

@mrlesmithjr sure yea np. I ended up just creating my own role.

- name: Installing base Packages
  apt: name=ruby-full state=present

- name: Install Bundler
  gem:
    name: bundler
    user_install: no

- name: Install Jekyll
  gem:
    name: jekyll
    user_install: no

@mrlesmithjr
Copy link
Owner

@llbbl Awesome. Thanks for this.

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

2 participants