Skip to content

ruby server.rb errors on active_support/all #211

@kaltepeter

Description

@kaltepeter

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:in require': 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions