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

Commit 56411b2

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 6ee9313 commit 56411b2

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.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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ GEM
128128
coffee-script-source (1.12.2)
129129
colorize (0.8.1)
130130
concurrent-ruby (1.1.10)
131-
connection_pool (2.2.5)
131+
connection_pool (2.3.0)
132132
coveralls (0.8.23)
133133
json (>= 1.8, < 3)
134134
simplecov (~> 0.16.1)
@@ -535,7 +535,7 @@ GEM
535535
rack-google-analytics (1.2.0)
536536
actionpack
537537
activesupport
538-
rack-protection (2.0.8.1)
538+
rack-protection (3.0.5)
539539
rack
540540
rack-test (0.6.3)
541541
rack (>= 1.0)
@@ -639,7 +639,7 @@ GEM
639639
rexml (~> 3.2)
640640
rdoc (6.5.0)
641641
psych (>= 4.0.0)
642-
redis (3.3.1)
642+
redis (4.8.0)
643643
ref (2.0.0)
644644
rest-client (2.0.2)
645645
http-cookie (>= 1.0.2, < 2.0)
@@ -689,11 +689,11 @@ GEM
689689
rdf-xsd (>= 2.2, < 4.0)
690690
sparql (>= 2.2, < 4.0)
691691
sxp (~> 1.0)
692-
sidekiq (4.2.4)
693-
concurrent-ruby (~> 1.0)
694-
connection_pool (~> 2.2, >= 2.2.0)
692+
sidekiq (5.2.8)
693+
connection_pool (~> 2.2, >= 2.2.2)
694+
rack (< 2.1.0)
695695
rack-protection (>= 1.5.0)
696-
redis (~> 3.2, >= 3.2.1)
696+
redis (>= 3.3.5, < 5)
697697
simplecov (0.16.1)
698698
docile (~> 1.1)
699699
json (>= 1.8, < 3)
@@ -825,7 +825,7 @@ DEPENDENCIES
825825
rubyzip (~> 2.3)
826826
sass-rails (~> 6.0)
827827
sdoc (~> 2.5)
828-
sidekiq (~> 4.2)
828+
sidekiq (~> 5.2)
829829
simplecov (~> 0.16)
830830
spring (~> 2.1)
831831
sqlite3 (~> 1.5)

0 commit comments

Comments
 (0)