Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
fix: bump strong_migrations from 0.8.0 to 1.0.0 (#195)
Browse files Browse the repository at this point in the history
Bumps [strong_migrations](https://github.com/ankane/strong_migrations) from 0.8.0 to 1.0.0.
- [Release notes](https://github.com/ankane/strong_migrations/releases)
- [Changelog](https://github.com/ankane/strong_migrations/blob/master/CHANGELOG.md)
- [Commits](ankane/strong_migrations@v0.8.0...v1.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 12, 2022
1 parent 52d45a4 commit 9566a94
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ gem 'puma', '~> 5.6' # Use the Puma web server [https://github.com
gem 'redis', '~> 4.6' # Use Redis adapter to run Action Cable in production
gem 'rolify', '~> 6.0' # Simple Roles library
gem 'sidekiq', '~> 6.4' # Simple, efficient background processing for Ruby
gem 'strong_migrations', '~> 0.8' # Catch potentially dangerous operations in migrations
gem 'strong_migrations', '~> 1.0' # Catch potentially dangerous operations in migrations

# Assets
gem 'importmap-rails', '~> 1.0' # Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails]
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ GEM
xpath (~> 3.2)
childprocess (4.1.0)
coderay (1.1.3)
concurrent-ruby (1.1.9)
concurrent-ruby (1.1.10)
connection_pool (2.2.5)
crack (0.4.5)
rexml
Expand Down Expand Up @@ -331,7 +331,7 @@ GEM
sprockets (>= 3.0.0)
stimulus-rails (1.0.4)
railties (>= 6.0.0)
strong_migrations (0.8.0)
strong_migrations (1.0.0)
activerecord (>= 5.2)
strscan (3.0.1)
tailwindcss-rails (2.0.7)
Expand Down Expand Up @@ -407,7 +407,7 @@ DEPENDENCIES
simplecov
sprockets-rails (~> 3.4)
stimulus-rails (~> 1.0)
strong_migrations (~> 0.8)
strong_migrations (~> 1.0)
tailwindcss-rails (~> 2.0)
turbo-rails (~> 1.0)
vcr!
Expand Down

0 comments on commit 9566a94

Please sign in to comment.