Commit 520f0225 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

gems updated: unicorn, draper, github-markup

parent 153a4c14
...@@ -72,7 +72,7 @@ gem "redcarpet", "~> 2.2.2" ...@@ -72,7 +72,7 @@ gem "redcarpet", "~> 2.2.2"
gem "github-markup", "~> 0.7.4", require: 'github/markup' gem "github-markup", "~> 0.7.4", require: 'github/markup'
# Servers # Servers
gem "unicorn", "~> 4.4.0" gem "unicorn"
# State machine # State machine
gem "state_machine" gem "state_machine"
...@@ -81,7 +81,7 @@ gem "state_machine" ...@@ -81,7 +81,7 @@ gem "state_machine"
gem "acts-as-taggable-on", "2.3.3" gem "acts-as-taggable-on", "2.3.3"
# Decorators # Decorators
gem "draper", "~> 0.18.0" gem "draper"
# Background jobs # Background jobs
gem 'slim' gem 'slim'
......
...@@ -135,9 +135,10 @@ GEM ...@@ -135,9 +135,10 @@ GEM
railties (~> 3.1) railties (~> 3.1)
warden (~> 1.2.1) warden (~> 1.2.1)
diff-lcs (1.1.3) diff-lcs (1.1.3)
draper (0.18.0) draper (1.1.0)
actionpack (~> 3.2) actionpack (>= 3.0)
activesupport (~> 3.2) activesupport (>= 3.0)
request_store (~> 1.0.3)
email_spec (1.4.0) email_spec (1.4.0)
launchy (~> 2.1) launchy (~> 2.1)
mail (~> 2.2) mail (~> 2.2)
...@@ -173,7 +174,7 @@ GEM ...@@ -173,7 +174,7 @@ GEM
escape_utils (~> 0.2.3) escape_utils (~> 0.2.3)
mime-types (~> 1.19) mime-types (~> 1.19)
pygments.rb (>= 0.2.13) pygments.rb (>= 0.2.13)
github-markup (0.7.4) github-markup (0.7.5)
gitlab_meta (5.0) gitlab_meta (5.0)
gitlab_omniauth-ldap (1.0.2) gitlab_omniauth-ldap (1.0.2)
net-ldap (~> 0.2.2) net-ldap (~> 0.2.2)
...@@ -236,7 +237,7 @@ GEM ...@@ -236,7 +237,7 @@ GEM
kaminari (0.14.1) kaminari (0.14.1)
actionpack (>= 3.0.0) actionpack (>= 3.0.0)
activesupport (>= 3.0.0) activesupport (>= 3.0.0)
kgio (2.7.4) kgio (2.8.0)
launchy (2.1.2) launchy (2.1.2)
addressable (~> 2.3) addressable (~> 2.3)
letter_opener (1.0.0) letter_opener (1.0.0)
...@@ -351,6 +352,7 @@ GEM ...@@ -351,6 +352,7 @@ GEM
redis (3.0.2) redis (3.0.2)
redis-namespace (1.2.1) redis-namespace (1.2.1)
redis (~> 3.0.0) redis (~> 3.0.0)
request_store (1.0.5)
rspec (2.12.0) rspec (2.12.0)
rspec-core (~> 2.12.0) rspec-core (~> 2.12.0)
rspec-expectations (~> 2.12.0) rspec-expectations (~> 2.12.0)
...@@ -439,7 +441,7 @@ GEM ...@@ -439,7 +441,7 @@ GEM
uglifier (1.3.0) uglifier (1.3.0)
execjs (>= 0.3.0) execjs (>= 0.3.0)
multi_json (~> 1.0, >= 1.0.2) multi_json (~> 1.0, >= 1.0.2)
unicorn (4.4.0) unicorn (4.6.2)
kgio (~> 2.6) kgio (~> 2.6)
rack rack
raindrops (~> 0.7) raindrops (~> 0.7)
...@@ -473,7 +475,7 @@ DEPENDENCIES ...@@ -473,7 +475,7 @@ DEPENDENCIES
colored colored
database_cleaner database_cleaner
devise devise
draper (~> 0.18.0) draper
email_spec email_spec
enumerize enumerize
factory_girl_rails factory_girl_rails
...@@ -541,5 +543,5 @@ DEPENDENCIES ...@@ -541,5 +543,5 @@ DEPENDENCIES
therubyracer therubyracer
thin thin
uglifier (~> 1.3.0) uglifier (~> 1.3.0)
unicorn (~> 4.4.0) unicorn
webmock webmock
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment