Skip to content

Commit

Permalink
Merge pull request #112 from T-o-s-s-h-y/dependabot/bundler/Ruby/prog…
Browse files Browse the repository at this point in the history
…ate/rails5_study_10/tweet_app/puma-3.12.6

Bump puma from 3.6.2 to 3.12.6 in /Ruby/progate/rails5_study_10/tweet_app
  • Loading branch information
T-o-s-s-h-y committed Mar 13, 2021
2 parents be1f114 + 0d2c5c9 commit 0f12f41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Ruby/progate/rails5_study_10/tweet_app/Gemfile
Expand Up @@ -2,7 +2,7 @@ source 'https://rubygems.org'

gem 'rails', '5.0.3'
# Use Puma as the app server
gem 'puma', '3.6.2'
gem 'puma', '3.12.6'
# Use SCSS for stylesheets
gem 'sass-rails', '5.0.6'
# Use Uglifier as compressor for JavaScript assets
Expand Down
4 changes: 2 additions & 2 deletions Ruby/progate/rails5_study_10/tweet_app/Gemfile.lock
Expand Up @@ -79,7 +79,7 @@ GEM
slop (~> 3.4)
pry-rails (0.3.4)
pry (>= 0.9.10)
puma (3.6.2)
puma (3.12.6)
racc (1.5.2)
rack (2.2.3)
rack-test (0.6.3)
Expand Down Expand Up @@ -160,7 +160,7 @@ DEPENDENCIES
jquery-rails (= 4.2.2)
listen (= 3.0.8)
pry-rails (= 0.3.4)
puma (= 3.6.2)
puma (= 3.12.6)
rails (= 5.0.3)
sass-rails (= 5.0.6)
spring (= 2.0.1)
Expand Down

0 comments on commit 0f12f41

Please sign in to comment.