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

Commit

Permalink
Merge pull request #96 from department-of-veterans-affairs/dependabot…
Browse files Browse the repository at this point in the history
…/bundler/strong_migrations-0.8.0

Bump strong_migrations from 0.7.9 to 0.8.0
  • Loading branch information
thilton-oddball authored Feb 14, 2022
2 parents 1c9a62e + e6c4dca commit 6f8ab94
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,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.7' # Catch potentially dangerous operations in migrations
gem 'strong_migrations', '~> 0.8' # 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 @@ -253,8 +253,8 @@ GEM
sprockets (>= 3.0.0)
stimulus-rails (1.0.2)
railties (>= 6.0.0)
strong_migrations (0.7.9)
activerecord (>= 5)
strong_migrations (0.8.0)
activerecord (>= 5.2)
strscan (3.0.1)
tailwindcss-rails (2.0.5)
railties (>= 6.0.0)
Expand Down Expand Up @@ -315,7 +315,7 @@ DEPENDENCIES
simplecov
sprockets-rails (~> 3.4)
stimulus-rails (~> 1.0)
strong_migrations (~> 0.7)
strong_migrations (~> 0.8)
tailwindcss-rails (~> 2.0)
turbo-rails (~> 1.0)
webdrivers
Expand Down
2 changes: 1 addition & 1 deletion db/schema.rb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6f8ab94

Please sign in to comment.