Skip to content

Commit 3d6f4b6

Browse files
Bump strong_migrations from 0.7.9 to 1.0.0
Bumps [strong_migrations](https://github.com/ankane/strong_migrations) from 0.7.9 to 1.0.0. - [Release notes](https://github.com/ankane/strong_migrations/releases) - [Changelog](https://github.com/ankane/strong_migrations/blob/master/CHANGELOG.md) - [Commits](ankane/strong_migrations@v0.7.9...v1.0.0) --- updated-dependencies: - dependency-name: strong_migrations dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent db01df2 commit 3d6f4b6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ gem 'simple-navigation', '~> 4.3'
8686
gem 'simple_form', '~> 5.1'
8787
gem 'sprockets-rails', '~> 3.4', require: 'sprockets/railtie'
8888
gem 'stoplight', '~> 3.0.0'
89-
gem 'strong_migrations', '~> 0.7'
89+
gem 'strong_migrations', '~> 1.0'
9090
gem 'tty-prompt', '~> 0.23', require: false
9191
gem 'twitter-text', '~> 3.1.0'
9292
gem 'tzinfo-data', '~> 1.2022'

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -641,8 +641,8 @@ GEM
641641
stackprof (0.2.19)
642642
statsd-ruby (1.5.0)
643643
stoplight (3.0.0)
644-
strong_migrations (0.7.9)
645-
activerecord (>= 5)
644+
strong_migrations (1.0.0)
645+
activerecord (>= 5.2)
646646
swd (1.3.0)
647647
activesupport (>= 3)
648648
attr_required (>= 0.0.5)
@@ -836,7 +836,7 @@ DEPENDENCIES
836836
sprockets-rails (~> 3.4)
837837
stackprof
838838
stoplight (~> 3.0.0)
839-
strong_migrations (~> 0.7)
839+
strong_migrations (~> 1.0)
840840
thor (~> 1.2)
841841
tty-prompt (~> 0.23)
842842
twitter-text (~> 3.1.0)

0 commit comments

Comments
 (0)