From 76955bd268c4ca4057783a2bacb6a023ae6d1946 Mon Sep 17 00:00:00 2001 From: Alex Karle Date: Sun, 2 May 2021 00:02:54 -0400 Subject: [PATCH] deps: Lock in Mojolicious at v8.67 This is the version we're using in production, and I noticed a fresh build failed to install Mojo::Webpack::Plugin .13 with Mojolicious 9.17, so this patch should fix the versioning issues and ensure the code is installable on a fresh machine! --- cpanfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpanfile b/cpanfile index 3003432..f4f206f 100644 --- a/cpanfile +++ b/cpanfile @@ -1,3 +1,3 @@ -requires 'Mojolicious'; +requires 'Mojolicious', '== 8.67'; requires 'Mojolicious::Plugin::Webpack', '== 0.13'; requires 'Class::Tiny'; -- libgit2 1.1.1