From d415232dbebfbf7f5821c4a8bd5c5768a1b9d5a4 Mon Sep 17 00:00:00 2001 From: Justin Coyne Date: Fri, 19 Jan 2024 10:48:37 -0600 Subject: [PATCH] Revert Gemfile changes These were intended to stay local on my machine. They were a workaround for a problem I was seeing in bundler 2.5.4 --- Gemfile | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/Gemfile b/Gemfile index 9191dfc443..84bcbdbdfe 100644 --- a/Gemfile +++ b/Gemfile @@ -48,29 +48,3 @@ end # END ENGINE_CART BLOCK eval_gemfile File.expand_path("spec/test_app_templates/Gemfile.extra", File.dirname(__FILE__)) - -gem "rubocop", "~> 1.60" - -gem "rubocop-capybara", "~> 2.20" - -gem "rubocop-rspec", "~> 2.26" - -gem "rubocop-rails", "~> 2.23" - -gem "rspec", "~> 3.12" - -gem "simplecov", "~> 0.22.0" - -gem "engine_cart", "~> 2.6" - -gem "rspec-rails", "~> 6.1" - -gem "rspec-collection_matchers", "~> 1.2" - -gem "capybara", "~> 3.39" - -gem "selenium-webdriver", "~> 4.16" - -gem "equivalent-xml", "~> 0.6.0" - -gem "axe-core-rspec", "~> 4.8"