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 @@ -6,7 +6,7 @@ git_source(:github) do |repo_name|
end

gem 'rails', '~> 5.0.1'
gem 'puma', '~> 3.12'
gem 'puma', '~> 4.3'

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gems should be sorted in an alphabetical order within their section of the Gemfile. Gem puma should appear before rails.

gem 'rack-cors'
gem 'sidekiq'
gem 'redis'
Expand Down
5 changes: 3 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ GEM
parser (2.4.0.0)
ast (~> 2.2)
powerpack (0.1.1)
puma (3.12.6)
puma (4.3.8)
nio4r (~> 2.0)
rack (2.2.3)
rack-cors (1.0.2)
rack-protection (2.0.0)
Expand Down Expand Up @@ -181,7 +182,7 @@ DEPENDENCIES
ffaker
firebase
listen (~> 3.0.5)
puma (~> 3.12)
puma (~> 4.3)
rack-cors
rails (~> 5.0.1)
redis
Expand Down