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

chore(deps): bump strong_migrations from 2.0.2 to 2.2.0 #1192

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 @@ -20,7 +20,7 @@ gem "activerecord-session_store", "~> 2.0"
gem "rufus-scheduler", "~> 3.9"

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

# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
gem "rails", "~> 7.0"
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
citeproc-ruby (1.1.13)
citeproc (~> 1.0, >= 1.0.9)
csl (~> 1.5)
concurrent-ruby (1.3.4)
concurrent-ruby (1.3.5)
confstruct (1.1.0)
hashie (>= 3.3, < 5)
connection_pool (2.5.0)
Expand Down Expand Up @@ -335,7 +335,7 @@
domain_name (~> 0.5)
http-form_data (2.3.0)
httpclient (2.8.3)
i18n (1.14.6)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
io-console (0.8.0)
irb (1.15.1)
Expand Down Expand Up @@ -403,7 +403,7 @@
mini_mime (1.1.5)
mini_portile2 (2.8.8)
minitar (1.0.2)
minitest (5.25.1)
minitest (5.25.4)
mock_redis (0.49.0)
redis (~> 5)
msgpack (1.7.2)
Expand Down Expand Up @@ -500,7 +500,7 @@
rack (~> 2.2, >= 2.2.4)
rack-test (2.1.0)
rack (>= 1.3)
rails (7.0.8.6)

Check warning on line 503 in Gemfile.lock

View workflow job for this annotation

GitHub Actions / Linters

Support for Rails 7.0.8.6 ends on 2025-04-01
actioncable (= 7.0.8.6)
actionmailbox (= 7.0.8.6)
actionmailer (= 7.0.8.6)
Expand Down Expand Up @@ -656,8 +656,8 @@
stimulus-rails (1.3.4)
railties (>= 6.0.0)
stringio (3.1.3)
strong_migrations (2.0.2)
activerecord (>= 6.1)
strong_migrations (2.2.0)
activerecord (>= 7)
summon (2.0.5)
json
thor (1.3.2)
Expand Down Expand Up @@ -798,7 +798,7 @@
stackprof
standard
stimulus-rails
strong_migrations (~> 2.0)
strong_migrations (~> 2.2)
turbo-rails
tzinfo-data
web-console
Expand Down
Loading