diff --git a/Gemfile.lock b/Gemfile.lock index 5127893..0fabefe 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - propshaft (0.6.3) + propshaft (0.6.4) actionpack (>= 7.0.0) activesupport (>= 7.0.0) rack diff --git a/lib/propshaft/version.rb b/lib/propshaft/version.rb index e1d8f8e..9f7b812 100644 --- a/lib/propshaft/version.rb +++ b/lib/propshaft/version.rb @@ -1,3 +1,3 @@ module Propshaft - VERSION = "0.6.3" + VERSION = "0.6.4" end