Skip to content

Commit

Permalink
Merge pull request #3 from aisensiy/dependabot/bundler/puma-3.12.6
Browse files Browse the repository at this point in the history
Bump puma from 3.8.2 to 3.12.6
  • Loading branch information
aisensiy authored Jun 8, 2020
2 parents 6aaa046 + 724a24c commit b70c392
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ gem 'rails', '~> 5.0.2'
# Use sqlite3 as the database for Active Record
gem 'pg'
# Use Puma as the app server
gem 'puma', '~> 3.0'
gem 'puma', '~> 3.12'
gem 'jwt'
gem 'active_model_serializers', '~> 0.10.0'
gem 'rack-cors', :require => 'rack/cors'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ GEM
nokogiri (1.7.1)
mini_portile2 (~> 2.1.0)
pg (0.19.0)
puma (3.8.2)
puma (3.12.6)
rack (2.0.1)
rack-cors (0.4.1)
rack-test (0.6.3)
Expand Down Expand Up @@ -136,7 +136,7 @@ DEPENDENCIES
jwt
listen (~> 3.0.5)
pg
puma (~> 3.0)
puma (~> 3.12)
rack-cors
rails (~> 5.0.2)
spring
Expand Down

0 comments on commit b70c392

Please sign in to comment.