bitbucket-pipelines.yml in legion-transport-1.1.5 vs bitbucket-pipelines.yml in legion-transport-1.1.6
- old
+ new
@@ -1,14 +1,15 @@
-image: ruby:2.5.0
+image: ruby:2.7.0
pipelines:
branches:
master:
- step:
caches:
- bundler
script:
- gem install bundle rubocop
+ - gem update bundler
- bundle install
- rubocop
- rake
services:
- broker
\ No newline at end of file