From 50d1c3631c692637f031f817198632c527342a84 Mon Sep 17 00:00:00 2001 From: danigirl329 Date: Tue, 26 Oct 2021 13:28:28 -0400 Subject: [PATCH] Update gem version to 5.0.3 --- Gemfile.lock | 2 +- lib/trusty_cms.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index cdf684e2..0a260675 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - trusty-cms (5.0.2) + trusty-cms (5.0.3) RedCloth (= 4.3.2) activestorage-validator acts_as_list (>= 0.9.5, < 1.1.0) diff --git a/lib/trusty_cms.rb b/lib/trusty_cms.rb index e6b4da46..128cdd6e 100644 --- a/lib/trusty_cms.rb +++ b/lib/trusty_cms.rb @@ -2,6 +2,6 @@ unless defined? TrustyCms::VERSION module TrustyCms - VERSION = '5.0.2'.freeze + VERSION = '5.0.3'.freeze end end