diff --git a/Gemfile b/Gemfile index 0c0674b..32c6730 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ ruby "2.6.5" # base gems gem "rails", "~> 6.0.2", ">= 6.0.2.1" gem "pg", ">= 0.18", "< 2.0" -gem "puma", "~> 4.1" +gem "puma", "~> 4.3" gem "webpacker", "~> 4.0" # uploads diff --git a/Gemfile.lock b/Gemfile.lock index fd1db2c..f7d2bef 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1111,7 +1111,7 @@ GEM name_of_person (1.1.1) activesupport (>= 5.2.0) nenv (0.3.0) - nio4r (2.5.2) + nio4r (2.5.8) nokogiri (1.10.7) mini_portile2 (~> 2.4.0) oauth (0.5.4) @@ -1145,7 +1145,7 @@ GEM pg (1.2.0) possessive (1.0.1) public_suffix (4.0.2) - puma (4.3.1) + puma (4.3.11) nio4r (~> 2.0) rack (2.0.8) rack-protection (2.0.8.1) @@ -1323,7 +1323,7 @@ DEPENDENCIES omniauth-twitter (~> 1.4) pg (>= 0.18, < 2.0) possessive (~> 1.0) - puma (~> 4.1) + puma (~> 4.3) rails (~> 6.0.2, >= 6.0.2.1) rails-patterns (~> 0.6.0) rubocop (~> 0.78.0)