]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
no bug - add DBIx::Class to dependencies
authorDylan William Hardison <dylan@hardison.net>
Fri, 8 Feb 2019 18:33:53 +0000 (13:33 -0500)
committerGitHub <noreply@github.com>
Fri, 8 Feb 2019 18:33:53 +0000 (13:33 -0500)
.circleci/config.yml
Dockerfile
Makefile.PL

index b2c57e180f430026197d52ff15afc86273a7d1c3..aa3cf49577534fe75fbca1e9a9e5ba6560887cc4 100644 (file)
@@ -7,7 +7,7 @@ version: 2
 
 defaults:
   bmo_slim_image: &bmo_slim_image
-    image: mozillabteam/bmo-slim:20181210.1
+    image: mozillabteam/bmo-slim:20190208.1
     user: app
 
   mysql_image: &mysql_image
index aa1cfcdedb1107fc81ea2addef8bda853eedb2bc..8c4c5fa056de1769c59fb981a56fec9306c870ac 100644 (file)
@@ -1,4 +1,4 @@
-FROM mozillabteam/bmo-slim:20181210.1
+FROM mozillabteam/bmo-slim:20190208.1
 
 ARG CI
 ARG CIRCLE_SHA1
index 56b021c132a34dec5b3e989f7cd60a1a01f865c9..35704e6914748bbe9c6d4366267c7d74a3b27f66 100755 (executable)
@@ -48,6 +48,8 @@ my %requires = (
   'Class::XSAccessor'                   => '1.18',
   'DBI'                                 => '1.614',
   'DBIx::Connector'                     => 0,
+  'DBIx::Class'                         => 0,
+  'DBIx::Class::Helpers'                => 0,
   'Data::Password::passwdqc'            => '0.08',
   'Date::Format'                        => '2.23',
   'DateTime'                            => '0.75',