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 @@ -35,7 +35,7 @@ gem 'rails_admin-i18n' # Use default rails_admin translatio
# gem 'graphiql-rails', group: :development

# Use Puma as the app server
gem 'puma', '~> 3.12'
gem 'puma', '~> 4.3'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
# gem 'jbuilder', '~> 2.5'
# Use Redis adapter to run Action Cable in production
Expand Down
9 changes: 6 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,9 @@ GEM
marcel (0.3.3)
mimemagic (~> 0.3.2)
method_source (1.0.0)
mimemagic (0.3.5)
mimemagic (0.3.10)
nokogiri (~> 1)
rake
mini_magick (4.10.1)
mini_mime (1.0.2)
mini_portile2 (2.4.0)
Expand All @@ -177,7 +179,8 @@ GEM
parser (2.7.1.4)
ast (~> 2.4.1)
pg (1.2.3)
puma (3.12.6)
puma (4.3.8)
nio4r (~> 2.0)
rack (2.2.3)
rack-attack (6.3.1)
rack (>= 1.0, < 3)
Expand Down Expand Up @@ -357,7 +360,7 @@ DEPENDENCIES
listen (>= 3.0.5, < 3.2)
mini_magick
pg
puma (~> 3.12)
puma (~> 4.3)
rack-attack
rack-cors
rails (~> 6.0.3)
Expand Down