Skip to content
This repository was archived by the owner on Mar 1, 2026. It is now read-only.

Commit 06e4ec8

Browse files
build(deps): bump puma from 5.2.2 to 5.3.1 (#691)
* build(deps): bump puma from 5.2.2 to 5.3.1 Bumps [puma](https://github.com/puma/puma) from 5.2.2 to 5.3.1. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](puma/puma@v5.2.2...v5.3.1) Signed-off-by: dependabot[bot] <support@github.com> * build(deps): Updates gem cache * build(deps): Updates rexml gem Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Chris Baudouin, Jr <cjb5326@rit.edu>
1 parent 4c10503 commit 06e4ec8

8 files changed

Lines changed: 7 additions & 5 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ gem 'rails', '~> 5.2.4.4'
99
# Use mysql as the database for Active Record
1010
gem 'mysql2', '>= 0.4.4', '< 0.6.0'
1111
# Use Puma as the app server
12-
gem 'puma', '~> 5.2'
12+
gem 'puma', '~> 5.3'
1313
# Use SCSS for stylesheets
1414
gem 'sass-rails', '~> 6.0'
1515
# Use Uglifier as compressor for JavaScript assets

Gemfile.lock

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,9 @@ GEM
232232
mime-types (3.3.1)
233233
mime-types-data (~> 3.2015)
234234
mime-types-data (3.2020.1104)
235-
mimemagic (0.3.5)
235+
mimemagic (0.3.10)
236+
nokogiri (~> 1)
237+
rake
236238
mini_mime (1.0.2)
237239
mini_portile2 (2.5.3)
238240
minitest (5.14.4)
@@ -285,7 +287,7 @@ GEM
285287
coderay (~> 1.1)
286288
method_source (~> 1.0)
287289
public_suffix (4.0.6)
288-
puma (5.2.2)
290+
puma (5.3.1)
289291
nio4r (~> 2.0)
290292
raabro (1.4.0)
291293
racc (1.5.2)
@@ -339,7 +341,7 @@ GEM
339341
responders (3.0.1)
340342
actionpack (>= 5.0)
341343
railties (>= 5.0)
342-
rexml (3.2.4)
344+
rexml (3.2.5)
343345
roadie (4.0.0)
344346
css_parser (~> 1.4)
345347
nokogiri (~> 1.8)
@@ -487,7 +489,7 @@ DEPENDENCIES
487489
mysql2 (>= 0.4.4, < 0.6.0)
488490
omniauth-mlh (~> 0.4.2)
489491
omniauth-rails_csrf_protection
490-
puma (~> 5.2)
492+
puma (~> 5.3)
491493
rack-cors
492494
rails (~> 5.2.4.4)
493495
rails-controller-testing

vendor/cache/mimemagic-0.3.10.gem

12 KB
Binary file not shown.

vendor/cache/mimemagic-0.3.5.gem

-401 KB
Binary file not shown.

vendor/cache/puma-5.2.2.gem

-194 KB
Binary file not shown.

vendor/cache/puma-5.3.1.gem

196 KB
Binary file not shown.

vendor/cache/rexml-3.2.4.gem

-76 KB
Binary file not shown.

vendor/cache/rexml-3.2.5.gem

91 KB
Binary file not shown.

0 commit comments

Comments
 (0)