diff --git a/Gemfile.lock b/Gemfile.lock index ef92ccc..be575be 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - inky-rb (1.3.7.0) + inky-rb (1.3.7.1) foundation_emails (~> 2) nokogiri @@ -165,4 +165,4 @@ DEPENDENCIES slim BUNDLED WITH - 1.13.5 + 1.13.6 diff --git a/lib/inky/rails/version.rb b/lib/inky/rails/version.rb index 3db4da9..223199c 100644 --- a/lib/inky/rails/version.rb +++ b/lib/inky/rails/version.rb @@ -1,6 +1,6 @@ module Inky module Rails - VERSION = "1.3.7.0".freeze + VERSION = "1.3.7.1".freeze end NODE_VERSION, GEM_VERSION = Rails::VERSION.rpartition('.').map(&:freeze) end