diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a498321..92d634f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,8 +13,5 @@ jobs: - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} - bundler: 'none' - - run: gem uninstall -v '>= 2' -i $(rvm gemdir)@global -ax bundler || true - - run: gem install bundler -v '< 2' - - run: bundle install + bundler-cache: true - run: bundle exec rake diff --git a/rspec-tabular.gemspec b/rspec-tabular.gemspec index 92456f4..61970b2 100644 --- a/rspec-tabular.gemspec +++ b/rspec-tabular.gemspec @@ -27,7 +27,7 @@ Gem::Specification.new do |spec| spec.add_runtime_dependency 'rspec-core', '>= 2.99.0' - spec.add_development_dependency 'bundler', '~> 1.7' + spec.add_development_dependency 'bundler', '~> 2.0' spec.add_development_dependency 'rake', '~> 12.0' spec.add_development_dependency 'rspec', '~> 3.5'