about summary refs log tree commit diff
path: root/Gemfile
diff options
context:
space:
mode:
authorMatt Jankowski <matt@jankowski.online>2023-03-09 08:27:48 -0500
committerGitHub <noreply@github.com>2023-03-09 14:27:48 +0100
commit2f7a663b0bccd7b5de1fa47b89a7bdc7591e69ec (patch)
tree6e2872ee1d4f071c8dbe78ea0c636b44e3c2c743 /Gemfile
parent684a970b3c7ce19ec419c4db52b67a3b0903f493 (diff)
Explicitly set github repo in instance presenter spec (#24036)
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index eaaf1bf1f..7a836b6ba 100644
--- a/Gemfile
+++ b/Gemfile
@@ -117,6 +117,7 @@ end
 
 group :test do
   gem 'capybara', '~> 3.38'
+  gem 'climate_control'
   gem 'faker', '~> 3.1'
   gem 'json-schema', '~> 3.0'
   gem 'rack-test', '~> 2.0'