Skip to content
Closed
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 @@ -11,7 +11,7 @@ gem 'rails', '~> 6.0.4'
# Please DO NOT change the database to pg or mysql without good reason
gem 'sqlite3'
# Use Puma as the app server
gem 'puma', '~> 3.12'
gem 'puma', '~> 4.3'

# Reduces boot times through caching; required in config/boot.rb
gem 'bootsnap', '>= 1.1.0', require: false
Expand Down
5 changes: 3 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ GEM
parser (2.7.2.0)
ast (~> 2.4.1)
psych (3.1.0)
puma (3.12.2)
puma (4.3.11)
nio4r (~> 2.0)
racc (1.5.2)
rack (2.2.3)
rack-test (1.1.0)
Expand Down Expand Up @@ -225,7 +226,7 @@ DEPENDENCIES
brakeman
byebug
listen (>= 3.0.5, < 3.2)
puma (~> 3.12)
puma (~> 4.3)
rails (~> 6.0.4)
rails_best_practices
reek
Expand Down