Skip to content

Commit

Permalink
Bump strong_migrations from 0.5.1 to 0.6.0 (#5752)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] authored and maestromac committed Jan 27, 2020
1 parent ae9c416 commit 1da3846
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ group :development, :test do
gem "rubocop-rspec", "~> 1.37", require: false # Code style checking for RSpec files
gem "spring", "~> 2.1" # Preloads your application so things like console, rake and tests run faster
gem "spring-commands-rspec", "~> 1.0" # rspec command for spring
gem "strong_migrations", "~> 0.5" # Catch unsafe migrations in development
gem "strong_migrations", "~> 0.6" # Catch unsafe migrations in development
end

group :test do
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,7 @@ GEM
dante (>= 0.2.0)
multi_json (~> 1.0)
stripe (>= 2.0.3)
strong_migrations (0.5.1)
strong_migrations (0.6.0)
activerecord (>= 5)
test-prof (0.10.2)
thor (0.20.3)
Expand Down Expand Up @@ -992,7 +992,7 @@ DEPENDENCIES
storext (~> 3.1)
stripe (~> 4.23)
stripe-ruby-mock (~> 2.5)
strong_migrations (~> 0.5)
strong_migrations (~> 0.6)
test-prof (~> 0.10)
timber (~> 3.0)
timber-rails (~> 1.0)
Expand Down

0 comments on commit 1da3846

Please sign in to comment.