diff --git a/Gemfile b/Gemfile index 85e080dd97c64..6dd3d6f7d53e2 100644 --- a/Gemfile +++ b/Gemfile @@ -165,7 +165,7 @@ group :test do gem "pundit-matchers", "~> 1.6" # A set of RSpec matchers for testing Pundit authorisation policies gem "rspec-retry", "~> 0.6" # retry intermittently failing rspec examples gem "ruby-prof", "~> 1.4", require: false # ruby-prof is a fast code profiler for Ruby - gem "shoulda-matchers", "~> 4.5.0", require: false # Simple one-liner tests for common Rails functionality + gem "shoulda-matchers", "~> 5.3.0", require: false # Simple one-liner tests for common Rails functionality gem "simplecov", "~> 0.21.2", require: false # Code coverage with a powerful configuration library and automatic merging of coverage across test suites gem "stackprof", "~> 0.2", require: false, platforms: :ruby # stackprof is a fast sampling profiler for ruby code, with cpu, wallclock and object allocation samplers gem "stripe-ruby-mock", "~> 3.0", require: "stripe_mock" # A drop-in library to test stripe without hitting their servers diff --git a/Gemfile.lock b/Gemfile.lock index 4683fdae7ef35..91927015de1a8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -100,7 +100,7 @@ GEM approvals (0.0.24) nokogiri (~> 1.6) thor (~> 0.18) - ast (2.4.1) + ast (2.4.2) aws-eventstream (1.1.0) aws-sigv4 (1.2.2) aws-eventstream (~> 1, >= 1.0.2) @@ -194,7 +194,7 @@ GEM coffee-script-source execjs coffee-script-source (1.12.2) - concurrent-ruby (1.1.8) + concurrent-ruby (1.1.10) connection_pool (2.2.3) counter_culture (2.7.0) activerecord (>= 4.2) @@ -298,7 +298,7 @@ GEM browser (>= 2.0) distribution railties (>= 5) - fix-db-schema-conflicts (3.0.3) + fix-db-schema-conflicts (3.1.0) rubocop (>= 0.38.0) flipper (0.20.3) flipper-active_record (0.20.3) @@ -387,7 +387,7 @@ GEM httpclient (2.8.3) hypershield (0.2.2) activerecord (>= 5) - i18n (1.8.7) + i18n (1.12.0) concurrent-ruby (~> 1.0) ice_nine (0.11.2) image_processing (1.12.1) @@ -456,8 +456,8 @@ GEM mini_histogram (0.3.1) mini_magick (4.11.0) mini_mime (1.0.2) - mini_portile2 (2.5.0) - minitest (5.14.3) + mini_portile2 (2.8.1) + minitest (5.17.0) msgpack (1.3.3) multi_json (1.15.0) multi_xml (0.6.0) @@ -467,12 +467,12 @@ GEM nenv (0.3.0) netrc (0.11.0) nio4r (2.5.4) - nokogiri (1.11.1) - mini_portile2 (~> 2.5.0) + nokogiri (1.13.10) + mini_portile2 (~> 2.8.0) racc (~> 1.4) - nokogiri (1.11.1-x86_64-darwin) + nokogiri (1.13.10-x86_64-darwin) racc (~> 1.4) - nokogiri (1.11.1-x86_64-linux) + nokogiri (1.13.10-x86_64-linux) racc (~> 1.4) notiffany (0.1.3) nenv (~> 0.1) @@ -510,7 +510,7 @@ GEM rack orm_adapter (0.5.0) parallel (1.20.1) - parser (3.0.0.0) + parser (3.1.3.0) ast (~> 2.4.1) patron (0.13.3) pg (1.2.3) @@ -539,7 +539,7 @@ GEM rest-client (~> 2.0, >= 2.0.2) pusher-signature (0.1.8) raabro (1.4.0) - racc (1.5.2) + racc (1.6.2) rack (2.2.3) rack-attack (6.3.1) rack (>= 1.0, < 3) @@ -582,7 +582,7 @@ GEM method_source rake (>= 0.8.7) thor (>= 0.20.3, < 2.0) - rainbow (3.0.0) + rainbow (3.1.1) rake (13.0.3) ransack (2.4.1) activerecord (>= 5.2.4) @@ -624,7 +624,7 @@ GEM netrc (~> 0.8) reverse_markdown (2.0.0) nokogiri - rexml (3.2.4) + rexml (3.2.5) rolify (5.3.0) rouge (3.26.0) rspec (3.10.0) @@ -659,8 +659,8 @@ GEM rubocop-ast (>= 1.2.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 3.0) - rubocop-ast (1.4.0) - parser (>= 2.7.1.5) + rubocop-ast (1.24.1) + parser (>= 3.1.1.0) rubocop-performance (1.9.2) rubocop (>= 0.90.0, < 2.0) rubocop-ast (>= 0.4.0) @@ -709,8 +709,8 @@ GEM rubyzip (>= 1.2.2) semantic_range (2.3.1) shellany (0.0.1) - shoulda-matchers (4.5.0) - activesupport (>= 4.2.0) + shoulda-matchers (5.3.0) + activesupport (>= 5.2.0) sidekiq (6.1.3) connection_pool (>= 2.2.2) rack (~> 2.0) @@ -778,7 +778,7 @@ GEM multipart-post (~> 2.0) naught (~> 1.0) simple_oauth (~> 0.3.0) - tzinfo (1.2.9) + tzinfo (1.2.10) thread_safe (~> 0.1) uglifier (4.2.0) execjs (>= 0.3.0, < 3) @@ -786,7 +786,7 @@ GEM unf (0.1.4) unf_ext unf_ext (0.0.7.7) - unicode-display_width (2.0.0) + unicode-display_width (2.3.0) uniform_notifier (1.13.2) validate_url (1.0.13) activemodel (>= 3.0.0) @@ -831,7 +831,7 @@ GEM yard (>= 0.8.3) yard-activesupport-concern (0.0.1) yard (>= 0.8) - zeitwerk (2.4.2) + zeitwerk (2.6.6) zonebie (0.6.1) PLATFORMS @@ -958,7 +958,7 @@ DEPENDENCIES rubyzip (~> 2.3) s3_direct_upload (~> 0.1) sassc-rails (~> 2.1.2) - shoulda-matchers (~> 4.5.0) + shoulda-matchers (~> 5.3.0) sidekiq (~> 6.1.3) sidekiq-cron (~> 1.1) sidekiq-unique-jobs (~> 7.0.0) diff --git a/vendor/cache/ast-2.4.1.gem b/vendor/cache/ast-2.4.1.gem deleted file mode 100644 index 01617aad96bd8..0000000000000 Binary files a/vendor/cache/ast-2.4.1.gem and /dev/null differ diff --git a/vendor/cache/ast-2.4.2.gem b/vendor/cache/ast-2.4.2.gem new file mode 100644 index 0000000000000..abe1643657c26 Binary files /dev/null and b/vendor/cache/ast-2.4.2.gem differ diff --git a/vendor/cache/concurrent-ruby-1.1.10.gem b/vendor/cache/concurrent-ruby-1.1.10.gem new file mode 100644 index 0000000000000..c796701bee261 Binary files /dev/null and b/vendor/cache/concurrent-ruby-1.1.10.gem differ diff --git a/vendor/cache/concurrent-ruby-1.1.8.gem b/vendor/cache/concurrent-ruby-1.1.8.gem deleted file mode 100644 index 40b30f3f5fa88..0000000000000 Binary files a/vendor/cache/concurrent-ruby-1.1.8.gem and /dev/null differ diff --git a/vendor/cache/fix-db-schema-conflicts-3.0.3.gem b/vendor/cache/fix-db-schema-conflicts-3.0.3.gem deleted file mode 100644 index 1b360dff9c8b3..0000000000000 Binary files a/vendor/cache/fix-db-schema-conflicts-3.0.3.gem and /dev/null differ diff --git a/vendor/cache/fix-db-schema-conflicts-3.1.0.gem b/vendor/cache/fix-db-schema-conflicts-3.1.0.gem new file mode 100644 index 0000000000000..d23cc2573beb9 Binary files /dev/null and b/vendor/cache/fix-db-schema-conflicts-3.1.0.gem differ diff --git a/vendor/cache/i18n-1.12.0.gem b/vendor/cache/i18n-1.12.0.gem new file mode 100644 index 0000000000000..c64c068e63c86 Binary files /dev/null and b/vendor/cache/i18n-1.12.0.gem differ diff --git a/vendor/cache/i18n-1.8.7.gem b/vendor/cache/i18n-1.8.7.gem deleted file mode 100644 index 3f5573725ae74..0000000000000 Binary files a/vendor/cache/i18n-1.8.7.gem and /dev/null differ diff --git a/vendor/cache/mini_portile2-2.5.0.gem b/vendor/cache/mini_portile2-2.5.0.gem deleted file mode 100644 index cd8b4aa0f954e..0000000000000 Binary files a/vendor/cache/mini_portile2-2.5.0.gem and /dev/null differ diff --git a/vendor/cache/mini_portile2-2.8.1.gem b/vendor/cache/mini_portile2-2.8.1.gem new file mode 100644 index 0000000000000..277e0ebcaca87 Binary files /dev/null and b/vendor/cache/mini_portile2-2.8.1.gem differ diff --git a/vendor/cache/minitest-5.14.3.gem b/vendor/cache/minitest-5.14.3.gem deleted file mode 100644 index 8cb7218a64460..0000000000000 Binary files a/vendor/cache/minitest-5.14.3.gem and /dev/null differ diff --git a/vendor/cache/minitest-5.17.0.gem b/vendor/cache/minitest-5.17.0.gem new file mode 100644 index 0000000000000..11416f681118f Binary files /dev/null and b/vendor/cache/minitest-5.17.0.gem differ diff --git a/vendor/cache/nokogiri-1.11.1-x86_64-darwin.gem b/vendor/cache/nokogiri-1.11.1-x86_64-darwin.gem deleted file mode 100644 index 2d8c028c2351a..0000000000000 Binary files a/vendor/cache/nokogiri-1.11.1-x86_64-darwin.gem and /dev/null differ diff --git a/vendor/cache/nokogiri-1.11.1-x86_64-linux.gem b/vendor/cache/nokogiri-1.11.1-x86_64-linux.gem deleted file mode 100644 index e03cbd3fb5379..0000000000000 Binary files a/vendor/cache/nokogiri-1.11.1-x86_64-linux.gem and /dev/null differ diff --git a/vendor/cache/nokogiri-1.11.1.gem b/vendor/cache/nokogiri-1.11.1.gem deleted file mode 100644 index 0233e904c46d6..0000000000000 Binary files a/vendor/cache/nokogiri-1.11.1.gem and /dev/null differ diff --git a/vendor/cache/nokogiri-1.13.10-x86_64-darwin.gem b/vendor/cache/nokogiri-1.13.10-x86_64-darwin.gem new file mode 100644 index 0000000000000..3670382e0d17b Binary files /dev/null and b/vendor/cache/nokogiri-1.13.10-x86_64-darwin.gem differ diff --git a/vendor/cache/nokogiri-1.13.10-x86_64-linux.gem b/vendor/cache/nokogiri-1.13.10-x86_64-linux.gem new file mode 100644 index 0000000000000..8a7f2b6ad0e5d Binary files /dev/null and b/vendor/cache/nokogiri-1.13.10-x86_64-linux.gem differ diff --git a/vendor/cache/nokogiri-1.13.10.gem b/vendor/cache/nokogiri-1.13.10.gem new file mode 100644 index 0000000000000..25012e35bb033 Binary files /dev/null and b/vendor/cache/nokogiri-1.13.10.gem differ diff --git a/vendor/cache/parser-3.0.0.0.gem b/vendor/cache/parser-3.0.0.0.gem deleted file mode 100644 index f542329d6c138..0000000000000 Binary files a/vendor/cache/parser-3.0.0.0.gem and /dev/null differ diff --git a/vendor/cache/parser-3.1.3.0.gem b/vendor/cache/parser-3.1.3.0.gem new file mode 100644 index 0000000000000..26ea6f0f3b1e0 Binary files /dev/null and b/vendor/cache/parser-3.1.3.0.gem differ diff --git a/vendor/cache/racc-1.5.2.gem b/vendor/cache/racc-1.5.2.gem deleted file mode 100644 index 39f03fa79c387..0000000000000 Binary files a/vendor/cache/racc-1.5.2.gem and /dev/null differ diff --git a/vendor/cache/racc-1.6.2.gem b/vendor/cache/racc-1.6.2.gem new file mode 100644 index 0000000000000..5e8cdad3eac98 Binary files /dev/null and b/vendor/cache/racc-1.6.2.gem differ diff --git a/vendor/cache/rainbow-3.0.0.gem b/vendor/cache/rainbow-3.0.0.gem deleted file mode 100644 index c53caf7afa806..0000000000000 Binary files a/vendor/cache/rainbow-3.0.0.gem and /dev/null differ diff --git a/vendor/cache/rainbow-3.1.1.gem b/vendor/cache/rainbow-3.1.1.gem new file mode 100644 index 0000000000000..863181a2e77bc Binary files /dev/null and b/vendor/cache/rainbow-3.1.1.gem differ diff --git a/vendor/cache/rexml-3.2.4.gem b/vendor/cache/rexml-3.2.4.gem deleted file mode 100644 index 95bedb1d8e92a..0000000000000 Binary files a/vendor/cache/rexml-3.2.4.gem and /dev/null differ diff --git a/vendor/cache/rexml-3.2.5.gem b/vendor/cache/rexml-3.2.5.gem new file mode 100644 index 0000000000000..5680fec4c6a6c Binary files /dev/null and b/vendor/cache/rexml-3.2.5.gem differ diff --git a/vendor/cache/rubocop-ast-1.24.1.gem b/vendor/cache/rubocop-ast-1.24.1.gem new file mode 100644 index 0000000000000..a6fe2b4d3fa46 Binary files /dev/null and b/vendor/cache/rubocop-ast-1.24.1.gem differ diff --git a/vendor/cache/rubocop-ast-1.4.0.gem b/vendor/cache/rubocop-ast-1.4.0.gem deleted file mode 100644 index b7221b82d4698..0000000000000 Binary files a/vendor/cache/rubocop-ast-1.4.0.gem and /dev/null differ diff --git a/vendor/cache/shoulda-matchers-4.5.0.gem b/vendor/cache/shoulda-matchers-4.5.0.gem deleted file mode 100644 index d1d4dae3a160b..0000000000000 Binary files a/vendor/cache/shoulda-matchers-4.5.0.gem and /dev/null differ diff --git a/vendor/cache/shoulda-matchers-5.3.0.gem b/vendor/cache/shoulda-matchers-5.3.0.gem new file mode 100644 index 0000000000000..e764fcf6c83cd Binary files /dev/null and b/vendor/cache/shoulda-matchers-5.3.0.gem differ diff --git a/vendor/cache/tzinfo-1.2.10.gem b/vendor/cache/tzinfo-1.2.10.gem new file mode 100644 index 0000000000000..060998e9f36c0 Binary files /dev/null and b/vendor/cache/tzinfo-1.2.10.gem differ diff --git a/vendor/cache/tzinfo-1.2.9.gem b/vendor/cache/tzinfo-1.2.9.gem deleted file mode 100644 index 9f596f54b415a..0000000000000 Binary files a/vendor/cache/tzinfo-1.2.9.gem and /dev/null differ diff --git a/vendor/cache/unicode-display_width-2.0.0.gem b/vendor/cache/unicode-display_width-2.0.0.gem deleted file mode 100644 index f1ecf92012ff0..0000000000000 Binary files a/vendor/cache/unicode-display_width-2.0.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 0000000000000..c8551a4fdf1f8 Binary files /dev/null and b/vendor/cache/unicode-display_width-2.3.0.gem differ diff --git a/vendor/cache/zeitwerk-2.4.2.gem b/vendor/cache/zeitwerk-2.4.2.gem deleted file mode 100644 index 8054e9466d232..0000000000000 Binary files a/vendor/cache/zeitwerk-2.4.2.gem and /dev/null differ diff --git a/vendor/cache/zeitwerk-2.6.6.gem b/vendor/cache/zeitwerk-2.6.6.gem new file mode 100644 index 0000000000000..b31dd18853da9 Binary files /dev/null and b/vendor/cache/zeitwerk-2.6.6.gem differ