.all_images.yml in infobar-0.7.4 vs .all_images.yml in infobar-0.8.0
- old
+ new
@@ -1,17 +1,18 @@
dockerfile: |-
RUN apk add --no-cache build-base git
- RUN gem update --system
- RUN gem install gem_hadar bundler
+
script: &script |-
echo -e "\e[1m"
ruby -v
echo -e "\e[0m"
- bundle
- rake spec
+ gem install bundler
+ bundle install
+ bundle exec rake spec
fail_fast: true
images:
+ ruby:3.3-alpine: *script
ruby:3.2-alpine: *script
ruby:3.1-alpine: *script
ruby:3.0-alpine: *script