Its a permissions issue. You could fix it with this:
sudo chown -R $(whoami) /Library/Ruby/Gems/*
or possibly in your case
sudo chown -R $(whoami) /Users/stormyramsey/.rbenv/versions/2.3.2/lib/ruby/gems/*
What does this do:
This is telling the system to change the files to change the ownership to the current user. Something must have gotten messed up when something got installed. Usually this is because there are multiple accounts or users are using sudo to install when they should not always have to.
Related Posts:
- Why does Ruby on Rails use http://0.0.0.0:3000 instead of http://localhost:3000?
- bundle install returns “Could not locate Gemfile”
- Unable to install gem – Failed to build gem native extension – cannot load such file — mkmf (LoadError)
- Cannot load such file — bcrypt_ext
- warning: constant ::Fixnum is deprecated When generating new model
- bcrypt LoadError: Cannot load such file
- Uninitialized constant “Controller Name”
- Difference between rake db:migrate db:reset and db:schema:load
- TypeError: no implicit conversion of Symbol into Integer
- Migrations are pending; run ‘bin/rake db:migrate RAILS_ENV=development’ to resolve this issue
- An error occurred while installing json (1.8.1), and Bundler cannot continue – Rails
- 400 Bad Request – request header or cookie too large
- Why Puma listen on ‘tcp://localhost:3000’ instead of ‘http://localhost:3000’
- Explain what " means
- You don’t have write permissions for the /Library/Ruby/Gems/2.3.0 directory. (mac user)
- ActionController::InvalidAuthenticityToken
- You don’t have write permissions for the /Library/Ruby/Gems/2.3.0 directory. (mac user)
- ActionController::InvalidAuthenticityToken
- Rails: Why “sudo” command is not recognized?
- Rails 5 ActionController::InvalidAuthenticityToken error
- what does ? ? mean in ruby
- Rails: Can’t verify CSRF token authenticity when making a POST request
- undefined method `each’ for nil:NilClass… why?
- Bundler: You must use Bundler 2 or greater with this lockfile
- undefined method `each’ for nil:NilClass… why?
- Using Pundit for all-access “super_admin” role
- How to tell if homebrew is installed on Mac OS X
- Ruby: How to install a specific version of a ruby gem?
- What is the difference between Rails.cache.clear and rake tmp:cache:clear?
- Library not loaded: /usr/local/opt/readline/lib/libreadline.7.dylib
- Can’t find the ‘libpq-fe.h header when trying to install pg gem
- could not connect to server: No such file or directory (PG::ConnectionBad)
- PG::ConnectionBad: fe_sendauth: no password supplied
- curl : (1) Protocol https not supported or disabled in libcurl
- extconf failed, exit code 1 error when installing [Ruby on Rails] 5 on OS X Yosemite 10.10.5
- Rails 4 RoutingError: No Route Matches
- couldn’t find file ‘jquery’ with type ‘application/javascript’
- Passing parameters in rails redirect_to
- Getting: “Migrations are pending; run ‘bin/rake db:migrate RAILS_ENV=development’ to resolve this issue.” after cloning and migrating the project
- PG::ConnectionBad – could not connect to server: Connection refused
- Rails syntax error : unexpected keyword_ensure, expecting end-of-input
- How to find out which rails version an existing rails application is built on?
- RubyMine Unit tests – Test Framework quit unexpectedly
- Removing all installed Gems and starting over
- Rails: I installed Ruby, now “bundle install” doesn’t work
- Ruby: What is the easiest way to remove the first element from an array?
- How do I format datetime in rails?
- Ruby String to Date Conversion
- heroku open – no app specified
- “Error installing rails” because “extconf.rb failed” on Ubuntu 18.04
- Sass::SyntaxError: File to import not found or unreadable: bootstrap-sprockets
- Rails button_to vs. HTML Button Tag
- GROUP BY and COUNT using ActiveRecord
- How to stop (and restart) the Rails Server?
- Uploading a file in Rails
- Nginx error: client intended to send too large body
- How do I parse JSON with Ruby on Rails? [duplicate]
- What does %w(array) mean?
- PackagesNotFoundError: The following packages are not available from current channels:
- How to map with index in Ruby?
- Difference between `not` and `!` in ruby
- How can I find out if I have Xcode commandline tools installed?
- undefined method (NoMethodError) ruby
- Python official installer missing python27.dll
- Uncaught ReferenceError: React is not defined
- Creating and iterating a 2d array in Ruby
- Install pip for python 3.5
- A way to automatically install pages on theme install?
- Does plugin uninstall always put WordPress back into original state?
- the correct order of manual install WP and SSL on server
- Installed successfully; home page still redirects to install.php
- Please select a file error
- Multisite configuration fails with css/js files
- How to import WP XML file automatically on installation?
- How would you detect if WordPress is installed in a subdirectory (not root)?
- From 403 error to 500 internal server error
- Moving to directory creates path problems.. how to solve?
- Multisite install – Create each domain with its own directory
- How to customize WordPress Plugin installation?
- How to create wordpress install template/image?
- PuTTY is glitching out when I try to install wordpress
- All links in WP blog redirect to main non-WP site
- Create database on installation
- WordPress is already installed
- Installed WordPress without configuration screen
- Create QuickStart Package for WordPress just like in Joomla
- the_permalink() not working
- Installing plugins on IIS-hosted site [closed]
- wordpress icons and gui not display while installing wordpress http://server_ip /wp-admin/install.php
- My wordpress doesnt show up
- Error during installation
- Fastest way to install a multisite?
- WordPress Plugin Install / Update Problem
- Plugin install error: Installation failed: The package could not be installed
- Can’t Install WordPress (local) Failed to open file wp-includes/wp-db.php
- Disable redirect to install.php
- WordPress index page is returning 404 and admin page requires /index.php in url
- Install WordPress with SQL database
- How does a WordPress installation become ‘alive’?
- Automate the installation of postfix on Ubuntu