diff options
| author | mokha <mokha@cisco.com> | 2019-04-30 10:23:05 -0600 |
|---|---|---|
| committer | mokha <mokha@cisco.com> | 2019-04-30 10:23:05 -0600 |
| commit | 033e8f9eb07a275edc54b7f8aae73b212ca6be6e (patch) | |
| tree | aeeb385b4481ef2b679c53e2366a7955313dda73 /bin/cibuild | |
| parent | 94dc885f3111bfb08b29e6609d76ea4f699f9f52 (diff) | |
try to fix ruby 2.6 build
Diffstat (limited to 'bin/cibuild')
| -rwxr-xr-x | bin/cibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/cibuild b/bin/cibuild index b4c469d..a212da4 100755 --- a/bin/cibuild +++ b/bin/cibuild @@ -18,6 +18,6 @@ export RUBY_HEAP_SLOTS_GROWTH_FACTOR=1 export CIBUILD=1 ruby -v -gem install bundler --conservative -v '~> 2.0' +gem install bundler:2.0.1 --conservative bin/test bin/lint |
