rubygems Questions

3

Now I'm working on Ruby and rails on windows 10 and tried to install gems as like solargraph or rubocop on cmder but it is not working. It says 'make failedNo such file or directory' ccmder says t...
Politian asked 17/9, 2019 at 11:23

9

Solved

I am trying to contribute to a Github Page/Jekyll site and want to be able to visualise changes locally but when I run bundle exec jekyll serve but I get this output: bundler: failed to load comman...
Distressful asked 1/2, 2021 at 8:2

9

Solved

Trying to install CocoaPods from the terminal: $ sudo gem install cocoapods After entering my root password, nothing happens. How can I debug that?
Keirakeiser asked 16/1, 2013 at 9:35

17

I used sudo bundle install and that might be the cause of the issue? Now I have: gem -v 2.6.14 ruby -v ruby 2.3.5p376 (2017-09-14 revision 59905) [x86_64-darwin15] jekyll -v jekyll 3.6.2 bundle...
Kingston asked 31/10, 2017 at 0:26

9

Solved

I have a server with Rackspace that I use for a few Ruby sites. When I try bundle install on a new site I get Retrying download gem from http://rubygems.org/ due to error (2/4): Gem::RemoteFetcher...
Amblyopia asked 12/4, 2018 at 15:27

10

Solved

I'm getting an error when I run 'gem install cocoapods' on OSX Mavericks. $ gem install cocoapods ERROR: Could not find a valid gem 'cocoapods' (>= 0), here is why: Unable to download data fro...
Jeanmariejeanna asked 26/10, 2013 at 21:39

5

I am trying to get ruby on rails to set up on my mac running os x 10.10. I am trying to get a server running open source project kandan however I am getting an error when trying to bundle install o...

2

Getting the following error while running bundle An error occurred while installing racc (1.6.0), and Bundler cannot continue. Make sure that `gem install racc -v '1.6.0' --source 'https://rubygems...
Teddy asked 17/12, 2021 at 21:1

5

Solved

I use Flutter with Android Studio on a Mac. One day (today), I ran "flutter doctor" from the command line. It stated that my "cocoapods" was not good enough. Doctor summary (to ...
Propositus asked 12/3, 2021 at 2:58

2

Solved

I am using rbenv and I am trying to install sass without success. So, I installed rbenv via Homebrew, then Ruby 2.2 (rbenv install 2.2) and finally gem install sass, but I was unable to make sass ...
Ankney asked 6/3, 2015 at 1:4

7

Solved

I've been looking around for a package manager that can be used with python. I want to list project dependencies in a file. For example ruby uses Gemfile where you can use bundle install. How can I...
Zrike asked 24/11, 2012 at 3:10

6

Solved

I am new to ruby. When I type any thing related to gem, error below will happen. why causes it and how to solve the problem? Thanks! Error loading RubyGems plugin "/Users/chiang/.rvm/gems/ruby-2.0...
Apace asked 20/11, 2013 at 9:55

2

Solved

I have installed my JS runtime as Node, and I have bundle update-ed and bundle install-ed, but I still get this error: /Users/macbook/Documents/Studies/Coding/the_back_end/the_odin_project/odin_o...
Durance asked 24/7, 2018 at 8:9

2

Solved

I am looking to be able to Cmd+click into a method name and have it jump to the gem's source code like I can within my Rails app. In the past I've used Rubymine and I remember it automatically loa...
Bumptious asked 11/10, 2017 at 20:12

22

Solved

I am getting this error while running server, how do I fix this?
Glycine asked 20/6, 2016 at 4:37

4

Solved

I'm just getting started with ruby on rails and as I follow the tutorial, there isn't an explanation of how certain gems were gathered and placed in the Gemfile. I've just been copying and pasting ...
Ocana asked 22/4, 2017 at 2:27

4

Solved

We would test this, but don't want to risk ruining our dev environment if this isn't supposed to happen. Is it okay to delete Gemfile.lock? We're on Rails 3.0.6.
Chromatics asked 11/1, 2013 at 21:24

4

Solved

How do I determine the location of my ruby gems?
Snowfield asked 19/6, 2012 at 20:54

4

I want to install cocoapods on MacOS to run the pod command. But on doing sudo gem install cocoa-pods I get the following: Building native extensions. This could take a while... ERROR: Error insta...
Noisemaker asked 2/7, 2020 at 15:52

29

Solved

When I run bundle install for my Rails 3 project on Centos 5.5 it fails with an error: Gem::RemoteFetcher::FetchError: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certif...
Carton asked 20/4, 2012 at 12:13

9

Solved

First of all. I updated to El Capitan because of iOS 9.3 and it's support only in xCode 7.3. After update I discovered that pod command isn't working. I executed: sudo gem install cocoapods ERROR...
Pensile asked 4/4, 2016 at 12:6

2

Its weird, I'm not getting any error messages, I just can't use Pry. The binding.pry gets hit, and processes stop. But then I can't actually use Pry I try and type, but it either doesn't work, or i...
Himelman asked 9/2, 2017 at 14:54

8

Solved

I had some problems with one version of the project. I've found this answer where someone suggest steps to remove all cocoapods-connected stuff from the machine and reinstall it. I did follow the s...
Galloping asked 6/10, 2015 at 8:57

2

The corporate proxy at my company seems to be interfering with https connections to rubygems.org (but not http connections), causing failures when I attempt to install gems from the default gem sou...
Puffball asked 16/3, 2016 at 17:26

7

Solved

I need to use openssl in ruby. How should I install the same? I've installed ruby through rbenv, and am using ubuntu 12.04. kprakasam@ubuntu:~$ ruby -v ruby 1.9.2p180 (2011-02-18 revision 30909) [...
Combustor asked 20/6, 2012 at 18:43

© 2022 - 2024 — McMap. All rights reserved.