gems updated: unicorn, draper, github-markup

This commit is contained in:
Dmitriy Zaporozhets 2013-03-01 15:15:29 +02:00
parent 153a4c142d
commit 520f02259c
2 changed files with 12 additions and 10 deletions

View file

@ -72,7 +72,7 @@ gem "redcarpet", "~> 2.2.2"
gem "github-markup", "~> 0.7.4", require: 'github/markup'
# Servers
gem "unicorn", "~> 4.4.0"
gem "unicorn"
# State machine
gem "state_machine"
@ -81,7 +81,7 @@ gem "state_machine"
gem "acts-as-taggable-on", "2.3.3"
# Decorators
gem "draper", "~> 0.18.0"
gem "draper"
# Background jobs
gem 'slim'