Skip to content

Commit

Permalink
Merge pull request #3 from kholtzman5610/dependabot/bundler/puma-3.12.6
Browse files Browse the repository at this point in the history
Bump puma from 3.12.4 to 3.12.6
  • Loading branch information
kholtzman5610 committed Mar 18, 2021
2 parents c01321d + f288cd2 commit 0fc1152
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -11,7 +11,7 @@ gem 'rails', '~> 5.0.7', '>= 5.0.7.2'
# Use sqlite3 as the database for Active Record
gem 'sqlite3', '~> 1.3.6'
# Use Puma as the app server
gem 'puma', '~> 3.0'
gem 'puma', '~> 3.12'
# Use SCSS for stylesheets
gem 'sass-rails', '~> 5.0'
# Use Uglifier as compressor for JavaScript assets
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -79,7 +79,7 @@ GEM
nio4r (2.5.2)
nokogiri (1.10.9)
mini_portile2 (~> 2.4.0)
puma (3.12.4)
puma (3.12.6)
rack (2.2.3)
rack-test (0.6.3)
rack (>= 1.0)
Expand Down Expand Up @@ -161,7 +161,7 @@ DEPENDENCIES
jbuilder (~> 2.5)
jquery-rails
listen (~> 3.0.5)
puma (~> 3.0)
puma (~> 3.12)
rails (~> 5.0.7, >= 5.0.7.2)
sass-rails (~> 5.0)
spring
Expand Down

0 comments on commit 0fc1152

Please sign in to comment.