diff --git a/Gemfile b/Gemfile index bad56a138..e80c5d993 100644 --- a/Gemfile +++ b/Gemfile @@ -31,7 +31,7 @@ gem "graphql", "~> 1.12.14" gem "groupdate", "~> 6.2.1" gem "image_processing", "~> 1.12.2" gem "initialjs-rails", "~> 0.2.0.9" -gem "invisible_captcha", "~> 2.0.0" +gem "invisible_captcha", "~> 2.1.0" gem "jquery-fileupload-rails" gem "jquery-rails", "~> 4.6.0" gem "jquery-ui-rails", "~> 6.0.1" diff --git a/Gemfile.lock b/Gemfile.lock index 4dae0362c..314b1f983 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -232,7 +232,7 @@ GEM gitlab (4.19.0) httparty (~> 0.20) terminal-table (>= 1.5.1) - globalid (1.0.1) + globalid (1.1.0) activesupport (>= 5.0) globalize (6.2.1) activemodel (>= 4.2, < 7.1) @@ -275,8 +275,8 @@ GEM ruby-vips (>= 2.0.17, < 3) initialjs-rails (0.2.0.9) railties (>= 3.1, < 7.0) - invisible_captcha (2.0.0) - rails (>= 5.0) + invisible_captcha (2.1.0) + rails (>= 5.2) jquery-fileupload-rails (1.0.0) actionpack (>= 3.1) railties (>= 3.1) @@ -361,7 +361,7 @@ GEM net-smtp (0.3.3) net-protocol net-ssh (7.2.0) - nio4r (2.5.8) + nio4r (2.5.9) nokogiri (1.15.4) mini_portile2 (~> 2.8.2) racc (~> 1.4) @@ -648,7 +648,7 @@ GEM railties (>= 6.0.0) webrick (1.8.1) websocket (1.2.9) - websocket-driver (0.7.5) + websocket-driver (0.7.6) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) whenever (1.0.0) @@ -707,7 +707,7 @@ DEPENDENCIES i18n-tasks (~> 0.9.37) image_processing (~> 1.12.2) initialjs-rails (~> 0.2.0.9) - invisible_captcha (~> 2.0.0) + invisible_captcha (~> 2.1.0) jquery-fileupload-rails jquery-rails (~> 4.6.0) jquery-ui-rails (~> 6.0.1)