Replace stub gems with the Real McCoy.

Due to a rubygems security fix which arrived in JRuby 9.1.15.0, the empty stub
gems we were using in our integration tests would no longer work properly,
causing the error below:

    installing into parent path
    /home/tyler/source/github/jruby-gradle/jruby-gradle-plugin/jruby-gradle-base-plugin/build/tmp/integrationTest/root/jpgis/rack-resolve/build/gems/gems/sinatra-1.4.5 of
    /home/tyler/source/github/jruby-gradle/jruby-gradle-plugin/jruby-gradle-base-plugin/build/tmp/integrationTest/root/jpgis/rack-resolve/build/gems/gems/sinatra-1.4.5 is not allowed`

By adding the real gem files, the tests work fine again 😸

Many 👏 for @ysb33r whose detective work helped uncover the empty gems in
relation to the test failure
This commit is contained in:
R Tyler Croy 2019-05-04 11:20:28 -07:00
parent a389038505
commit 704694e6b1
No known key found for this signature in database
GPG Key ID: E5C92681BEF6CEA2
2 changed files with 0 additions and 0 deletions