1
0
Fork 0

Attempt to use current gem for testing

(fixes #11)
This commit is contained in:
Andrew Tomaka 2019-10-14 21:48:11 -04:00
parent bd72d2a64f
commit 5f710a9a51
Signed by: atomaka
GPG Key ID: 61209BF70A5B18BE
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