diff --git a/Gemfile.lock b/Gemfile.lock index 0de4403a..9f0f4f11 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - spoom (1.3.1) + spoom (1.3.2) erubi (>= 1.10.0) prism (>= 0.19.0) sorbet-static-and-runtime (>= 0.5.10187) diff --git a/lib/spoom/version.rb b/lib/spoom/version.rb index bc0bd435..bf1fbc5c 100644 --- a/lib/spoom/version.rb +++ b/lib/spoom/version.rb @@ -2,5 +2,5 @@ # frozen_string_literal: true module Spoom - VERSION = "1.3.1" + VERSION = "1.3.2" end