diff --git a/Gemfile.lock b/Gemfile.lock index f44153b..da50c0c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,8 +3,10 @@ GEM specs: addressable (2.8.0) public_suffix (>= 2.0.2, < 5.0) - bugsnag (5.2.0) + bugsnag (6.26.0) + concurrent-ruby (~> 1.0) coderay (1.1.2) + concurrent-ruby (1.2.2) crack (0.4.3) safe_yaml (~> 1.0.0) diff-lcs (1.2.5) 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.26.0.gem b/vendor/cache/bugsnag-6.26.0.gem new file mode 100644 index 0000000..71b90b8 Binary files /dev/null and b/vendor/cache/bugsnag-6.26.0.gem differ diff --git a/vendor/cache/concurrent-ruby-1.2.2.gem b/vendor/cache/concurrent-ruby-1.2.2.gem new file mode 100644 index 0000000..8caccaf Binary files /dev/null and b/vendor/cache/concurrent-ruby-1.2.2.gem differ