diff --git a/Gemfile b/Gemfile index 9946dc48f..8a03373ce 100644 --- a/Gemfile +++ b/Gemfile @@ -102,7 +102,7 @@ gem "slack-notifier", "~> 2.3" # A slim ruby wrapper for posting to slack webhoo gem "sprockets", "~> 4.0" # Sprockets is a Rack-based asset packaging system 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 "storext", "~> 3.3" # 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 "twilio-ruby", "~> 5.46" # The official library for communicating with the Twilio REST API diff --git a/Gemfile.lock b/Gemfile.lock index 4a513fc35..a5fee02e0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -749,8 +749,8 @@ GEM stackprof (0.2.16) store_attribute (0.8.1) activerecord (>= 5.0) - storext (3.1.0) - activerecord (>= 4.0, < 6.1) + storext (3.3.0) + activerecord (>= 4.0, < 6.2) virtus stripe (5.29.0) stripe-ruby-mock (3.0.1) @@ -972,7 +972,7 @@ DEPENDENCIES staccato (~> 0.5) stackprof (~> 0.2) store_attribute (~> 0.8.1) - storext (~> 3.1) + storext (~> 3.3) stripe (~> 5.29) stripe-ruby-mock (~> 3.0) strong_migrations (~> 0.7) diff --git a/vendor/cache/storext-3.1.0.gem b/vendor/cache/storext-3.1.0.gem deleted file mode 100644 index d2b58b1ac..000000000 Binary files a/vendor/cache/storext-3.1.0.gem and /dev/null differ diff --git a/vendor/cache/storext-3.3.0.gem b/vendor/cache/storext-3.3.0.gem new file mode 100644 index 000000000..42cc11d54 Binary files /dev/null and b/vendor/cache/storext-3.3.0.gem differ