diff --git a/Gemfile.lock b/Gemfile.lock index ed2029d..7855097 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - cocooned (2.3.0) + cocooned (2.4.0) rails (>= 7.0, <= 8.0) GEM diff --git a/lib/cocooned/version.rb b/lib/cocooned/version.rb index 6e5fb1e..dd1b61d 100644 --- a/lib/cocooned/version.rb +++ b/lib/cocooned/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Cocooned - VERSION = '2.3.0' + VERSION = '2.4.0' end