Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,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.1.1" # Puma is a simple, fast, threaded, and highly concurrent HTTP 1.1 server
gem "puma", "~> 6.0.2" # 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
Expand Down
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ GEM
mini_histogram (0.3.1)
mini_magick (4.11.0)
mini_mime (1.0.2)
mini_portile2 (2.5.0)
mini_portile2 (2.8.1)
minitest (5.14.3)
msgpack (1.3.3)
multi_json (1.15.0)
Expand All @@ -464,13 +464,13 @@ GEM
naught (1.1.0)
nenv (0.3.0)
netrc (0.11.0)
nio4r (2.5.4)
nokogiri (1.11.1)
mini_portile2 (~> 2.5.0)
nio4r (2.5.8)
nokogiri (1.13.10)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
nokogiri (1.11.1-x86_64-darwin)
nokogiri (1.13.10-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.11.1-x86_64-linux)
nokogiri (1.13.10-x86_64-linux)
racc (~> 1.4)
notiffany (0.1.3)
nenv (~> 0.1)
Expand Down Expand Up @@ -521,7 +521,7 @@ GEM
pry-rails (0.3.9)
pry (>= 0.10.4)
public_suffix (4.0.6)
puma (5.1.1)
puma (6.0.2)
nio4r (~> 2.0)
pundit (2.1.0)
activesupport (>= 3.0.0)
Expand All @@ -537,7 +537,7 @@ GEM
rest-client (~> 2.0, >= 2.0.2)
pusher-signature (0.1.8)
raabro (1.4.0)
racc (1.5.2)
racc (1.6.2)
rack (2.2.3)
rack-attack (6.4.0)
rack (>= 1.0, < 3)
Expand Down Expand Up @@ -923,7 +923,7 @@ DEPENDENCIES
pry (~> 0.13)
pry-byebug (~> 3.8)
pry-rails (~> 0.3)
puma (~> 5.1.1)
puma (~> 6.0.2)
pundit (~> 2.1)
pundit-matchers (~> 1.6)
pusher (~> 1.4)
Expand Down
Binary file removed vendor/cache/mini_portile2-2.5.0.gem
Binary file not shown.
Binary file added vendor/cache/mini_portile2-2.8.1.gem
Binary file not shown.
Binary file removed vendor/cache/nio4r-2.5.4.gem
Binary file not shown.
Binary file added vendor/cache/nio4r-2.5.8.gem
Binary file not shown.
Binary file removed vendor/cache/nokogiri-1.11.1-x86_64-darwin.gem
Binary file not shown.
Binary file removed vendor/cache/nokogiri-1.11.1-x86_64-linux.gem
Binary file not shown.
Binary file removed vendor/cache/nokogiri-1.11.1.gem
Binary file not shown.
Binary file added vendor/cache/nokogiri-1.13.10-x86_64-darwin.gem
Binary file not shown.
Binary file added vendor/cache/nokogiri-1.13.10-x86_64-linux.gem
Binary file not shown.
Binary file added vendor/cache/nokogiri-1.13.10.gem
Binary file not shown.
Binary file removed vendor/cache/puma-5.1.1.gem
Binary file not shown.
Binary file added vendor/cache/puma-6.0.2.gem
Binary file not shown.
Binary file removed vendor/cache/racc-1.5.2.gem
Binary file not shown.
Binary file added vendor/cache/racc-1.6.2.gem
Binary file not shown.