garethr / garethr-kubernetes

Puppet types and provider for managing Pods, ReplicationControllers, Services and more in Kubernetes
http://garethr.github.io/garethr-kubernetes
Apache License 2.0
28 stars 28 forks source link

Pin version of activesupport to install #9

Closed petems closed 8 years ago

petems commented 8 years ago

The kubeclient gem does not specify what version of activesupport to install, and it's currently on 2.2 Ruby only:

ERROR: Error installing kubeclient: activesupport requires Ruby version >= 2.2.2.

So we can specify an older version first