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

Commit 11afbaf

Browse files
Bump unicorn from 5.3.0 to 5.5.1
Bumps [unicorn](https://bogomips.org/unicorn/) from 5.3.0 to 5.5.1. Signed-off-by: dependabot[bot] <support@dependabot.com>
1 parent 5b2ab0d commit 11afbaf

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
@@ -65,7 +65,7 @@ group :development, :test do
6565
gem 'simplecov', '~> 0.14.1'
6666
gem 'rubocop', '0.58.2', require: false
6767
gem 'rubocop-rspec', '1.15.1'
68-
gem 'unicorn', '~> 5.3.0'
68+
gem 'unicorn', '~> 5.5.1'
6969
gem 'rspec_junit_formatter', '~> 0.2.3'
7070
gem 'poltergeist', '1.15.0'
7171
gem 'timecop'

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ GEM
216216
kaminari (0.15.1)
217217
actionpack (>= 3.0.0)
218218
activesupport (>= 3.0.0)
219-
kgio (2.11.0)
219+
kgio (2.11.2)
220220
launchy (2.4.3)
221221
addressable (~> 2.3)
222222
libhoney (1.13.0)
@@ -325,7 +325,7 @@ GEM
325325
rake (>= 0.8.7)
326326
thor (>= 0.18.1, < 2.0)
327327
rainbow (3.0.0)
328-
raindrops (0.18.0)
328+
raindrops (0.19.0)
329329
rake (12.3.1)
330330
rdf (1.1.1.1)
331331
rdf-rdfxml (1.0.1)
@@ -444,7 +444,7 @@ GEM
444444
unf_ext
445445
unf_ext (0.0.7.6)
446446
unicode-display_width (1.4.0)
447-
unicorn (5.3.0)
447+
unicorn (5.5.1)
448448
kgio (~> 2.6)
449449
raindrops (~> 0.7)
450450
warden (1.2.6)
@@ -517,7 +517,7 @@ DEPENDENCIES
517517
sprockets (~> 2.12.4)
518518
timecop
519519
uglifier (~> 3.2.0)
520-
unicorn (~> 5.3.0)
520+
unicorn (~> 5.5.1)
521521
whenever
522522

523523
BUNDLED WITH

0 commit comments

Comments
 (0)