diff --git a/Gemfile b/Gemfile index 3b3feb359..da775b25d 100644 --- a/Gemfile +++ b/Gemfile @@ -96,7 +96,7 @@ gem "sitemap_generator", "~> 6.1" # SitemapGenerator is a framework-agnostic XML gem "slack-notifier", "~> 2.3" # A slim ruby wrapper for posting to slack webhooks gem "sprockets", "~> 4.0" # Sprockets is a Rack-based asset packaging system gem "staccato", "~> 0.5" # Ruby Google Analytics Measurement -gem "store_attribute", "~> 0.7.1" # ActiveRecord extension which adds typecasting to store accessors. +gem "store_attribute", "~> 0.8.0" # 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.25" # Ruby library for the Stripe API gem "strong_migrations", "~> 0.7" # Catch unsafe migrations diff --git a/Gemfile.lock b/Gemfile.lock index d617eeeb0..8c1c05df5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -753,7 +753,7 @@ GEM sprockets (>= 3.0.0) staccato (0.5.3) stackprof (0.2.15) - store_attribute (0.7.1) + store_attribute (0.8.0) activerecord (>= 5.0) storext (3.1.0) activerecord (>= 4.0, < 6.1) @@ -975,7 +975,7 @@ DEPENDENCIES sprockets (~> 4.0) staccato (~> 0.5) stackprof (~> 0.2) - store_attribute (~> 0.7.1) + store_attribute (~> 0.8.0) storext (~> 3.1) stripe (~> 5.25) stripe-ruby-mock (~> 3.0) diff --git a/vendor/cache/store_attribute-0.7.1.gem b/vendor/cache/store_attribute-0.7.1.gem deleted file mode 100644 index 54dc97249..000000000 Binary files a/vendor/cache/store_attribute-0.7.1.gem and /dev/null differ diff --git a/vendor/cache/store_attribute-0.8.0.gem b/vendor/cache/store_attribute-0.8.0.gem new file mode 100644 index 000000000..8c99d44cc Binary files /dev/null and b/vendor/cache/store_attribute-0.8.0.gem differ