added missing gem

This commit is contained in:
Wedge 2016-03-20 16:05:53 +03:00
parent de268f468b
commit 2df94f0bc0
1 changed files with 2 additions and 0 deletions

View File

@ -43,6 +43,8 @@ gem 'rest-client'
gem 'ohm', '~> 1.3.2' # Ohm 2 breaks the compatibility with previous versions. gem 'ohm', '~> 1.3.2' # Ohm 2 breaks the compatibility with previous versions.
gem 'ohm-expire', '~> 0.1.3' gem 'ohm-expire', '~> 0.1.3'
gem 'pygments.rb'
gem 'ffi' gem 'ffi'
gem 'attr_encrypted' gem 'attr_encrypted'