• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisão65d6fbe7a52a0c38f34bb7e1515a2f5e5e708f94 (tree)
Hora2020-08-31 05:40:24
AutorHMML <hmml3939@gmai...>
CommiterHMML

Mensagem de Log

Update puma.

Mudança Sumário

Diff

--- a/Gemfile
+++ b/Gemfile
@@ -12,7 +12,7 @@ gem "rails", "~> 5.2"
1212 gem "sqlite3", group: [:development, :test]
1313 gem "mysql2", group: [:staging, :production]
1414 # Use Puma as the app server
15-gem "puma", "~> 3.0"
15+gem "puma"
1616 # Use SCSS for stylesheets
1717 gem "sass-rails", "~> 5.0"
1818 # Use Uglifier as compressor for JavaScript assets
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -282,7 +282,8 @@ GEM
282282 binding_of_caller (~> 0.7)
283283 pry (~> 0.13)
284284 public_suffix (4.0.5)
285- puma (3.12.6)
285+ puma (4.3.5)
286+ nio4r (~> 2.0)
286287 rack (2.2.3)
287288 rack-pjax (1.1.0)
288289 nokogiri (~> 1.5)
@@ -509,7 +510,7 @@ DEPENDENCIES
509510 pry-byebug
510511 pry-rails
511512 pry-stack_explorer
512- puma (~> 3.0)
513+ puma
513514 rails (~> 5.2)
514515 rails-controller-testing
515516 rails-i18n