added missing gem
This commit is contained in:
parent
de268f468b
commit
2df94f0bc0
2
Gemfile
2
Gemfile
|
@ -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'
|
||||||
|
|
Loading…
Reference in New Issue