1
0
Fork 0

Attempt to use current gem for testing (#12)

(fixes #11)
This commit is contained in:
Andrew Tomaka 2019-10-14 22:04:41 -04:00 committed by GitHub
parent 088ad05173
commit e4eadd59a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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