.circleci/config.yml in legion-exceptions-1.1.2 vs .circleci/config.yml in legion-exceptions-1.1.3

- old
+ new

@@ -81,9 +81,12 @@ docker: - image: circleci/ruby:2.7 steps: - checkout - ruby/load-cache + - run: + name: update bundler + command: gem update bundler - ruby/install-deps - ruby/run-tests - run: name: Run Rubocop command: bundle exec rubocop --format=json --out=rubocop-result.json \ No newline at end of file