diff --git a/Gemfile.lock b/Gemfile.lock index 3a85f61e..d6123f5e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - recaptcha (5.17.1) + recaptcha (5.18.0) GEM remote: https://rubygems.org/ diff --git a/lib/recaptcha/version.rb b/lib/recaptcha/version.rb index 9861ca05..21cf98de 100644 --- a/lib/recaptcha/version.rb +++ b/lib/recaptcha/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Recaptcha - VERSION = '5.17.1' + VERSION = '5.18.0' end