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

Commit

Permalink
Bump puma from 5.5.1 to 5.5.2
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Jul 15, 2022
1 parent 1758113 commit 52ab143
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ gem 'nokogiri', '~> 1.10'

gem 'airbrake', '~> 11.0'
gem 'font-awesome-rails', '~> 4.7'
gem 'sidekiq', '~> 4.2'
gem 'sidekiq', '~> 5.2'
gem 'data_uri', '~> 0.1'
gem 'jquery-dotdotdot-rails', '~> 1.6'
gem 'alternate_rails', git: 'https://github.com/Data-Liberation-Front/alternate-rails.git', ref: 'v4.2.0'
Expand Down
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ GEM
execjs
coffee-script-source (1.12.2)
colorize (0.8.1)
concurrent-ruby (1.1.8)
connection_pool (2.2.1)
concurrent-ruby (1.1.10)
connection_pool (2.2.5)
coveralls (0.8.23)
json (>= 1.8, < 3)
simplecov (~> 0.16.1)
Expand Down Expand Up @@ -528,7 +528,7 @@ GEM
rack-google-analytics (1.2.0)
actionpack
activesupport
rack-protection (2.0.8.1)
rack-protection (2.2.0)
rack
rack-test (0.6.3)
rack (>= 1.0)
Expand Down Expand Up @@ -629,7 +629,7 @@ GEM
rdf-xsd (3.1.0)
rdf (~> 3.1)
rdoc (6.3.0)
redis (3.3.1)
redis (4.7.1)
ref (2.0.0)
rest-client (2.0.2)
http-cookie (>= 1.0.2, < 2.0)
Expand Down Expand Up @@ -679,11 +679,11 @@ GEM
rdf-xsd (>= 2.2, < 4.0)
sparql (>= 2.2, < 4.0)
sxp (~> 1.0)
sidekiq (4.2.4)
concurrent-ruby (~> 1.0)
connection_pool (~> 2.2, >= 2.2.0)
sidekiq (5.2.8)
connection_pool (~> 2.2, >= 2.2.2)
rack (< 2.1.0)
rack-protection (>= 1.5.0)
redis (~> 3.2, >= 3.2.1)
redis (>= 3.3.5, < 5)
simplecov (0.16.1)
docile (~> 1.1)
json (>= 1.8, < 3)
Expand Down Expand Up @@ -809,7 +809,7 @@ DEPENDENCIES
rubyzip (~> 2.3)
sass-rails (~> 6.0)
sdoc (~> 2.1)
sidekiq (~> 4.2)
sidekiq (~> 5.2)
simplecov (~> 0.16)
spring (~> 2.1)
sqlite3 (~> 1.4)
Expand Down

0 comments on commit 52ab143

Please sign in to comment.