gem 'bcrypt'
gem 'jwt'
gem 'travis'
group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]
gem 'pry'
gem 'simplecov'
gem 'rspec-rails'
gem 'shoulda-matchers'
end
Installed gems:
Attempting to integrate travis into repo