Skip to content

Commit

Permalink
chore(deps): bump strong_migrations from 2.0.2 to 2.2.0
Browse files Browse the repository at this point in the history
Bumps [strong_migrations](https://github.com/ankane/strong_migrations) from 2.0.2 to 2.2.0.
- [Changelog](https://github.com/ankane/strong_migrations/blob/master/CHANGELOG.md)
- [Commits](ankane/strong_migrations@v2.0.2...v2.2.0)

---
updated-dependencies:
- dependency-name: strong_migrations
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 20, 2025
1 parent bc79182 commit 8618af7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
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 @@ GEM
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 @@ GEM
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 @@ -402,7 +402,7 @@ GEM
mini_histogram (0.3.1)
mini_mime (1.1.5)
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 @@ -648,8 +648,8 @@ GEM
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 @@ -790,7 +790,7 @@ DEPENDENCIES
stackprof
standard
stimulus-rails
strong_migrations (~> 2.0)
strong_migrations (~> 2.2)
turbo-rails
tzinfo-data
web-console
Expand Down

0 comments on commit 8618af7

Please sign in to comment.