Bump strong_migrations from 1.1.0 to 1.2.0 (#17902)
Bumps [strong_migrations](https://github.com/ankane/strong_migrations) from 1.1.0 to 1.2.0. - [Release notes](https://github.com/ankane/strong_migrations/releases) - [Changelog](https://github.com/ankane/strong_migrations/blob/master/CHANGELOG.md) - [Commits](https://github.com/ankane/strong_migrations/compare/v1.1.0...v1.2.0) --- updated-dependencies: - dependency-name: strong_migrations dependency-type: direct:production update-type: version-update:semver-minor ... 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
09b42086ba
commit
50333e0e43
4 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -103,7 +103,7 @@ gem "sprockets-rails", "~> 3.4" # Sprockets Rails integration
|
|||
gem "staccato", "~> 0.5" # Ruby Google Analytics Measurement
|
||||
gem "sterile", "~> 1.0" # Transliterate Unicode and Latin1 text to 7-bit ASCII for URLs
|
||||
gem "stripe", "~> 5.55" # Ruby library for the Stripe API
|
||||
gem "strong_migrations", "~> 1.1" # Catch unsafe migrations
|
||||
gem "strong_migrations", "~> 1.2" # Catch unsafe migrations
|
||||
gem "twitter", "~> 7.0" # A Ruby interface to the Twitter API
|
||||
gem "uglifier", "~> 4.2" # Uglifier minifies JavaScript files
|
||||
gem "validate_url", "~> 1.0" # Library for validating urls in Rails
|
||||
|
|
|
|||
|
|
@ -867,7 +867,7 @@ GEM
|
|||
dante (>= 0.2.0)
|
||||
multi_json (~> 1.0)
|
||||
stripe (> 5, < 6)
|
||||
strong_migrations (1.1.0)
|
||||
strong_migrations (1.2.0)
|
||||
activerecord (>= 5.2)
|
||||
strscan (3.0.3)
|
||||
terminal-table (3.0.2)
|
||||
|
|
@ -1088,7 +1088,7 @@ DEPENDENCIES
|
|||
sterile (~> 1.0)
|
||||
stripe (~> 5.55)
|
||||
stripe-ruby-mock (= 3.1.0.rc3)
|
||||
strong_migrations (~> 1.1)
|
||||
strong_migrations (~> 1.2)
|
||||
test-prof (~> 1.0)
|
||||
timecop (~> 0.9)
|
||||
twitter (~> 7.0)
|
||||
|
|
|
|||
BIN
vendor/cache/strong_migrations-1.1.0.gem
vendored
BIN
vendor/cache/strong_migrations-1.1.0.gem
vendored
Binary file not shown.
BIN
vendor/cache/strong_migrations-1.2.0.gem
vendored
Normal file
BIN
vendor/cache/strong_migrations-1.2.0.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue