diff --git a/Gemfile.lock b/Gemfile.lock index a63583631..e797e6f32 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -252,7 +252,7 @@ GEM factory_bot_rails (6.2.0) factory_bot (~> 6.2.0) railties (>= 5.0.0) - faker (2.22.0) + faker (2.23.0) i18n (>= 1.8.11, < 2) fakeredis (0.8.0) redis (~> 4.1) @@ -463,7 +463,7 @@ GEM listen (3.7.1) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - loofah (2.18.0) + loofah (2.19.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) lumberjack (1.2.8) @@ -745,13 +745,13 @@ GEM unicode-display_width (>= 1.4.0, < 3.0) rubocop-ast (1.21.0) parser (>= 3.1.1.0) - rubocop-performance (1.14.3) + rubocop-performance (1.15.0) rubocop (>= 1.7.0, < 2.0) rubocop-ast (>= 0.4.0) - rubocop-rails (2.15.2) + rubocop-rails (2.16.1) activesupport (>= 4.2.0) rack (>= 1.1) - rubocop (>= 1.7.0, < 2.0) + rubocop (>= 1.33.0, < 2.0) rubocop-rspec (2.12.1) rubocop (~> 1.31) ruby-next-core (0.15.2) @@ -892,7 +892,7 @@ GEM unf (0.1.4) unf_ext unf_ext (0.0.8.2) - unicode-display_width (2.2.0) + unicode-display_width (2.3.0) uniform_notifier (1.16.0) validate_url (1.0.15) activemodel (>= 3.0.0) diff --git a/vendor/cache/faker-2.22.0.gem b/vendor/cache/faker-2.22.0.gem deleted file mode 100644 index bda71a857..000000000 Binary files a/vendor/cache/faker-2.22.0.gem and /dev/null differ diff --git a/vendor/cache/faker-2.23.0.gem b/vendor/cache/faker-2.23.0.gem new file mode 100644 index 000000000..9ea55a26c Binary files /dev/null and b/vendor/cache/faker-2.23.0.gem differ diff --git a/vendor/cache/loofah-2.18.0.gem b/vendor/cache/loofah-2.18.0.gem deleted file mode 100644 index 26db6a41b..000000000 Binary files a/vendor/cache/loofah-2.18.0.gem and /dev/null differ diff --git a/vendor/cache/loofah-2.19.0.gem b/vendor/cache/loofah-2.19.0.gem new file mode 100644 index 000000000..025b88df7 Binary files /dev/null and b/vendor/cache/loofah-2.19.0.gem differ diff --git a/vendor/cache/rubocop-performance-1.14.3.gem b/vendor/cache/rubocop-performance-1.14.3.gem deleted file mode 100644 index 3e7a36193..000000000 Binary files a/vendor/cache/rubocop-performance-1.14.3.gem and /dev/null differ diff --git a/vendor/cache/rubocop-performance-1.15.0.gem b/vendor/cache/rubocop-performance-1.15.0.gem new file mode 100644 index 000000000..6a78a2814 Binary files /dev/null and b/vendor/cache/rubocop-performance-1.15.0.gem differ diff --git a/vendor/cache/rubocop-rails-2.15.2.gem b/vendor/cache/rubocop-rails-2.15.2.gem deleted file mode 100644 index 48018f575..000000000 Binary files a/vendor/cache/rubocop-rails-2.15.2.gem and /dev/null differ diff --git a/vendor/cache/rubocop-rails-2.16.1.gem b/vendor/cache/rubocop-rails-2.16.1.gem new file mode 100644 index 000000000..ff9ce908a Binary files /dev/null and b/vendor/cache/rubocop-rails-2.16.1.gem differ diff --git a/vendor/cache/unicode-display_width-2.2.0.gem b/vendor/cache/unicode-display_width-2.2.0.gem deleted file mode 100644 index bece7fa31..000000000 Binary files a/vendor/cache/unicode-display_width-2.2.0.gem and /dev/null differ diff --git a/vendor/cache/unicode-display_width-2.3.0.gem b/vendor/cache/unicode-display_width-2.3.0.gem new file mode 100644 index 000000000..c8551a4fd Binary files /dev/null and b/vendor/cache/unicode-display_width-2.3.0.gem differ