unable to create recipe with specified versions of rails and ruby
See original GitHub issueIssue Description
Reproduction Steps:
I just tried cloning the simple rails recipe to create a recipe that would lock to version 2.4.0 or ruby and 4.2.10 of rails, but despite adding those settings like so:
when I tested the workspace it had ruby 2.4.4 and rails 5.1 - seems like the component versions are being ignored.
Codenvy version: 5.22.1
OS and version:
OSX 10.13.5
Docker version:
where should one run ‘docker version’ ?
Codenvy cli.log output: not sure where to look for this
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Rails 5.2 doesn't work with Ruby 3.0 · Issue #40938
So I think a solution could be backporting this commit to the 5-2-stable branch. Or if 5.2 versions will not be supported with...
Read more >Can't seem to create an app with a specific Rails version ...
I'm currently trying to follow Hartl's tutorial and he asks to use a specific version of Rails and specific gems.
Read more >How To Set Up a Ruby on Rails v5 Project with a React ...
In this tutorial, you will create a Ruby on Rails application that stores your favorite recipes in a PostgreSQL database then displays them ......
Read more >Chef Versions - OpsWorks
Describes how to use the Chef versions available with AWS OpsWorks. ... Configuration Manager to specify which Chef version to use when you...
Read more >Upgrading GitLab
There are also instructions when you want to update to a specific version. ... instance while the GitLab Runner is processing jobs, the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Ok, that’s what I wanted to confirm. Thanks @eivantsov !
@tansaku : This issue is solved upstream. We are going to start soon the transition of codenvy.io to another infrastructure which will leverage latest version of Eclipse Che. Stay tuned 😉
@slemeur Has this been published because I just tried and the component versions are not being honored? For example, I say Rails 5.2.2.1 and Ruby 2.5.3 but I get Rails 5.0.1 and Ruby 2.4.4. Are components here the same Ruby gem names?