From 5250920e1186dcd009c4fc0ae0e9f1a70a3ddfbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Wed, 16 Feb 2022 20:22:43 +0000 Subject: [PATCH] Prepare to 2.1.0 --- Gemfile.lock | 6 ++---- lib/packwerk/version.rb | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index dd1e5d721..90628751b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -87,7 +87,7 @@ GIT PATH remote: . specs: - packwerk (2.0.0) + packwerk (2.1.0) activesupport (>= 5.2) ast better_html @@ -147,8 +147,6 @@ GEM nokogiri (1.12.5) mini_portile2 (~> 2.6.1) racc (~> 1.4) - nokogiri (1.12.5-x86_64-darwin) - racc (~> 1.4) parallel (1.20.1) parlour (6.0.0) commander (~> 4.5) @@ -259,4 +257,4 @@ DEPENDENCIES tapioca BUNDLED WITH - 2.2.22 + 2.3.4 diff --git a/lib/packwerk/version.rb b/lib/packwerk/version.rb index a32e26f0f..940cbf8a8 100644 --- a/lib/packwerk/version.rb +++ b/lib/packwerk/version.rb @@ -2,5 +2,5 @@ # frozen_string_literal: true module Packwerk - VERSION = "2.0.0" + VERSION = "2.1.0" end