Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 31, 2024
1 parent e603b35 commit 013cb27
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 @@ -31,7 +31,7 @@ gem 'connection_pool'
gem 'pg', '~> 1.5.9'
gem 'redis', '~> 4.8'
gem 'rsolr'
gem 'strong_migrations', '~> 2.0.1'
gem 'strong_migrations', '~> 2.0.2'

# Authentication
gem 'bcrypt', '>= 3.1.13'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ GEM
activesupport (>= 6.1)
sprockets (>= 3.0.0)
stringio (3.1.1)
strong_migrations (2.0.1)
strong_migrations (2.0.2)
activerecord (>= 6.1)
sxp (1.3.0)
matrix (~> 0.4)
Expand Down Expand Up @@ -696,7 +696,7 @@ DEPENDENCIES
simple_form
simplecov
sprockets-rails
strong_migrations (~> 2.0.1)
strong_migrations (~> 2.0.2)
uuidtools
vcr (= 5.0)
voight_kampff (~> 2.0)
Expand Down

0 comments on commit 013cb27

Please sign in to comment.