diff --git a/Gemfile.lock b/Gemfile.lock index 1015465..f4df236 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,10 +1,12 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.7.0) + addressable (2.8.0) public_suffix (>= 2.0.2, < 5.0) - bugsnag (5.2.0) + bugsnag (6.22.1) + concurrent-ruby (~> 1.0) coderay (1.1.2) + concurrent-ruby (1.1.9) crack (0.4.3) safe_yaml (~> 1.0.0) diff-lcs (1.2.5) @@ -28,7 +30,7 @@ GEM coderay (~> 1.1.0) method_source (~> 0.8.1) slop (~> 3.4) - public_suffix (4.0.1) + public_suffix (4.0.6) puma (5.4.0) nio4r (~> 2.0) rack (2.2.3) diff --git a/vendor/cache/bugsnag-5.2.0.gem b/vendor/cache/bugsnag-5.2.0.gem deleted file mode 100644 index 7a52c56..0000000 Binary files a/vendor/cache/bugsnag-5.2.0.gem and /dev/null differ diff --git a/vendor/cache/bugsnag-6.22.1.gem b/vendor/cache/bugsnag-6.22.1.gem new file mode 100644 index 0000000..d0fcfc2 Binary files /dev/null and b/vendor/cache/bugsnag-6.22.1.gem differ diff --git a/vendor/cache/concurrent-ruby-1.1.9.gem b/vendor/cache/concurrent-ruby-1.1.9.gem new file mode 100644 index 0000000..9ed64f2 Binary files /dev/null and b/vendor/cache/concurrent-ruby-1.1.9.gem differ