diff --git a/Gemfile b/Gemfile index 4f7fb3661..f303b5f2b 100644 --- a/Gemfile +++ b/Gemfile @@ -63,7 +63,7 @@ group :development, :test do gem 'simplecov', '~> 0.14.1' gem 'rubocop', '0.58.2', require: false gem 'rubocop-rspec', '1.15.1' - gem 'unicorn', '~> 5.3.0' + gem 'unicorn', '~> 5.4.1' gem 'rspec_junit_formatter', '~> 0.2.3' gem 'poltergeist', '1.15.0' end diff --git a/Gemfile.lock b/Gemfile.lock index 5d862e277..46fe05574 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -197,7 +197,7 @@ GEM kaminari (0.15.1) actionpack (>= 3.0.0) activesupport (>= 3.0.0) - kgio (2.11.0) + kgio (2.11.2) launchy (2.4.3) addressable (~> 2.3) logger (1.2.8) @@ -300,7 +300,7 @@ GEM rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) rainbow (3.0.0) - raindrops (0.18.0) + raindrops (0.19.0) rake (12.3.1) rdf (1.1.1.1) rdf-rdfxml (1.0.1) @@ -418,7 +418,7 @@ GEM unf_ext unf_ext (0.0.7.1) unicode-display_width (1.4.0) - unicorn (5.3.0) + unicorn (5.4.1) kgio (~> 2.6) raindrops (~> 0.7) warden (1.2.6) @@ -487,7 +487,7 @@ DEPENDENCIES solrizer-fedora! sprockets (~> 2.12.4) uglifier (~> 3.2.0) - unicorn (~> 5.3.0) + unicorn (~> 5.4.1) BUNDLED WITH 1.16.3