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

Commit b4978f1

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 482abdc commit b4978f1

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ gem 'nokogiri', '~> 1.13'
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

+7-7
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ GEM
533533
rack-google-analytics (1.2.0)
534534
actionpack
535535
activesupport
536-
rack-protection (2.0.8.1)
536+
rack-protection (2.2.2)
537537
rack
538538
rack-test (0.6.3)
539539
rack (>= 1.0)
@@ -636,7 +636,7 @@ GEM
636636
rdf (~> 3.2)
637637
rexml (~> 3.2)
638638
rdoc (6.3.0)
639-
redis (3.3.1)
639+
redis (4.8.0)
640640
ref (2.0.0)
641641
rest-client (2.0.2)
642642
http-cookie (>= 1.0.2, < 2.0)
@@ -686,11 +686,11 @@ GEM
686686
rdf-xsd (>= 2.2, < 4.0)
687687
sparql (>= 2.2, < 4.0)
688688
sxp (~> 1.0)
689-
sidekiq (4.2.4)
690-
concurrent-ruby (~> 1.0)
691-
connection_pool (~> 2.2, >= 2.2.0)
689+
sidekiq (5.2.8)
690+
connection_pool (~> 2.2, >= 2.2.2)
691+
rack (< 2.1.0)
692692
rack-protection (>= 1.5.0)
693-
redis (~> 3.2, >= 3.2.1)
693+
redis (>= 3.3.5, < 5)
694694
simplecov (0.16.1)
695695
docile (~> 1.1)
696696
json (>= 1.8, < 3)
@@ -821,7 +821,7 @@ DEPENDENCIES
821821
rubyzip (~> 2.3)
822822
sass-rails (~> 6.0)
823823
sdoc (~> 2.1)
824-
sidekiq (~> 4.2)
824+
sidekiq (~> 5.2)
825825
simplecov (~> 0.16)
826826
spring (~> 2.1)
827827
sqlite3 (~> 1.5)

0 commit comments

Comments
 (0)