Skip to content

Commit

Permalink
extract verbose_migrations gem
Browse files Browse the repository at this point in the history
  • Loading branch information
ezekg committed Sep 11, 2024
1 parent 907e87c commit 3032144
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 31 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ gem 'redis', '~> 4.7.1'

# API migrations
gem 'request_migrations', '~> 1.1'
gem 'verbose_migrations'

# API params
gem 'typed_params', '~> 1.2.5'
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,8 @@ GEM
concurrent-ruby (~> 1.0)
uniform_notifier (1.16.0)
uri (0.12.2)
verbose_migrations (1.0.1)
rails (>= 6.0)
webmock (3.14.0)
addressable (>= 2.8.0)
crack (>= 0.3.2)
Expand Down Expand Up @@ -578,6 +580,7 @@ DEPENDENCIES
tracer
typed_params (~> 1.2.5)
uri (>= 0.12.2)
verbose_migrations
webmock (~> 3.14.0)

RUBY VERSION
Expand Down
3 changes: 0 additions & 3 deletions config/initializers/verbose_migrations.rb

This file was deleted.

28 changes: 0 additions & 28 deletions lib/verbose_migrations.rb

This file was deleted.

0 comments on commit 3032144

Please sign in to comment.