RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: sagescs
It's an issue between roo gem and rubyzip gem. You can fix it by adding
roo gem
rubyzip gem
gem 'rubyzip', '~> 0.9.9'
to your Gemfile.
Gemfile
It's an issue between
roo gem
andrubyzip gem
.You can fix it by adding
to your
Gemfile
.