Skip to content

Commit

Permalink
Merge pull request #583 from Data-Liberation-Front/dependabot/bundler…
Browse files Browse the repository at this point in the history
…/puma-5.2.0
  • Loading branch information
Floppy committed Feb 4, 2021
2 parents 4d938e8 + e3c3eee commit bfdc1b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ gem 'foreman', '~> 0.87'
group :production do
gem 'thin', '~> 1.8'
gem 'rails_12factor', '~> 0.0'
gem 'puma', '~> 5.1'
gem 'puma', '~> 5.2'
end

group :development, :test do
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ GEM
pry (0.13.1)
coderay (~> 1.1)
method_source (~> 1.0)
puma (5.1.1)
puma (5.2.0)
nio4r (~> 2.0)
pusher (1.4.3)
httpclient (~> 2.8)
Expand Down Expand Up @@ -827,7 +827,7 @@ DEPENDENCIES
nokogiri (~> 1.10)
poltergeist (~> 1.6)
pry (~> 0.13)
puma (~> 5.1)
puma (~> 5.2)
pusher (~> 1.4)
rack-cors (~> 1.0)
rack-google-analytics (~> 1.2)
Expand Down

0 comments on commit bfdc1b9

Please sign in to comment.