From 54a1483e08c7b1333e08421f01ee5461ffc3d7d0 Mon Sep 17 00:00:00 2001 From: David Gay Date: Sun, 29 Oct 2023 23:34:29 -0400 Subject: Install good_migrations and noncommittal --- Gemfile | 2 ++ Gemfile.lock | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/Gemfile b/Gemfile index a66c300..856c52c 100644 --- a/Gemfile +++ b/Gemfile @@ -5,6 +5,7 @@ ruby "3.2.2" gem "rails", "~> 7.1.1" gem "bootsnap", require: false +gem "good_migrations" gem "importmap-rails" gem "pg" gem "propshaft" @@ -26,5 +27,6 @@ group :development do end group :test do gem "capybara" + gem "noncommittal" gem "selenium-webdriver" end diff --git a/Gemfile.lock b/Gemfile.lock index 1ad89c4..193b912 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -118,6 +118,9 @@ GEM erubi (1.12.0) globalid (1.2.1) activesupport (>= 6.1) + good_migrations (0.2.1) + activerecord (>= 3.1) + railties (>= 3.1) i18n (1.14.1) concurrent-ruby (~> 1.0) importmap-rails (1.2.3) @@ -156,6 +159,7 @@ GEM nio4r (2.5.9) nokogiri (1.15.4-x86_64-linux) racc (~> 1.4) + noncommittal (0.2.0) parallel (1.23.0) parser (3.2.2.4) ast (~> 2.4.1) @@ -285,7 +289,9 @@ DEPENDENCIES capybara debug erb_lint + good_migrations importmap-rails + noncommittal pg propshaft puma -- cgit v1.2.3