diff --git a/Gemfile.lock b/Gemfile.lock index 020eaa3c044b4..4081177e13949 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -135,6 +135,9 @@ GEM msgpack (~> 1.0) brakeman (4.10.1) browser (5.2.0) + brpoplpush-redis_script (0.1.1) + concurrent-ruby (~> 1.0, >= 1.0.5) + redis (>= 1.0, <= 5.0) buffer (0.1.3) addressable environs @@ -146,7 +149,7 @@ GEM yajl-ruby buftok (0.2.0) builder (3.2.4) - bullet (6.1.2) + bullet (6.1.3) activesupport (>= 3.0.0) uniform_notifier (~> 1.11) bundler-audit (0.7.0.1) @@ -191,7 +194,7 @@ GEM coffee-script-source execjs coffee-script-source (1.12.2) - concurrent-ruby (1.1.7) + concurrent-ruby (1.1.8) connection_pool (2.2.3) counter_culture (2.7.0) activerecord (>= 4.2) @@ -430,10 +433,6 @@ GEM libhoney (1.17.0) addressable (~> 2.0) http (>= 2.0, < 5.0) - libv8 (8.4.255.0) - libv8 (8.4.255.0-x86_64-darwin-19) - libv8 (8.4.255.0-x86_64-darwin-20) - libv8 (8.4.255.0-x86_64-linux) liquid (5.0.0) listen (3.4.1) rb-fsevent (~> 0.10, >= 0.10.3) @@ -458,8 +457,6 @@ GEM mini_magick (4.11.0) mini_mime (1.0.2) mini_portile2 (2.5.0) - mini_racer (0.3.1) - libv8 (~> 8.4.255) minitest (5.14.3) msgpack (1.3.3) multi_json (1.15.0) @@ -587,7 +584,7 @@ GEM thor (>= 0.20.3, < 2.0) rainbow (3.0.0) rake (13.0.3) - ransack (2.4.1) + ransack (2.4.2) activerecord (>= 5.2.4) activesupport (>= 5.2.4) i18n @@ -714,16 +711,17 @@ GEM shellany (0.0.1) shoulda-matchers (4.5.0) activesupport (>= 4.2.0) - sidekiq (6.1.2) + sidekiq (6.1.3) connection_pool (>= 2.2.2) rack (~> 2.0) redis (>= 4.2.0) sidekiq-cron (1.2.0) fugit (~> 1.1) sidekiq (>= 4.2.1) - sidekiq-unique-jobs (6.0.25) + sidekiq-unique-jobs (7.0.0) + brpoplpush-redis_script (> 0.0.0, <= 2.0.0) concurrent-ruby (~> 1.0, >= 1.0.5) - sidekiq (>= 4.0, < 7.0) + sidekiq (>= 5.0, < 7.0) thor (>= 0.20, < 2.0) simple_oauth (0.3.1) simplecov (0.21.2) @@ -760,7 +758,7 @@ GEM stripe (> 5, < 6) strong_migrations (0.7.6) activerecord (>= 5) - test-prof (0.12.2) + test-prof (1.0.0) thor (0.20.3) thread_safe (0.3.6) tilt (2.0.10) @@ -789,7 +787,7 @@ GEM unf_ext unf_ext (0.0.7.7) unicode-display_width (2.0.0) - uniform_notifier (1.13.0) + uniform_notifier (1.13.2) validate_url (1.0.13) activemodel (>= 3.0.0) public_suffix @@ -809,7 +807,7 @@ GEM activemodel (>= 6.0.0) bindex (>= 0.4.0) railties (>= 6.0.0) - webdrivers (4.4.2) + webdrivers (4.5.0) nokogiri (~> 1.6) rubyzip (>= 1.3.0) selenium-webdriver (>= 3.0, < 4.0) @@ -913,7 +911,6 @@ DEPENDENCIES liquid (~> 5.0) listen (~> 3.4) memory_profiler (~> 1.0) - mini_racer (~> 0.3.1) nakayoshi_fork (~> 0.0.4) nokogiri (~> 1.11) octokit (~> 4.20) @@ -962,9 +959,9 @@ DEPENDENCIES s3_direct_upload (~> 0.1) sassc-rails (~> 2.1.2) shoulda-matchers (~> 4.5.0) - sidekiq (~> 6.1.2) + sidekiq (~> 6.1.3) sidekiq-cron (~> 1.1) - sidekiq-unique-jobs (~> 6.0.25) + sidekiq-unique-jobs (~> 7.0.0) simplecov (~> 0.21.2) sitemap_generator (~> 6.1) slack-notifier (~> 2.3) @@ -978,7 +975,7 @@ DEPENDENCIES stripe (~> 5.29) stripe-ruby-mock (~> 3.0) strong_migrations (~> 0.7) - test-prof (~> 0.12) + test-prof (~> 1.0) timecop (~> 0.9) twilio-ruby (~> 5.46) twitter (~> 7.0) @@ -989,7 +986,7 @@ DEPENDENCIES vcr (~> 6.0) wcag_color_contrast (~> 0.1) web-console (~> 4.1) - webdrivers (~> 4.4) + webdrivers (~> 4.5) webmock (~> 3.11) webpacker (~> 5.2.1) yard (~> 0.9.26) diff --git a/vendor/cache/ransack-2.4.1.gem b/vendor/cache/ransack-2.4.1.gem deleted file mode 100644 index a0a31a6ce8ac3..0000000000000 Binary files a/vendor/cache/ransack-2.4.1.gem and /dev/null differ diff --git a/vendor/cache/ransack-2.4.2.gem b/vendor/cache/ransack-2.4.2.gem new file mode 100644 index 0000000000000..6dad52a98b50c Binary files /dev/null and b/vendor/cache/ransack-2.4.2.gem differ