.buildspec.yml in epb_view_models-1.0.18 vs .buildspec.yml in epb_view_models-1.0.19
- old
+ new
@@ -1,13 +1,13 @@
version: 0.2
phases:
install:
runtime-versions:
- ruby: 2.7
+ ruby: 3.1
pre_build:
commands:
- - gem install bundler:2.2.21
+ - gem install bundler:2.3.15
- make install
build:
commands:
- make test