diff --git a/Gemfile b/Gemfile index cd7bacc6a..6363601a5 100644 --- a/Gemfile +++ b/Gemfile @@ -97,7 +97,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.8.0" # ActiveRecord extension which adds typecasting to store accessors. +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.28" # Ruby library for the Stripe API gem "strong_migrations", "~> 0.7" # Catch unsafe migrations diff --git a/Gemfile.lock b/Gemfile.lock index cd64cd3fa..b434f2db7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -742,7 +742,7 @@ GEM sprockets (>= 3.0.0) staccato (0.5.3) stackprof (0.2.16) - store_attribute (0.8.0) + store_attribute (0.8.1) activerecord (>= 5.0) storext (3.1.0) activerecord (>= 4.0, < 6.1) @@ -962,7 +962,7 @@ DEPENDENCIES sprockets (~> 4.0) staccato (~> 0.5) stackprof (~> 0.2) - store_attribute (~> 0.8.0) + store_attribute (~> 0.8.1) storext (~> 3.1) stripe (~> 5.28) stripe-ruby-mock (~> 3.0) diff --git a/vendor/cache/store_attribute-0.8.0.gem b/vendor/cache/store_attribute-0.8.0.gem deleted file mode 100644 index 8c99d44cc..000000000 Binary files a/vendor/cache/store_attribute-0.8.0.gem and /dev/null differ diff --git a/vendor/cache/store_attribute-0.8.1.gem b/vendor/cache/store_attribute-0.8.1.gem new file mode 100644 index 000000000..0a2dd4b19 Binary files /dev/null and b/vendor/cache/store_attribute-0.8.1.gem differ