From 8f52a911ac6dc37a0d2c5424417c8579c2de8aca Mon Sep 17 00:00:00 2001 From: Seam Bot Date: Thu, 18 Apr 2024 21:09:22 +0000 Subject: [PATCH] 2.0.0a1 Signed-off-by: Seam Bot --- Gemfile.lock | 4 ++-- lib/seam/version.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 0810047..9ee0886 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - seam (3.1.1) + seam (2.0.0a1) GEM remote: https://rubygems.org/ @@ -93,10 +93,10 @@ PLATFORMS DEPENDENCIES bundler (~> 2.0) gem-release (~> 2.2) - seam! parse_gemspec-cli (~> 1.0) rake (~> 13.0) rspec (~> 3.0) + seam! simplecov (~> 0.21) simplecov-console (~> 0.9) standard (~> 1.3) diff --git a/lib/seam/version.rb b/lib/seam/version.rb index 25bae0e..9ac03ec 100644 --- a/lib/seam/version.rb +++ b/lib/seam/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Seam - VERSION = "3.1.1" + VERSION = "2.0.0a1" end