Commit 7a54a8f4924135a861da6b23e685144c3ab252b7

Authored by Ryunosuke SATO
1 parent 8c7bcf33
Exists in master and in 1 other branch production

Update unicorn and its dependencies

kgio (it is dependency of unicorn) couldn't built on Ruby 2.2.
Showing 1 changed file with 3 additions and 3 deletions   Show diff stats
Gemfile.lock
... ... @@ -146,7 +146,7 @@ GEM
146 146 kaminari (0.14.1)
147 147 actionpack (>= 3.0.0)
148 148 activesupport (>= 3.0.0)
149   - kgio (2.8.1)
  149 + kgio (2.9.2)
150 150 launchy (2.3.0)
151 151 addressable (~> 2.3)
152 152 mail (2.6.3)
... ... @@ -252,7 +252,7 @@ GEM
252 252 activesupport (= 4.0.12)
253 253 rake (>= 0.8.7)
254 254 thor (>= 0.18.1, < 2.0)
255   - raindrops (0.12.0)
  255 + raindrops (0.13.0)
256 256 rake (10.4.2)
257 257 rdoc (4.1.2)
258 258 json (~> 1.4)
... ... @@ -315,7 +315,7 @@ GEM
315 315 execjs (>= 0.3.0)
316 316 json (>= 1.8.0)
317 317 underscore-rails (1.5.2)
318   - unicorn (4.6.3)
  318 + unicorn (4.8.3)
319 319 kgio (~> 2.6)
320 320 rack
321 321 raindrops (~> 0.7)
... ...