Skip to content
This repository was archived by the owner on Nov 28, 2024. It is now read-only.

Commit 52ab143

Browse files
Bump puma from 5.5.1 to 5.5.2
Bumps [puma](https://github.com/puma/puma) from 5.5.1 to 5.5.2. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](puma/puma@v5.5.1...v5.5.2) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1758113 commit 52ab143

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ gem 'nokogiri', '~> 1.10'
8989

9090
gem 'airbrake', '~> 11.0'
9191
gem 'font-awesome-rails', '~> 4.7'
92-
gem 'sidekiq', '~> 4.2'
92+
gem 'sidekiq', '~> 5.2'
9393
gem 'data_uri', '~> 0.1'
9494
gem 'jquery-dotdotdot-rails', '~> 1.6'
9595
gem 'alternate_rails', git: 'https://github.com/Data-Liberation-Front/alternate-rails.git', ref: 'v4.2.0'

Gemfile.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ GEM
125125
execjs
126126
coffee-script-source (1.12.2)
127127
colorize (0.8.1)
128-
concurrent-ruby (1.1.8)
129-
connection_pool (2.2.1)
128+
concurrent-ruby (1.1.10)
129+
connection_pool (2.2.5)
130130
coveralls (0.8.23)
131131
json (>= 1.8, < 3)
132132
simplecov (~> 0.16.1)
@@ -528,7 +528,7 @@ GEM
528528
rack-google-analytics (1.2.0)
529529
actionpack
530530
activesupport
531-
rack-protection (2.0.8.1)
531+
rack-protection (2.2.0)
532532
rack
533533
rack-test (0.6.3)
534534
rack (>= 1.0)
@@ -629,7 +629,7 @@ GEM
629629
rdf-xsd (3.1.0)
630630
rdf (~> 3.1)
631631
rdoc (6.3.0)
632-
redis (3.3.1)
632+
redis (4.7.1)
633633
ref (2.0.0)
634634
rest-client (2.0.2)
635635
http-cookie (>= 1.0.2, < 2.0)
@@ -679,11 +679,11 @@ GEM
679679
rdf-xsd (>= 2.2, < 4.0)
680680
sparql (>= 2.2, < 4.0)
681681
sxp (~> 1.0)
682-
sidekiq (4.2.4)
683-
concurrent-ruby (~> 1.0)
684-
connection_pool (~> 2.2, >= 2.2.0)
682+
sidekiq (5.2.8)
683+
connection_pool (~> 2.2, >= 2.2.2)
684+
rack (< 2.1.0)
685685
rack-protection (>= 1.5.0)
686-
redis (~> 3.2, >= 3.2.1)
686+
redis (>= 3.3.5, < 5)
687687
simplecov (0.16.1)
688688
docile (~> 1.1)
689689
json (>= 1.8, < 3)
@@ -809,7 +809,7 @@ DEPENDENCIES
809809
rubyzip (~> 2.3)
810810
sass-rails (~> 6.0)
811811
sdoc (~> 2.1)
812-
sidekiq (~> 4.2)
812+
sidekiq (~> 5.2)
813813
simplecov (~> 0.16)
814814
spring (~> 2.1)
815815
sqlite3 (~> 1.4)

0 commit comments

Comments
 (0)