diff --git a/Gemfile b/Gemfile index 178a71dc..d6681011 100644 --- a/Gemfile +++ b/Gemfile @@ -14,7 +14,7 @@ gem 'uglifier', '4.2.0' gem 'coffee-rails', '5.0.0' # Use jquery as the JavaScript library -gem 'jquery-rails', '4.5.1' # Update to v4 for Rails 4.2 +gem 'jquery-rails', '4.6.0' # Update to v4 for Rails 4.2 # Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks gem 'turbolinks', '2.5.4' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder diff --git a/Gemfile.lock b/Gemfile.lock index d2eb601f..c1b22646 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -217,7 +217,7 @@ GEM rails (>= 3.1) breadcrumbs_on_rails (4.1.0) railties (>= 5.0) - builder (3.2.4) + builder (3.3.0) calendar_helper (0.2.6) open4 capistrano (3.17.3) @@ -290,7 +290,7 @@ GEM ffi (>= 1.0.0) enumerize (2.5.0) activesupport (>= 3.2) - erubi (1.12.0) + erubi (1.13.0) execjs (2.8.1) factory_bot (6.2.1) activesupport (>= 5.0.0) @@ -370,7 +370,7 @@ GEM jbuilder (2.11.5) actionview (>= 5.0.0) activesupport (>= 5.0.0) - jquery-rails (4.5.1) + jquery-rails (4.6.0) rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) @@ -404,7 +404,7 @@ GEM listen (3.8.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - loofah (2.21.4) + loofah (2.23.1) crass (~> 1.0.2) nokogiri (>= 1.12.0) lumberjack (1.2.10) @@ -416,7 +416,7 @@ GEM map_layers (0.0.5) marcel (1.0.4) matrix (0.3.1) - method_source (1.0.0) + method_source (1.1.0) migration_data (0.6.0) mime-types (3.4.1) mime-types-data (~> 3.2015) @@ -428,7 +428,7 @@ GEM mini_portile2 (2.8.8) mini_racer (0.6.4) libv8-node (~> 16.19.0.0) - minitest (5.24.1) + minitest (5.25.4) multi_json (1.15.0) multi_xml (0.6.0) multipart-post (2.3.0) @@ -449,7 +449,7 @@ GEM netrc (0.11.0) newrelic_rpm (8.16.0) nio4r (2.5.9) - nokogiri (1.16.8) + nokogiri (1.17.1) mini_portile2 (~> 2.8.2) racc (~> 1.4) notiffany (0.1.3) @@ -515,7 +515,7 @@ GEM activesupport (>= 3.0.0) rabl (0.16.1) activesupport (>= 2.3.14) - racc (1.7.3) + racc (1.8.1) rack (2.2.10) rack-oauth2 (1.21.3) activesupport @@ -546,16 +546,18 @@ GEM actionpack (>= 5.0.1.rc1) actionview (>= 5.0.1.rc1) activesupport (>= 5.0.1.rc1) - rails-dom-testing (2.0.3) - activesupport (>= 4.2.0) + rails-dom-testing (2.2.0) + activesupport (>= 5.0.0) + minitest nokogiri (>= 1.6) rails-erd (1.7.2) activerecord (>= 4.2) activesupport (>= 4.2) choice (~> 0.2.0) ruby-graphviz (~> 1.2) - rails-html-sanitizer (1.5.0) - loofah (~> 2.19, >= 2.19.1) + rails-html-sanitizer (1.6.1) + loofah (~> 2.21) + nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0) rails-i18n (6.0.0) i18n (>= 0.7, < 2) railties (>= 6.0.0, < 7) @@ -567,7 +569,7 @@ GEM thor (~> 1.0) rainbow (2.2.2) rake - rake (13.0.6) + rake (13.2.1) ransack (2.6.0) activerecord (>= 6.0.4) activesupport (>= 6.0.4) @@ -676,7 +678,7 @@ GEM activesupport (>= 3) attr_required (>= 0.0.5) httpclient (>= 2.4) - thor (1.2.2) + thor (1.3.2) tilt (2.0.11) timeout (0.3.2) turbolinks (2.5.4) @@ -710,7 +712,7 @@ GEM websocket-extensions (0.1.5) xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.6.18) + zeitwerk (2.7.1) PLATFORMS ruby @@ -762,7 +764,7 @@ DEPENDENCIES ievkit_views! inherited_resources jbuilder (= 2.11.5) - jquery-rails (= 4.5.1) + jquery-rails (= 4.6.0) json json-jwt (= 1.15.3.1) kaminari (= 1.2.2)