Bump bundler version to 2.3.15

This commit is contained in:
Andrejs Cunskis 2022-06-10 10:45:35 +03:00
parent 529b2dc0dd
commit eda1d374d1
No known key found for this signature in database
GPG key ID: 87CB75083F227241

View file

@ -235,7 +235,7 @@ function print_bundler_args() {
BUNDLER_VERSION=2.1.4
;;
2.3)
BUNDLER_VERSION=2.3.12
BUNDLER_VERSION=2.3.15
;;
*) echo "Unknown bundler version $1"; exit 1;
esac