From f5ba73117b9afb933cea28e406fbe10dbbeb363f Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Wed, 16 Jan 2019 09:55:15 -0800 Subject: Unpin bundler dev dep This allows us to test this gem on Bundler 2.x installs. I also updated the travis and expeditor configs a bit while I was in here. Signed-off-by: Tim Smith --- .expeditor/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.expeditor') diff --git a/.expeditor/config.yml b/.expeditor/config.yml index b7e09b0..185f96e 100644 --- a/.expeditor/config.yml +++ b/.expeditor/config.yml @@ -15,7 +15,7 @@ github: version_tag_format: "v{{version}}" # allow bumping the minor release via label minor_bump_labels: - - "Expeditor: Bump Minor Version" + - "Expeditor: Bump Version Minor" changelog: rollup_header: Changes not yet released to rubygems.org @@ -30,7 +30,7 @@ merge_actions: only_if: built_in:bump_version - built_in:update_changelog: ignore_labels: - - "Expeditor: Exclude From Changelog" + - "Expeditor: Skip Changelog" - "Expeditor: Skip All" - built_in:build_gem: only_if: built_in:bump_version -- cgit v1.2.1