diff options
| author | mokha <mokha@cisco.com> | 2019-04-30 10:16:43 -0600 |
|---|---|---|
| committer | mokha <mokha@cisco.com> | 2019-04-30 10:16:43 -0600 |
| commit | be213e23ff4921f496af77382e4e366b7b7d8428 (patch) | |
| tree | e4fa2cae8198bd76f1a61f80a1a188b48c59277e | |
| parent | 7944ed7cde2122bcd73720d2f8cfe674c0bf25df (diff) | |
use bundler 2.0
| -rw-r--r-- | .rubocop.yml | 2 | ||||
| -rw-r--r-- | .travis.yml | 1 | ||||
| -rwxr-xr-x | bin/cibuild | 2 |
3 files changed, 2 insertions, 3 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index 6c24a0d..19ffa07 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -5,7 +5,7 @@ AllCops: - 'test/**/*' - 'tmp/**/*' - 'vendor/**/*' - TargetRubyVersion: 2.5 + TargetRubyVersion: 2.6 Layout/AlignParameters: EnforcedStyle: with_fixed_indentation diff --git a/.travis.yml b/.travis.yml index c6f785b..e4c24af 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ sudo: false language: ruby rvm: - - 2.3.8 - 2.4.5 - 2.5.5 - 2.6.3 diff --git a/bin/cibuild b/bin/cibuild index a36944e..ca78646 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 +gem install bundler --conservative -v '~> 2.0' bundler bin/test bin/lint |
