diff --git a/Gemfile.lock b/Gemfile.lock index cf54947a..5eb0dd52 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - cpl (1.4.0) + cpl (2.0.0.rc.0) debug (~> 1.7.1) dotenv (~> 2.8.1) jwt (~> 2.8.1) @@ -29,8 +29,8 @@ GEM hashdiff (1.1.0) iniparse (1.5.0) io-console (0.7.2) - irb (1.12.0) - rdoc + irb (1.13.1) + rdoc (>= 4.0.0) reline (>= 0.4.2) json (2.7.2) jwt (2.8.1) @@ -52,7 +52,7 @@ GEM rdoc (6.6.3.1) psych (>= 4.0.0) regexp_parser (2.9.0) - reline (0.5.1) + reline (0.5.6) io-console (~> 0.5) rexml (3.2.6) rspec (3.12.0) diff --git a/lib/cpl/version.rb b/lib/cpl/version.rb index f9ad41aa..ea6ff5b3 100644 --- a/lib/cpl/version.rb +++ b/lib/cpl/version.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true module Cpl - VERSION = "1.4.0" + VERSION = "2.0.0.rc.0" MIN_CPLN_VERSION = "0.0.71" end