From 48870b08470799a7bd8a291f76db2d3736106b01 Mon Sep 17 00:00:00 2001 From: Joel Moss Date: Sun, 16 Oct 2022 21:14:18 +0100 Subject: [PATCH] Bump gifted to 1.3.0 --- Gemfile.lock | 2 +- lib/gifted/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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