Something odd is afoot here! No idea why, but if you have a Gemfile like
source :rubygems
gemspecs
Then Ocra fails, but if the same information is put into the Gemfile using "gem" methods, then it works fine.
I've managed to work around this by excluding the "myapplication.gemspec" (note the underscore) file as well as editing the Gemfile
Something odd is afoot here! No idea why, but if you have a Gemfile like
Then Ocra fails, but if the same information is put into the Gemfile using "gem" methods, then it works fine. I've managed to work around this by excluding the "myapplication.gemspec" (note the underscore) file as well as editing the Gemfile