-
#### Context
Given a project that includes the following in its Gemfile...
```ruby
source 'https://gems.contribsys.com/' do
gem 'sidekiq-pro'
end
```
And a new version of sidekiq-pro be…
-
If a Rubygems repository has basic auth information in it (i.e. https://yourusername:password@example.com ) then the built-in gem proxy fails to be able to download anything from it.
[Example stack…
-
This morning I encountered some unexpected behaviour however upon stewing on it for a bit and thinking about it further, I'm unsure if it's an issue or just something to be more conscious of. I though…
-
### Describe the bug
Nix's ruby seems quite brittle - if I install a gem with C extensions and then switch to a different nix ruby version (even with just a patch-level version difference), it fail…
-
I'm able to test the function locally with
```
make && make install && make test
```
Then I built the deploy.zip and deploy but when runnning on Lambda it still raises an error
```
aws lambda…
tamvm updated
4 years ago
-
Gemfile:
gem 'skeleton-rails'
> rails g skeleton:install
> Running via Spring preloader in process 65997
> deprecated You need Rails >= 3.1 and/or Assets Pipeline turned on.
> Pleas…
-
Can not run any program after writing `require 'telegraph_api_ruby'` i just simply getting an error
I tried updating all gems and it didn't help
Code
```
require 'telegraph_api_ruby'
puts "test"
…
-
```
Steps to reproduce:
1. Try to install.
2. Run the installer
3. Get Ruby errors (IDK)
Actual result: OVZ-W-P saying it is installed but I can't get to it.
(NOTE: Gem::SourceIndex#add_spec is depre…
-
Hi, I followed installation instructions, yet cannot achieve proper installation. `fpm --version` fails.
```
$ sudo apt-get install ruby ruby-dev rubygems build-essential -y
Reading package lists…
-
# Report
## What did you do?
Tried to init CocoaPods
pod init
expected Podfile to be created
Podfile can't be created
## CocoaPods Environment
### Stack
```
CocoaPods : 1.1…