diff --git a/src/api/Gemfile.lock b/src/api/Gemfile.lock index 39739a57b42..74184a30256 100644 --- a/src/api/Gemfile.lock +++ b/src/api/Gemfile.lock @@ -474,8 +474,8 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) - strong_migrations (0.7.9) - activerecord (>= 5) + strong_migrations (0.8.0) + activerecord (>= 5.2) strscan (3.0.1) sync (0.5.0) sysexits (1.2.0) diff --git a/src/api/vendor/cache/strong_migrations-0.7.9.gem b/src/api/vendor/cache/strong_migrations-0.7.9.gem deleted file mode 100644 index 1452e807ca1..00000000000 Binary files a/src/api/vendor/cache/strong_migrations-0.7.9.gem and /dev/null differ diff --git a/src/api/vendor/cache/strong_migrations-0.8.0.gem b/src/api/vendor/cache/strong_migrations-0.8.0.gem new file mode 100644 index 00000000000..a6a2d5e876c Binary files /dev/null and b/src/api/vendor/cache/strong_migrations-0.8.0.gem differ