Skip to content

Commit

Permalink
require puma > 4.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dunn committed Feb 6, 2021
1 parent eedd670 commit 05da364
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 deletions Gemfile
Expand Up @@ -6,36 +6,36 @@ git_source(:github) do |repo_name|
end

# The web framework
gem "pg"
gem "puma", "> 4.3.5"
gem "rails", "~> 5.2.4"
gem "rails-i18n"
gem "pg"
gem "puma"
gem "sass-rails"
gem "uglifier"
# Improve app boot time
gem "bootsnap", ">= 1.1.0", require: false

gem "coffee-rails"
gem "turbolinks"
gem "jbuilder"
gem "turbolinks"

gem "mastodon-api", require: "mastodon", github: "tootsuite/mastodon-api", branch: "master"
gem "twitter", github: "renatolond/twitter", branch: "different_uploads"
gem "devise"
gem "devise-i18n" # translations for devise forms
gem "omniauth-twitter"
gem "htmlentities"
gem "mastodon-api", require: "mastodon", github: "tootsuite/mastodon-api", branch: "master"
gem "nokogiri"
gem "omniauth-mastodon", github: "renatolond/omniauth-mastodon"
gem "omniauth-rails_csrf_protection" # mitigate CVE-2015-9284
gem "nokogiri"
gem "htmlentities"
gem "omniauth-twitter"
gem "twitter", github: "renatolond/twitter", branch: "different_uploads"
gem "webpacker"
# Used to get medias from Twitter and Mastodon
gem "httparty"

gem "statsd-ruby"
gem "foreman"
gem "dotenv-rails"
gem "foreman"
gem "ruby-filemagic"
gem "statsd-ruby"

# Used for background jobs
gem "sidekiq"
Expand Down Expand Up @@ -69,10 +69,10 @@ group :test do
end

group :development do
gem "web-console"
gem "listen"
gem "spring"
gem "spring-watcher-listen"
gem "web-console"
end

group :production do
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -255,7 +255,7 @@ GEM
byebug (~> 11.0)
pry (~> 0.13.0)
public_suffix (4.0.6)
puma (4.3.5)
puma (5.2.1)
nio4r (~> 2.0)
raabro (1.4.0)
racc (1.5.2)
Expand Down Expand Up @@ -453,7 +453,7 @@ DEPENDENCIES
pronto
pry
pry-byebug
puma
puma (> 4.3.5)
rails (~> 5.2.4)
rails-i18n
rails_12factor
Expand Down

0 comments on commit 05da364

Please sign in to comment.