Encryption
This commit is contained in:
@@ -1,12 +1,22 @@
|
||||
source 'https://rubygems.org'
|
||||
|
||||
# Application / Server
|
||||
gem 'sinatra'
|
||||
gem 'shotgun'
|
||||
gem 'unicorn'
|
||||
|
||||
# Database
|
||||
gem 'sequel'
|
||||
gem 'pg'
|
||||
|
||||
# Encryption / Decryption
|
||||
gem 'encryptor'
|
||||
|
||||
# Syntax Highlighting
|
||||
gem 'pygments.rb'
|
||||
|
||||
# Sugar
|
||||
gem 'haml'
|
||||
gem 'sass'
|
||||
|
||||
gem 'unicorn'
|
||||
gem 'shotgun'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user