diff --git a/Gemfile.lock b/Gemfile.lock index bbce992..3b6e958 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - gifted (1.2.0) + gifted (1.3.0) activesupport (>= 6.1.0, < 8.0) railties (>= 6.1.0, < 8.0) diff --git a/lib/gifted/version.rb b/lib/gifted/version.rb index 23c298c..2628631 100644 --- a/lib/gifted/version.rb +++ b/lib/gifted/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Gifted - VERSION = "1.2.0" + VERSION = "1.3.0" end