-
Ruby version: 3.0.1
Rails version: 7.0.7
Sidekiq / Pro / Enterprise version(s): 7.1.3
sidekiq initializer:
```
require 'sidekiq'
require 'sidekiq-status'
# SIDEKIQ_STATUS_EXPIRATION = 48.ho…
-
[RVM](rvm.io) is a very popular tool for managing versions in Ruby. Like many other Ruby users and developers (who also are partial to the JVM), I use RVM every day. When I switch between `rvm` and `j…
-
Hi. When running `jspm install obs-websocket-js` it creates this import map:
```json
{
"env": [
"browser",
"development",
"module"
],
"imports": {
"obs-websocket-js": …
-
## Description
From https://github.com/rubygems/rubygems/issues/8015
> When users use pre-compiled ruby provided by rvm, some issues happend with compiler flag differences.
>
> https://ml.ruby-…
-
Hi, I'm getting this bug from travis log:
```
$ rvm get head
Downloading https://get.rvm.io
Could not download rvm-installer, please report to https://github.com/rvm/rvm/issues
The command "rvm…
borja updated
3 years ago
-
## Description
I'm trying to install ruby 2.3.3 via rvm but getting this error: Error running '__rvm_make -j8.
## Steps to reproduce
After install command (rvm install 2.3.3) i can see stran…
ghost updated
5 years ago
-
### Stack
```
CocoaPods : 1.15.2
Ruby : ruby 3.0.7p220 (2024-04-23 revision 724a071175) [arm64-darwin24]
RubyGems : 3.5.22
Host : macOS 15.0 (24A335)
Xcode : 16…
-
On my Mac, steep is attempting to run with `/System/Library/Frameworks/Ruby.framework/Versions/2.6`.
-
Gemfile:
```
# frozen_string_literal: true
source "https://rubygems.org"
ruby '3.1.3'
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
# gem "rails"
gem 'fog'
```
--…
-
Whenever I try and install rvm ruby version 1.9.3 I get this message.
Requirements installation failed with status: 1.
I've also been having this message pop up to
Do not know how to check user…