diff options
author | Nick Schonning <nschonni@gmail.com> | 2023-03-03 16:48:48 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-03 22:48:48 +0100 |
commit | c65c34dfd11be9b307e9049fb58194c4cfa76a73 (patch) | |
tree | c3f16d8189630375dc79e0e0df727f33658d9713 | |
parent | 050f1669c6fc02d7a917261d16d9264512955bc6 (diff) |
Remove climate_control gem (#23886)
-rw-r--r-- | Gemfile | 1 | ||||
-rw-r--r-- | Gemfile.lock | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile index 354f6bd6c..ede81af16 100644 --- a/Gemfile +++ b/Gemfile @@ -119,7 +119,6 @@ end group :test do gem 'capybara', '~> 3.38' - gem 'climate_control', '~> 0.2' gem 'faker', '~> 3.1' gem 'json-schema', '~> 3.0' gem 'rack-test', '~> 2.0' diff --git a/Gemfile.lock b/Gemfile.lock index 78774ac9c..73d45fb54 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -792,7 +792,6 @@ DEPENDENCIES capybara (~> 3.38) charlock_holmes (~> 0.7.7) chewy (~> 7.2) - climate_control (~> 0.2) cocoon (~> 1.2) color_diff (~> 0.1) concurrent-ruby |