diff --git a/Gemfile b/Gemfile index 917bb9bd2..2a3354e2e 100644 --- a/Gemfile +++ b/Gemfile @@ -66,7 +66,7 @@ gem "omniauth-twitter", "~> 1.4" # OmniAuth strategy for Twitter gem "parallel", "~> 1.20" # Run any kind of code in parallel processes gem "patron", "~> 0.13.3" # HTTP client library based on libcurl, used with Elasticsearch to support http keep-alive connections gem "pg", "~> 1.2" # Pg is the Ruby interface to the PostgreSQL RDBMS -gem "puma", "~> 5.2.0" # Puma is a simple, fast, threaded, and highly concurrent HTTP 1.1 server +gem "puma", "~> 5.2.1" # Puma is a simple, fast, threaded, and highly concurrent HTTP 1.1 server gem "pundit", "~> 2.1" # Object oriented authorization for Rails applications gem "pusher", "~> 1.4" # Ruby library for Pusher Channels HTTP API gem "pusher-push-notifications", "~> 1.3" # Pusher Push Notifications Ruby server SDK diff --git a/Gemfile.lock b/Gemfile.lock index 4e5468413..fa548fd2e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -465,7 +465,7 @@ GEM naught (1.1.0) nenv (0.3.0) netrc (0.11.0) - nio4r (2.5.4) + nio4r (2.5.5) nokogiri (1.11.1) mini_portile2 (~> 2.5.0) racc (~> 1.4) @@ -522,7 +522,7 @@ GEM pry-rails (0.3.9) pry (>= 0.10.4) public_suffix (4.0.6) - puma (5.2.0) + puma (5.2.1) nio4r (~> 2.0) pundit (2.1.0) activesupport (>= 3.0.0) @@ -924,7 +924,7 @@ DEPENDENCIES pry (~> 0.13) pry-byebug (~> 3.8) pry-rails (~> 0.3) - puma (~> 5.2.0) + puma (~> 5.2.1) pundit (~> 2.1) pundit-matchers (~> 1.6) pusher (~> 1.4) diff --git a/vendor/cache/nio4r-2.5.4.gem b/vendor/cache/nio4r-2.5.4.gem deleted file mode 100644 index f5eaa0c43..000000000 Binary files a/vendor/cache/nio4r-2.5.4.gem and /dev/null differ diff --git a/vendor/cache/nio4r-2.5.5.gem b/vendor/cache/nio4r-2.5.5.gem new file mode 100644 index 000000000..1c20aca4a Binary files /dev/null and b/vendor/cache/nio4r-2.5.5.gem differ diff --git a/vendor/cache/puma-5.2.0.gem b/vendor/cache/puma-5.2.0.gem deleted file mode 100644 index 185c883fd..000000000 Binary files a/vendor/cache/puma-5.2.0.gem and /dev/null differ diff --git a/vendor/cache/puma-5.2.1.gem b/vendor/cache/puma-5.2.1.gem new file mode 100644 index 000000000..580d28040 Binary files /dev/null and b/vendor/cache/puma-5.2.1.gem differ