forked from External/greenlight
GRN-93: Fix for issue with excesive requests to LB (#447)
* Fix for issue with excesive requests to lb * Fixed issue with rspec on users not passing when run alone * Include dotenv in production
This commit is contained in:
4
Gemfile
4
Gemfile
@ -78,9 +78,9 @@ end
|
||||
group :development, :test do
|
||||
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
|
||||
gem 'byebug', platform: :mri
|
||||
# Environment configuration.
|
||||
gem 'dotenv-rails'
|
||||
end
|
||||
# Environment configuration.
|
||||
gem 'dotenv-rails'
|
||||
|
||||
group :test do
|
||||
# Include Rspec and other testing utilities.
|
||||
|
Reference in New Issue
Block a user