Skip to content

Commit

Permalink
Bump puma to 5.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
aapomm committed Aug 18, 2023
1 parent 49ecde7 commit a54da0d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[v#.#.#] ([month] [YYYY])
- Tylium: Consolidate sidebars
- Upgraded gems:
- font-awesome-sass, nokogiri, rails, sanitize
- font-awesome-sass, nokogiri, puma, rails, sanitize
- Bugs fixes:
- QA: Enable @mentions and formatting toolbar for comments in QA show views
- [entity]:
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ group :development, :test do

gem 'rspec-rails', '~> 4.0.2'

gem 'puma', '~> 5.0'
gem 'puma', '~> 5.6.7'
end

group :test do
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ GEM
coderay (~> 1.1.0)
method_source (~> 0.9.0)
public_suffix (4.0.6)
puma (5.6.4)
puma (5.6.7)
nio4r (~> 2.0)
racc (1.7.1)
rack (2.2.7)
Expand Down Expand Up @@ -584,7 +584,7 @@ DEPENDENCIES
paper_trail (~> 12.2.0)
parslet (~> 1.6.0)
pg
puma (~> 5.0)
puma (~> 5.6.7)
rack-mini-profiler (~> 2.0)
rails (~> 6.1.7.4)
rails-html-sanitizer (~> 1.4.4)
Expand Down

0 comments on commit a54da0d

Please sign in to comment.