Getting gcal4ruby gem to work
问题 I'm trying to create a RoR web application that allows people to connect to their accounts to google calendar. I found a gem called gcal4ruby that seemed to do the right things based on looking at sample code and its documentation. I ran gem install and the cmd claimed the installation was ok. However, when I added the gem to my gemfile then try to run the server again I get: Could not find 'gcal4ruby (= 0.0.5, runtime)' in any of the gem sources Try running 'bundle install'. Then I tried