rubygems Questions

3

Goal: Upgrade legacy app step by step as recommended by the RailsGuides: Upgrading Ruby on Rails (from ruby 2.3.1 and rails 4.2.2) Expected result: rake assets:precompile completes successfully wit...
Swordbill asked 8/12, 2022 at 3:55

4

I just got a new M3 running Sonoma, and I'm experiencing the following error running bundle: An error occurred while installing nio4r (2.5.8), and Bundler cannot continue. Make sure that `gem insta...
Coakley asked 12/4 at 0:19

2

I am trying to debug code in Rubymine. It looks like we need to install debase first. I tried to search in google but could not find any solution. $ ruby -v ruby 3.0.0p0 (2020-12-25 revision 95aff2...
Infantine asked 1/3, 2021 at 19:5

10

Solved

bundle install Fetching gem metadata from https://rubygems.org/........... Fetching gem metadata from https://rubygems.org/.. Resolving dependencies... Enter your password to install the bundle...
Naamana asked 28/6, 2015 at 13:26

14

Solved

I am struggling to push my code to Heroku. And after searching on Google and Stack Overflow questions, I have not been able to find the solution. Here is What I get when I try "git push heroku mast...
Mantilla asked 1/1, 2011 at 13:24

14

Solved

I am having a problem installing the mysql2 gem. This comes up when I do gem install mysql2: Marks-MacBook-Pro:~ Mark$ gem install mysql2 Building native extensions. This could take a while... ER...
Continue asked 23/3, 2011 at 18:16

10

Solved

I'm having difficulties updating RubyGems from version 1.1.1 to newest. I've tried the following: gem update Result: Updating installed gems Bulk updating Gem source index for: http://gems...
Pentimento asked 23/12, 2009 at 17:32

8

Solved

I'm working on a small gem and included simplecov to spec_helper.rb two lines: require 'simplecov' SimpleCov.start When I run the rspec test, the simplecov seems started correctly but the report...
Vintner asked 2/10, 2012 at 5:22

6

Solved

Here I am trying to fetch data from MS-SQL Server 2008 to my Rails application on Ubuntu 10. But I am unable to install tiny_tds. I follow the step given at github. But no response. Please guide me...
Calculating asked 23/9, 2011 at 6:28

3

Solved

I am trying to run the gem command to install/update some gems, but due to some network restrictions in this area, I get this error: ERROR: While executing gem ... (OpenSSL::SSL::SSLError) SSL_co...
Gnaw asked 5/12, 2013 at 12:3

4

Example of Error response: TTRAN-YK0WK9W9PM:virtual_terminal tuantran$ rvm install 2.7.6 ruby-2.7.6 - #removing src/ruby-2.7.6.. Searching for binary rubies, this might take some time. No binary ru...
Helpless asked 19/7, 2022 at 17:59

11

Solved

This is the short version: When I run pod install in an Xcode project I get [!] Pod::Executable pull error: cannot open .git/FETCH_HEAD: Permission denied If I run sudo pod install ...
Wormhole asked 17/4, 2013 at 0:13

16

Solved

I'm investigating a rails app - the prod server has two version of a specific gem installed, how can I tell which version the prod app is using?
Patterman asked 25/10, 2009 at 17:0

2

Solved

Using Ubuntu, when I run "bundle install" to set up my Rails environment, it throws an error during the JSON gem installation: Installing json (1.7.3) with native extensions Gem::Installer::Exten...
Larcher asked 15/6, 2012 at 22:31

16

Solved

It seems many others have had problems installing the pg gem. None of the solutions posed for others have worked for me. I have tried to install the pg gem and postgres.app. The pg gem won't inst...
Baku asked 9/10, 2013 at 2:59

7

Solved

I'm trying to setup my VPS (CentOS 6.4) with ruby on rails and postgres. I installed ruby (2.1.0p0), rails (4.1.0), and postgresql (9.3.4) with no problem. When I try create new rails app (rails ...
Unbeliever asked 25/4, 2014 at 20:3

6

Solved

I am trying to install mysql2 (version 0.4.5) and I am using Rails 5.0.2, Ruby 2.3.1 I've already installed mysql server using homebrew (version 8.0.11)and started mysql as: brew install mysql b...
Kellner asked 18/6, 2018 at 12:48

10

I am trying to run a bundler install on vscode for windows, but every time I do, I keep getting the same message: Fetching gem metadata from https://rubygems.org/....... Resolving dependencies... U...
Panther asked 18/7, 2020 at 5:38

8

I am trying to install create a new app in Ruby on Rails and I cannot get passed this error: $ gem install pg ERROR: While executing gem ... (Errno::EACCES) Permission denied @ rb_sysopen - /...
Ocampo asked 27/6, 2017 at 1:5

4

I get this warning when trying to install the json module via ruby gems. Any ideas? Mac-Mini poulh$ sudo gem install json Password: WARNING: File '/System/Library/Frameworks/Ruby.framew...
Lynettelynn asked 7/2, 2010 at 0:44

3

Solved

When I try to update my jekyll project on our debian buster server, I get this error: $ bundle exec jekyll build Traceback (most recent call last): 12: from /usr/local/bin/jekyll:23:in `<main&g...
Illtempered asked 2/7, 2021 at 5:30

5

Solved

What's the meaning of ~> version requirement in gem specs? hanna-0.1.12 depends on [haml (~> 2.2.8)]
Gasket asked 5/8, 2010 at 11:47

5

Solved

Ubuntu 9.10 Just installed newgem gem install newgem and when i try newgem new_project I get adam@adam-ubuntu:~$ newgem newproject newgem: command not found Ive checked my path via echo...
Hackler asked 6/3, 2010 at 11:22

8

Solved

I'm currently working on a project using: rvm 1.26.11 ruby 2.2.1p85 I tried to run bundle install but keep getting the following error: Gem::Ext::BuildError: ERROR: Failed to build gem native ...
Unfleshly asked 25/4, 2015 at 0:0

6

I want to develop a project with react native Cli. I read the react native documentation. I should install cocoapods. But when I write sudo gem install cocoapods, the terminal returns Error install...
Artois asked 22/10, 2023 at 10:30

© 2022 - 2024 — McMap. All rights reserved.