Questions tagged [rubygems]

RubyGems is a package manager for the Ruby programming language that provides a standard format for distributing Ruby programs and libraries (in a self-contained format called a "gem"), a tool designed to easily manage the installation of gems, and a server for distributing them.

RubyGems is a package manager for the Ruby programming language that provides a standard format for distributing Ruby programs and libraries (in a self-contained format called a "gem"), a tool designed to easily manage the installation of gems, and a server for distributing them.

It is analogous to EasyInstall for the Python programming language.

RubyGems is now part of the standard library from Ruby version 1.9.

88 questions
1
vote
1 answer

Error 302 when installing rake gem

i try to install rake on my clean lenny server, i get the following error: Updating installed gems ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError) bad response Found 302 (http://gems.rubyforge.org/latest_specs.4.8) any advice…
trnc
  • 688
  • 1
  • 12
  • 31
1
vote
0 answers

gem mirror segfaulting

I'm trying to create rubygems mirror on my VDS doing the following: $ gem mirror $ gem generate_index -d /home/rubygems/mirror The problem that each time I run first command ruby segfaults with following message: fetching:…
Eimantas
  • 119
  • 6
1
vote
1 answer

How best to automatically deal with multiple site_ruby locations?

Is there a way to automatically append to $: variable in ruby to account for additional site_ruby locations? Ruby is installed in /usr/local/ and using gem_install will properly install the new ruby files in to /usr/local/lib/ruby/site_ruby. However…
cclark
  • 567
  • 2
  • 6
  • 14
0
votes
0 answers

gitlab installation failing on debian 9.6

I'm having a issue on Debian 9.6. When installing gitlab an error is returned: Setting up gitlab (8.13.11+dfsg1-8+deb9u3) ... Creating/updating gitlab user account... Making gitlab owner of /var/lib/gitlab... Could not find gem 'rails (~> 4.2, >=…
Fabrizio Mazzoni
  • 671
  • 1
  • 9
  • 24
0
votes
3 answers

Passenger "Missing the Rails 2.3.4 gem" after Apache restart

I have a rails app running on passenger/apache 2.2.3/RHEL. Everything was working fine until I had to restart Apache. Once I did that, I got the following message: Missing the Rails 2.3.4 gem. Please gem install -v=2.3.4 rails, update your …
al.
  • 396
  • 2
  • 6
0
votes
2 answers

SOLVED - Unable to install foreman-proxy on CentOS 6.9

Puppet [root@ns1 ~]# puppet --version 4.10.1 Repositories (used Foreman 1.12 as the next versions are not supported in Centos 6) [root@ns1 ~]# yum repolist enabled Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base:…
Oleksandr
  • 1
  • 3
0
votes
1 answer

How to query against dashing dashboard

Is it possible to get the list of all dashboards defined in dashing. ie using curl or similar to query against specific endpoint. I can send request to a specific dashboard, but my script is an external script that needs to consume the list of all…
Jay
  • 1
0
votes
2 answers

gltail “Missing gem net-ssh”

I'm attempting to get gltail set up on my local system to monitor logs remotely. I've got all the dependencies installed, but when I go to run gltail ... ./gl_tail configfile ../config.yaml I get this output: Missing gem net-ssh. Ubuntu: sudo gem…
Ian
  • 1,498
  • 4
  • 26
  • 32
0
votes
1 answer

Elastic Beanstalk silently fails to install ruby gem

I'm trying to install the github-pages ruby gem in an AWS Elastic Beanstalk app. According to the docs, to do this you add an .ebextentions/somename.config file that declares the package as a dependency. My packages.config looks like…
0
votes
1 answer

After initial setup cannot sign in to Foreman web console with admin account

Edited post to show how I installed foreman I'm new to ruby and I am trying to install Foreman on CentOS 7. I followed the install guide for my distro to do this: sudo yum -y install epel-release sudo rpm…
red888
  • 4,183
  • 18
  • 64
  • 111
0
votes
1 answer

www-data user cannot use ruby gems

I'm trying to get a virtual server running using Vagrant and VirtualBox. For the VirtualBox I'm using scotch/box which got all the basic stuff for running a ubuntu server with some components (apache, mysql, php etc.) more on scotchbox can be found…
Mark C.
  • 101
  • 2
0
votes
1 answer

How to start passenger nginx, error : Signal received. Gracefully shutting down... (send signal 2 more time(s) to force shutdown)

Application is broken in production mode and getting below error while restarting passenger and nginx. [ agents/LoggingAgent/Main.cpp:338 ]: Signal received. Gracefully shutting down... (send signal 2 more time(s) to force shutdown) […
0
votes
1 answer

Puppet-Dashboard Doesn't Load With Ruby Gem Passenger 5

Has anyone encountered problem of running Puppet Dashboard on Ruby Passenger 5? If yes does it really work with that Passenger version? I've already setup and configured the necessary files required to run Puppet Dashboard via Passenger. Currently,…
0
votes
1 answer

On ubuntu 12.04, what file has the systemwide list of gem sources for rubygems 1.9.1

I need to deploy a gem from a custom gem source to my ubuntu 12.04 servers that are managed by puppet. In the puppet class, I will put the command that adds our custom gem server to the gem sources, it's as easy as running gem sources -a
Segfault
  • 264
  • 1
  • 9
0
votes
1 answer

ruby complains about a package being not installed which actually is installed

This question might be very unprofessional but I'm very not into Ruby and I have no clue where to start.. I used to run Jekyll which runs asciidoctor to render html pages. After a Fedora update unfortunately I just get the message $ jekyll…
frans
  • 649
  • 1
  • 7
  • 10