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