diff --git a/Gemfile b/Gemfile index 4ac68694cd136..2ac6e96d5545b 100644 --- a/Gemfile +++ b/Gemfile @@ -106,7 +106,7 @@ gem "staccato", "~> 0.5" # Ruby Google Analytics Measurement gem "store_attribute", "~> 0.8.1" # ActiveRecord extension which adds typecasting to store accessors. gem "storext", "~> 3.1" # Add type-casting and other features on top of ActiveRecord::Store.store_accessor gem "stripe", "~> 5.29" # Ruby library for the Stripe API -gem "strong_migrations", "~> 0.7" # Catch unsafe migrations +gem "strong_migrations", "~> 1.3" # Catch unsafe migrations gem "twilio-ruby", "~> 5.46" # The official library for communicating with the Twilio REST API gem "twitter", "~> 7.0" # A Ruby interface to the Twitter API gem "uglifier", "~> 4.2" # Uglifier minifies JavaScript files diff --git a/Gemfile.lock b/Gemfile.lock index 8fbfaf2a5de71..64fdfbcbf642e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -191,7 +191,7 @@ GEM coffee-script-source execjs coffee-script-source (1.12.2) - concurrent-ruby (1.1.7) + concurrent-ruby (1.1.10) connection_pool (2.2.3) counter_culture (2.7.0) activerecord (>= 4.2) @@ -384,7 +384,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) @@ -460,7 +460,7 @@ GEM mini_portile2 (2.5.0) mini_racer (0.3.1) libv8 (~> 8.4.255) - minitest (5.14.3) + minitest (5.16.3) msgpack (1.3.3) multi_json (1.15.0) multi_xml (0.6.0) @@ -758,8 +758,8 @@ GEM dante (>= 0.2.0) multi_json (~> 1.0) stripe (> 5, < 6) - strong_migrations (0.7.5) - activerecord (>= 5) + strong_migrations (1.3.0) + activerecord (>= 5.2) test-prof (0.12.2) thor (0.20.3) thread_safe (0.3.6) @@ -780,7 +780,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) @@ -833,7 +833,7 @@ GEM yard (>= 0.8.3) yard-activesupport-concern (0.0.1) yard (>= 0.8) - zeitwerk (2.4.2) + zeitwerk (2.6.0) zonebie (0.6.1) PLATFORMS @@ -977,7 +977,7 @@ DEPENDENCIES storext (~> 3.1) stripe (~> 5.29) stripe-ruby-mock (~> 3.0) - strong_migrations (~> 0.7) + strong_migrations (~> 1.3) test-prof (~> 0.12) timecop (~> 0.9) twilio-ruby (~> 5.46) 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.7.gem b/vendor/cache/concurrent-ruby-1.1.7.gem deleted file mode 100644 index ae9b3702ae66b..0000000000000 Binary files a/vendor/cache/concurrent-ruby-1.1.7.gem and /dev/null 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/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.16.3.gem b/vendor/cache/minitest-5.16.3.gem new file mode 100644 index 0000000000000..ebdb92e36c281 Binary files /dev/null and b/vendor/cache/minitest-5.16.3.gem differ diff --git a/vendor/cache/strong_migrations-0.7.5.gem b/vendor/cache/strong_migrations-0.7.5.gem deleted file mode 100644 index 16dddc8eed3f4..0000000000000 Binary files a/vendor/cache/strong_migrations-0.7.5.gem and /dev/null differ diff --git a/vendor/cache/strong_migrations-1.3.0.gem b/vendor/cache/strong_migrations-1.3.0.gem new file mode 100644 index 0000000000000..b42b80a8c577a Binary files /dev/null and b/vendor/cache/strong_migrations-1.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/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.0.gem b/vendor/cache/zeitwerk-2.6.0.gem new file mode 100644 index 0000000000000..e72c90705e4dd Binary files /dev/null and b/vendor/cache/zeitwerk-2.6.0.gem differ