Skip to content
This repository was archived by the owner on Mar 24, 2020. It is now read-only.

Commit 22bfec3

Browse files
Bump unicorn from 5.3.0 to 5.5.3
Bumps [unicorn](https://yhbt.net/unicorn/) from 5.3.0 to 5.5.3. Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 74d4cef commit 22bfec3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ group :development, :test do
6666
gem 'simplecov', '~> 0.14.1'
6767
gem 'rubocop', '0.58.2', require: false
6868
gem 'rubocop-rspec', '1.15.1'
69-
gem 'unicorn', '~> 5.3.0'
69+
gem 'unicorn', '~> 5.5.3'
7070
gem 'rspec_junit_formatter', '~> 0.2.3'
7171
gem 'poltergeist', '1.15.0'
7272
gem 'timecop'

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ GEM
209209
kaminari (0.15.1)
210210
actionpack (>= 3.0.0)
211211
activesupport (>= 3.0.0)
212-
kgio (2.11.0)
212+
kgio (2.11.3)
213213
launchy (2.4.3)
214214
addressable (~> 2.3)
215215
libhoney (1.13.0)
@@ -319,7 +319,7 @@ GEM
319319
rake (>= 0.8.7)
320320
thor (>= 0.18.1, < 2.0)
321321
rainbow (3.0.0)
322-
raindrops (0.18.0)
322+
raindrops (0.19.1)
323323
rake (12.3.3)
324324
rdf (1.1.1.1)
325325
rdf-rdfxml (1.0.1)
@@ -438,7 +438,7 @@ GEM
438438
unf_ext
439439
unf_ext (0.0.7.6)
440440
unicode-display_width (1.4.0)
441-
unicorn (5.3.0)
441+
unicorn (5.5.3)
442442
kgio (~> 2.6)
443443
raindrops (~> 0.7)
444444
warden (1.2.6)
@@ -512,7 +512,7 @@ DEPENDENCIES
512512
sprockets (~> 2.12.4)
513513
timecop
514514
uglifier (~> 3.2.0)
515-
unicorn (~> 5.3.0)
515+
unicorn (~> 5.5.3)
516516
whenever
517517

518518
BUNDLED WITH

0 commit comments

Comments
 (0)