-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Description
ruby server.rb
'
/Users/kaltepe/.rvm/rubies/ruby-2.1.10/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:59:inrequire': cannot load such file -- active_support/all (LoadError) from /Users/kaltepe/.rvm/rubies/ruby-2.1.10/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:59:in
require'
from server.rb:4:in `
I got this error when following the github guide: https://developer.github.com/apps/building-your-first-github-app/. I tried many versions of ruby and no dice. I had to add this to my Gemfile to make it work.
gem 'activesupport', '~> 5.0'
Not sure if anyone else had this happen.
966530095520
Metadata
Metadata
Assignees
Labels
No labels