diff --git a/Gemfile.lock b/Gemfile.lock index 077a7a29..b1b8471b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - cpl (1.2.0) + cpl (1.3.0) debug (~> 1.7.1) dotenv (~> 2.8.1) psych (~> 5.1.0) @@ -24,10 +24,10 @@ GEM dotenv (2.8.1) hashdiff (1.0.1) iniparse (1.5.0) - io-console (0.7.1) - irb (1.11.0) + io-console (0.7.2) + irb (1.12.0) rdoc - reline (>= 0.3.8) + reline (>= 0.4.2) json (2.6.3) overcommit (0.60.0) childprocess (>= 0.6.3, < 5) @@ -44,7 +44,7 @@ GEM rdoc (6.6.2) psych (>= 4.0.0) regexp_parser (2.6.2) - reline (0.4.1) + reline (0.4.3) io-console (~> 0.5) rexml (3.2.5) rspec (3.12.0) diff --git a/lib/cpl/version.rb b/lib/cpl/version.rb index bbd7f06d..828a2c45 100644 --- a/lib/cpl/version.rb +++ b/lib/cpl/version.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true module Cpl - VERSION = "1.2.0" + VERSION = "1.3.0" MIN_CPLN_VERSION = "0.0.71" end