source 'https://rubygems.org'

gemspec

gem 'yubikey_database_authenticatable', git: 'git@bitbucket.org:onappcore/devise_yubikey.git', tag: 'v.5.3.0'
gem 'onapp-utils', git: 'git@bitbucket.org:onappcore/onapp-utils.git'
gem 'rails', '4.2.7'
gem 'devise', '~> 3.5'
gem 'mysql2', '~> 0.3.14'
gem 'devise-encryptable', '0.1.1'
gem 'devise_security_extension', '0.10.0'
gem 'omniauth-oauth2', '1.3.1'
gem 'omniauth-saml', '1.4.1'
gem 'omniauth-facebook', '1.6.0'
gem 'omniauth-google-oauth2', '0.2.4'
gem 'hashie', '~> 3.3.2'

gem 'haml-rails', '~> 0.9'
gem 'haml', '4.0.7'
gem 'rabl', '0.8.0'
gem 'oj', '2.14.6'
gem 'simple_form', '3.3.1'
gem 'simple-navigation', '3.10.0'
gem 'carrierwave', '0.11.2'
gem 'will_paginate', '3.1.2'

group :test do
  gem 'ffaker', '1.32'
end
