Skip to content
This repository has been archived by the owner on Aug 5, 2020. It is now read-only.

Commit

Permalink
Update puma
Browse files Browse the repository at this point in the history
  • Loading branch information
Cory Lown committed Jan 15, 2020
1 parent 679fc50 commit 19730cc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ gem 'lcsort', '~> 0.9'
gem 'loofah', '>= 2.3.1'
gem 'non-stupid-digest-assets'
gem 'pg'
gem 'puma', '~> 3.0'
gem 'puma', '~> 3.12'
gem 'rails', '~> 5.0.1'
gem 'sass-rails', '~> 5.0'
gem 'sprockets', '~> 3.7.2'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ GEM
pg (1.1.4)
powerpack (0.1.2)
public_suffix (3.0.3)
puma (3.12.0)
puma (3.12.2)
rack (2.0.7)
rack-test (0.6.3)
rack (>= 1.0)
Expand Down Expand Up @@ -356,7 +356,7 @@ DEPENDENCIES
loofah (>= 2.3.1)
non-stupid-digest-assets
pg
puma (~> 3.0)
puma (~> 3.12)
rails (~> 5.0.1)
rails-controller-testing
rspec-rails (~> 3.8)
Expand Down
2 changes: 1 addition & 1 deletion lib/dul_argon_skin/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module DulArgonSkin
VERSION = '1.6.2'
VERSION = '1.6.3'
end

0 comments on commit 19730cc

Please sign in to comment.