diff --git a/Gemfile b/Gemfile index e9944b72a..fd303584c 100644 --- a/Gemfile +++ b/Gemfile @@ -29,7 +29,7 @@ gem "graphiql-rails", "~> 1.7.0" gem "graphql", "~> 1.11.5" gem "groupdate", "~> 5.2.2" gem "initialjs-rails", "~> 0.2.0.9" -gem "invisible_captcha", "~> 1.1.0" +gem "invisible_captcha", "~> 2.0.0" gem "jquery-fileupload-rails" gem "jquery-rails", "~> 4.4.0" gem "jquery-ui-rails", "~> 6.0.1" diff --git a/Gemfile.lock b/Gemfile.lock index e8c278c4a..8c5beb874 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -281,8 +281,8 @@ GEM gitlab (4.17.0) httparty (~> 0.18) terminal-table (~> 1.5, >= 1.5.1) - globalid (0.4.2) - activesupport (>= 4.2.0) + globalid (0.5.2) + activesupport (>= 5.0) globalize (5.3.1) activemodel (>= 4.2, < 6.1) activerecord (>= 4.2, < 6.1) @@ -322,8 +322,8 @@ GEM ice_nine (0.11.2) initialjs-rails (0.2.0.9) railties (>= 3.1, < 7.0) - invisible_captcha (1.1.0) - rails (>= 4.2) + invisible_captcha (2.0.0) + rails (>= 5.0) jquery-fileupload-rails (1.0.0) actionpack (>= 3.1) railties (>= 3.1) @@ -379,8 +379,9 @@ GEM mime-types (3.3.1) mime-types-data (~> 3.2015) mime-types-data (3.2021.0704) - mimemagic (0.3.8) + mimemagic (0.3.10) nokogiri (~> 1) + rake mini_mime (1.1.0) mini_portile2 (2.6.1) minitest (5.14.4) @@ -396,8 +397,8 @@ GEM net-ssh (>= 2.6.5, < 7.0.0) net-ssh (6.1.0) newrelic_rpm (4.1.0.333) - nio4r (2.5.7) - nokogiri (1.12.2) + nio4r (2.5.8) + nokogiri (1.12.3) mini_portile2 (~> 2.6.1) racc (~> 1.4) nori (2.6.0) @@ -683,7 +684,7 @@ GEM nokogiri (~> 1.6) rubyzip (>= 1.3.0) selenium-webdriver (>= 3.0, < 4.0) - websocket-driver (0.7.3) + websocket-driver (0.7.5) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) whenever (1.0.0) @@ -742,7 +743,7 @@ DEPENDENCIES groupdate (~> 5.2.2) i18n-tasks (~> 0.9.34) initialjs-rails (~> 0.2.0.9) - invisible_captcha (~> 1.1.0) + invisible_captcha (~> 2.0.0) jquery-fileupload-rails jquery-rails (~> 4.4.0) jquery-ui-rails (~> 6.0.1)