Commit be213e2
Changed files (3)
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
.rubocop.yml
@@ -5,7 +5,7 @@ AllCops:
- 'test/**/*'
- 'tmp/**/*'
- 'vendor/**/*'
- TargetRubyVersion: 2.5
+ TargetRubyVersion: 2.6
Layout/AlignParameters:
EnforcedStyle: with_fixed_indentation
.travis.yml
@@ -1,7 +1,6 @@
sudo: false
language: ruby
rvm:
- - 2.3.8
- 2.4.5
- 2.5.5
- 2.6.3