python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
rbenv: command not found using docker
i am trying to install ruby 2.7 using rbenv on a docker environment, below is the relevant part of my docker file
FROM ubuntu:20.04
RUN apt-get update && apt-get install -y gnupg2
RUN apt-get...
opensource-developer
Votes: 0
Answers: 0
Troubles upgrading from ruby 2.7 to 3.0 - error: use of undeclared identifier 'RUBY_FUNCTION_NAME_STRING'
I've been struggling with trying to upgrade rails 3.0 for about a week now.
I'm not entirely sure what the issue is but I was thinking it could be due to the fact that I have both rvm and rbenv.
I've ...
Travis Courtney
Votes: 0
Answers: 4
Fix Your Ruby version is 2.6.8, but your gemfile specified 2.5.5
On my local machine I'm using rbenv
When I run bundle install I get:
The git source `git://github.com/sinatra/sinatra.git` uses the `git` protocol, which transmits data without encryption. Disable thi...
mrateb
Votes: 0
Answers: 5
Gems are not working with rbenv despite being installed successfully
Ruby gems are not working even though they're supposed to be installed. For example, if I run gem install pry it runs successfully, but then if I run pry it says command not found: pry. I ran rbenv-do...
unstuck
Votes: 0
Answers: 1