update gemfile

This commit is contained in:
Marco Zeisler 2020-04-21 19:09:26 +02:00
parent a075f6b215
commit 4a3773a29b

View File

@ -27,8 +27,8 @@ gem 'jbuilder', '~> 2.7'
# Authentication gem (uses bcrypt by default) # Authentication gem (uses bcrypt by default)
gem 'devise', '4.7.1' gem 'devise', '4.7.1'
# For Tiss API calls
gem 'httparty', '0.18.0' gem 'httparty', '0.18.0'
gem 'faraday', '1.0.1'
# Needed to encrypt passwords with something else than bcrypt # Needed to encrypt passwords with something else than bcrypt
gem 'devise-encryptable', '0.2.0' gem 'devise-encryptable', '0.2.0'