You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to RVideo
bundler is not picking up any requirement for the open4 gem
My Gemfile has the line:
gem 'newbamboo-rvideo'
If I try to require "rvideo" on the rails console, I get an error
about open4 being required but not found. Had to manually install
open4. Is this an oversight?