From e4eadd59a879eb8fd74a98c65bedc509bbf629fe Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Mon, 14 Oct 2019 22:04:41 -0400 Subject: [PATCH] Attempt to use current gem for testing (#12) (fixes #11) --- spec/rails/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/rails/Gemfile b/spec/rails/Gemfile index eae3737..120e515 100644 --- a/spec/rails/Gemfile +++ b/spec/rails/Gemfile @@ -18,7 +18,7 @@ gem 'bootsnap', '>= 1.4.2', require: false # Use Rack CORS for handling Cross-Origin Resource Sharing (CORS), making cross-origin AJAX possible # gem 'rack-cors' -gem 'psenv-rails' +gem 'psenv-rails', path: '../../' group :development, :test do # Call 'byebug' anywhere in the code to stop execution and get a debugger console