Skip to content

Commit

Permalink
Remove fix-db-schema-conflicts gem (#12432)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Kohl committed Jan 26, 2021
1 parent 7a934a1 commit bf8a7e3
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ group :development do
gem "bundler-audit", "~> 0.7" # bundler-audit provides patch-level verification for Bundled apps
gem "derailed_benchmarks", "~> 2.0", require: false # A series of things you can use to benchmark a Rails or Ruby app
gem "erb_lint", github: "thepracticaldev/erb-lint", branch: "jess/remove-version-pinning", require: false # ERB Linter tool
gem "fix-db-schema-conflicts", "~> 3.0" # Ensures consistent output of db/schema.rb despite local differences in the database
gem "guard", "~> 2.16", require: false # Guard is a command line tool to easily handle events on file system modifications
gem "guard-livereload", "~> 2.5", require: false # Guard::LiveReload automatically reloads your browser when 'view' files are modified
gem "guard-rspec", "~> 4.7", require: false # Guard::RSpec automatically run your specs
Expand Down
3 changes: 0 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -298,8 +298,6 @@ GEM
browser (>= 2.0)
distribution
railties (>= 5)
fix-db-schema-conflicts (3.0.3)
rubocop (>= 0.38.0)
flipper (0.20.3)
flipper-active_record (0.20.3)
activerecord (>= 5.0, < 7)
Expand Down Expand Up @@ -882,7 +880,6 @@ DEPENDENCIES
fastly (~> 2.5)
feedjira (~> 3.1)
field_test (~> 0.4)
fix-db-schema-conflicts (~> 3.0)
flipper (~> 0.20.3)
flipper-active_record (~> 0.20.3)
flipper-ui (~> 0.20.3)
Expand Down
3 changes: 3 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@
require File.expand_path("config/application", __dir__)

Rails.application.load_tasks

# Use strong_migrations to alphabetize schema columns
task "db:schema:dump": "strong_migrations:alphabetize_columns"
Binary file removed vendor/cache/fix-db-schema-conflicts-3.0.3.gem
Binary file not shown.

0 comments on commit bf8a7e3

Please sign in to comment.