diff --git a/Gemfile b/Gemfile index cd897e7d8..0b23e5273 100644 --- a/Gemfile +++ b/Gemfile @@ -70,7 +70,7 @@ gem "patron", "~> 0.13.3" # HTTP client library based on libcurl, used with Elas gem "pg", "~> 1.2" # Pg is the Ruby interface to the PostgreSQL RDBMS gem "puma", "~> 4.3" # 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.3" # Ruby library for Pusher Channels HTTP API +gem "pusher", "~> 1.4" # Ruby library for Pusher Channels HTTP API gem "pusher-push-notifications", "~> 1.3" # Pusher Push Notifications Ruby server SDK gem "rack-attack", "~> 6.3.1" # Used to throttle requests to prevent brute force attacks gem "rack-cors", "~> 1.1" # Middleware that will make Rack-based apps CORS compatible diff --git a/Gemfile.lock b/Gemfile.lock index fcf9ddc58..d6ca6db6c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -532,9 +532,9 @@ GEM activesupport (>= 3.0.0) pundit-matchers (1.6.0) rspec-rails (>= 3.0.0) - pusher (1.3.3) - httpclient (~> 2.7) - multi_json (~> 1.0) + pusher (1.4.1) + httpclient (~> 2.8) + multi_json (~> 1.15) pusher-signature (~> 0.1.8) pusher-push-notifications (1.3.0) caze (~> 0) @@ -932,7 +932,7 @@ DEPENDENCIES puma (~> 4.3) pundit (~> 2.1) pundit-matchers (~> 1.6) - pusher (~> 1.3) + pusher (~> 1.4) pusher-push-notifications (~> 1.3) rack-attack (~> 6.3.1) rack-cors (~> 1.1) diff --git a/vendor/cache/pusher-1.3.3.gem b/vendor/cache/pusher-1.3.3.gem deleted file mode 100644 index abf47db43..000000000 Binary files a/vendor/cache/pusher-1.3.3.gem and /dev/null differ diff --git a/vendor/cache/pusher-1.4.1.gem b/vendor/cache/pusher-1.4.1.gem new file mode 100644 index 000000000..a315e0387 Binary files /dev/null and b/vendor/cache/pusher-1.4.1.gem differ