Top "Rubygems" questions

RubyGems is a package management tool for the Ruby programming language.

cocoaPods pod install Permission denied

This is the short version: When I run pod install in an Xcode project I get [!] Pod::Executable pull error: …

rubygems cocoapods
Ruby Gemspec Dependency: Is possible have a git branch dependency?

Is possible have a git branch dependency, inside mygem.gemspec? I'm thinking something similar to the following: gem.add_runtime_…

ruby rubygems dependencies bundler gemspecs
How to install gems from Gemfile?

I want to add code coverage to my project and sign up coveralls.io and create Gemfile with: gem 'coveralls', …

ruby rubygems code-coverage
Invalid gemspec because of the date format in specification

When I include a gem that I made, thanks to Bundler (version 1.0.12), in a Gemfile and then I try to …

rubygems bundler ruby-1.9 ruby-1.9.2
Installing CocoaPods: no response

Trying to install CocoaPods from the terminal: $ sudo gem install cocoapods After entering my root password, nothing happens. How can …

ruby rubygems cocoapods
Should I specify exact versions in my Gemfile?

I've noticed that on rubygems.org a lot of the gems suggest you specify them by major version rather than …

ruby-on-rails ruby ruby-on-rails-3 rubygems bundler
RVM: List all gems in current gemset ignoring global & default

Looking for something like gem list within an RVM gemset but to have it ignore gems in the global and …

rubygems gem rvm gemset
Download all gems dependencies

I want to install compass by downloading any required file and taking them to another machine without internet connection. I …

ruby rubygems compass-sass
How to uninstall rvm, ruby, rails and gems. I'm getting errors on Mavericks

I'm new on Ruby on Rails and I have some problems with configuration. I don't know what to do. I …

ruby-on-rails-4 rubygems rvm osx-mavericks ruby-2.1
warning: Insecure world writable dir when I run a ruby or gem command

Not sure why I'm getting this, but I just installed RVM, the new Ruby 1.9, and reinstalled a bunch of gems, …

ruby-on-rails macos rubygems osx-snow-leopard