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

Commit 8b4abd3

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 1bcddb5 commit 8b4abd3

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
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: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ GEM
127127
coffee-script-source (1.12.2)
128128
colorize (0.8.1)
129129
concurrent-ruby (1.1.10)
130-
connection_pool (2.2.1)
130+
connection_pool (2.2.5)
131131
coveralls (0.8.23)
132132
json (>= 1.8, < 3)
133133
simplecov (~> 0.16.1)
@@ -531,7 +531,7 @@ GEM
531531
rack-google-analytics (1.2.0)
532532
actionpack
533533
activesupport
534-
rack-protection (2.0.8.1)
534+
rack-protection (2.2.1)
535535
rack
536536
rack-test (0.6.3)
537537
rack (>= 1.0)
@@ -633,7 +633,7 @@ GEM
633633
rdf-xsd (3.1.0)
634634
rdf (~> 3.1)
635635
rdoc (6.3.0)
636-
redis (3.3.1)
636+
redis (4.7.1)
637637
ref (2.0.0)
638638
rest-client (2.0.2)
639639
http-cookie (>= 1.0.2, < 2.0)
@@ -683,11 +683,11 @@ GEM
683683
rdf-xsd (>= 2.2, < 4.0)
684684
sparql (>= 2.2, < 4.0)
685685
sxp (~> 1.0)
686-
sidekiq (4.2.4)
687-
concurrent-ruby (~> 1.0)
688-
connection_pool (~> 2.2, >= 2.2.0)
686+
sidekiq (5.2.8)
687+
connection_pool (~> 2.2, >= 2.2.2)
688+
rack (< 2.1.0)
689689
rack-protection (>= 1.5.0)
690-
redis (~> 3.2, >= 3.2.1)
690+
redis (>= 3.3.5, < 5)
691691
simplecov (0.16.1)
692692
docile (~> 1.1)
693693
json (>= 1.8, < 3)
@@ -816,7 +816,7 @@ DEPENDENCIES
816816
rubyzip (~> 2.3)
817817
sass-rails (~> 6.0)
818818
sdoc (~> 2.1)
819-
sidekiq (~> 4.2)
819+
sidekiq (~> 5.2)
820820
simplecov (~> 0.16)
821821
spring (~> 2.1)
822822
sqlite3 (~> 1.4)

0 commit comments

Comments
 (0)