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