Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump strong_migrations from 2.0.2 to 2.1.0 #567

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ gem "lograge"
gem "activerecord-session_store", "~> 2.0"

# catch unsafe migrations
gem "strong_migrations", "~> 2.0"
gem "strong_migrations", "~> 2.1"

# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
gem "rails", "~> 7.0.8"
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ GEM
mini_histogram (0.3.1)
mini_mime (1.1.5)
minitar (1.0.2)
minitest (5.25.1)
minitest (5.25.4)
msgpack (1.7.2)
multi_json (1.15.0)
multi_xml (0.7.1)
Expand Down Expand Up @@ -543,7 +543,7 @@ GEM
stimulus-rails (1.3.4)
railties (>= 6.0.0)
stringio (3.1.1)
strong_migrations (2.0.2)
strong_migrations (2.1.0)
activerecord (>= 6.1)
thor (1.3.2)
timeout (0.4.1)
Expand Down Expand Up @@ -675,7 +675,7 @@ DEPENDENCIES
stackprof
standard (~> 1.41)
stimulus-rails
strong_migrations (~> 2.0)
strong_migrations (~> 2.1)
turbo-rails
tzinfo-data
web-console
Expand Down
Loading