Skip to content
This repository has been archived by the owner on Jan 29, 2022. It is now read-only.

Commit

Permalink
Update puma version in vanagon
Browse files Browse the repository at this point in the history
  • Loading branch information
dhollinger committed Jun 23, 2020
1 parent 07ccfcb commit d24f2c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/vanagon/components/rubygem-puma.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

component 'rubygem-puma' do |pkg, _settings, _platform|
pkg.version '4.3.3'
pkg.version '4.3.5'
instance_eval File.read('build/vanagon/components/_base-rubygem.rb')
end

0 comments on commit d24f2c5

Please sign in to comment.