gems updated: unicorn, draper, github-markup
This commit is contained in:
parent
153a4c142d
commit
520f02259c
2 changed files with 12 additions and 10 deletions
4
Gemfile
4
Gemfile
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue