we have modified java-buildpack validate input yaml against schema using kwalify gem. we have created offline buidpack for the same. now when we do cf push using this new buildpack we are getting below error
*2016-05-06T11:44:28.85+0530 [STG/9] OUT -----> Downloaded app package (4.0K)* *2016-05-06T11:44:29.07+0530 [STG/0] ERR /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require': cannot load such file -- kwalify (LoadError*
these require qualify included in Gemfile and Gemfile.lock. Please could you suggest whether we need to run bundle install each runner ruby or is there any other way available to load gem file ??