Bump store_attribute from 0.9.2 to 0.9.3 (#15405)
Bumps [store_attribute](https://github.com/palkan/store_attribute) from 0.9.2 to 0.9.3. - [Release notes](https://github.com/palkan/store_attribute/releases) - [Changelog](https://github.com/palkan/store_attribute/blob/master/CHANGELOG.md) - [Commits](https://github.com/palkan/store_attribute/compare/v0.9.2...v0.9.3) --- updated-dependencies: - dependency-name: store_attribute dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
96236a0783
commit
9f084b635c
4 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -107,7 +107,7 @@ gem "slack-notifier", "~> 2.4" # 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 "sterile", "~> 1.0" # Transliterate Unicode and Latin1 text to 7-bit ASCII for URLs
|
||||
gem "store_attribute", "~> 0.9.2" # ActiveRecord extension which adds typecasting to store accessors.
|
||||
gem "store_attribute", "~> 0.9.3" # ActiveRecord extension which adds typecasting to store accessors.
|
||||
gem "storext", "~> 3.3" # Add type-casting and other features on top of ActiveRecord::Store.store_accessor
|
||||
gem "stripe", "~> 5.41" # Ruby library for the Stripe API
|
||||
gem "strong_migrations", "~> 0.7" # Catch unsafe migrations
|
||||
|
|
|
|||
|
|
@ -789,7 +789,7 @@ GEM
|
|||
stackprof (0.2.17)
|
||||
sterile (1.0.23)
|
||||
nokogiri (>= 1.11.7)
|
||||
store_attribute (0.9.2)
|
||||
store_attribute (0.9.3)
|
||||
activerecord (>= 5.0)
|
||||
storext (3.3.0)
|
||||
activerecord (>= 4.0, < 6.2)
|
||||
|
|
@ -1019,7 +1019,7 @@ DEPENDENCIES
|
|||
staccato (~> 0.5)
|
||||
stackprof (~> 0.2)
|
||||
sterile (~> 1.0)
|
||||
store_attribute (~> 0.9.2)
|
||||
store_attribute (~> 0.9.3)
|
||||
storext (~> 3.3)
|
||||
stripe (~> 5.41)
|
||||
stripe-ruby-mock (= 3.1.0.rc3)
|
||||
|
|
|
|||
BIN
vendor/cache/store_attribute-0.9.2.gem
vendored
BIN
vendor/cache/store_attribute-0.9.2.gem
vendored
Binary file not shown.
BIN
vendor/cache/store_attribute-0.9.3.gem
vendored
Normal file
BIN
vendor/cache/store_attribute-0.9.3.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue