18F / open-data-maker

make it easy to turn a lot of potentially large csv files into easily accessible open data
Other
200 stars 135 forks source link

Can't push to CF with current Ruby version #271

Closed yozlet closed 8 years ago

yozlet commented 8 years ago

Since the CF upgrade, attempting to push to CF results in this error:

Starting app ccapi-dev in org ed / space dev as jeremy.grahame@gsa.gov...
-----> Downloaded app package (992K)
-----> Downloaded app buildpack cache (27M)
-------> Buildpack version 1.6.11
       Downloaded [file:///var/vcap/data/dea_next/admin_buildpacks/a8e177f6-6281-40f9-b1db-432a999ddb16_8b3d5310cea1de34476522b6d8aa82ce1e9904f5/dependencies/https___pivotal-buildpacks.s3.amazonaws.com_ruby_binaries_shared_bundler-1.9.7.tgz]
-----> Compiling Ruby/Rack
       DEPENDENCY MISSING IN MANIFEST: ruby 2.2.2
       It looks like you're trying to use ruby 2.2.2.
       Unfortunately, that version of ruby is not supported by this buildpack.
       The versions of ruby supported in this buildpack are:
       - 2.2.4
       - 2.2.3
       - 2.1.8
       - 2.1.7
       - 2.0.0
       If you need further help, start by reading: http://github.com/cloudfoundry/ruby-buildpack/releases.
 !
 !     exit
 !
Staging failed: Buildpack compilation step failed

(solution - upgrade to 2.2.4)