diff --git a/Gemfile b/Gemfile index 178ea70..89e3faf 100644 --- a/Gemfile +++ b/Gemfile @@ -30,7 +30,7 @@ gem "ancestry", "~> 4.3" gem "devise", "~> 4.9" gem "devise_invitable", "~> 2.0" gem "responders", "~> 3.1.0" -gem "invisible_captcha", "~> 2.2" +gem "invisible_captcha", "~> 2.3" # Authorisation gem "pundit", "~> 2.2" diff --git a/Gemfile.lock b/Gemfile.lock index 8217a17..b35e8e4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -110,7 +110,7 @@ GEM execjs (~> 2.0) base64 (0.2.0) bcrypt (3.1.20) - bigdecimal (3.1.6) + bigdecimal (3.1.7) bindex (0.8.1) bootsnap (1.18.3) msgpack (~> 1.2) @@ -193,7 +193,7 @@ GEM image_processing (1.12.2) mini_magick (>= 4.9.5, < 5) ruby-vips (>= 2.0.17, < 3) - invisible_captcha (2.2.0) + invisible_captcha (2.3.0) rails (>= 5.2) io-console (0.7.2) irb (1.12.0) @@ -241,7 +241,7 @@ GEM method_source (1.0.0) mini_magick (4.12.0) mini_mime (1.1.5) - minitest (5.22.2) + minitest (5.22.3) mobility (1.2.9) i18n (>= 0.6.10, < 2) request_store (~> 1.0) @@ -261,9 +261,9 @@ GEM net-smtp (0.4.0.1) net-protocol nio4r (2.7.0) - nokogiri (1.16.2-x86_64-darwin) + nokogiri (1.16.3-x86_64-darwin) racc (~> 1.4) - nokogiri (1.16.2-x86_64-linux) + nokogiri (1.16.3-x86_64-linux) racc (~> 1.4) noticed (2.1.3) rails (>= 6.1.0) @@ -502,7 +502,7 @@ DEPENDENCIES guard guard-rspec image_processing (>= 1.2) - invisible_captcha (~> 2.2) + invisible_captcha (~> 2.3) jbuilder jsbundling-rails (~> 1.3) kaminari (~> 1.2)