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

Commit

Permalink
Merge pull request #126 from dhollinger/update_puma_build_version
Browse files Browse the repository at this point in the history
Update puma version in vanagon
  • Loading branch information
dhollinger authored Jun 23, 2020
2 parents 07ccfcb + d24f2c5 commit 0453529
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 0453529

Please sign in to comment.