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 app/fivetracks-api/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ gem 'rails', '~> 5.1.5'
# Use sqlite3 as the database for Active Record
gem 'sqlite3'
# Use Puma as the app server
gem 'puma', '~> 3.7'
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
5 changes: 3 additions & 2 deletions app/fivetracks-api/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ GEM
mini_portile2 (~> 2.3.0)
orm_adapter (0.5.0)
pg (1.0.0)
puma (3.11.3)
puma (4.3.9)
nio4r (~> 2.0)
rack (2.0.4)
rack-cors (1.0.2)
rack-test (0.8.3)
Expand Down Expand Up @@ -169,7 +170,7 @@ DEPENDENCIES
jsonapi-resources
listen (>= 3.0.5, < 3.2)
pg
puma (~> 3.7)
puma (~> 4.3)
rack-cors
rails (~> 5.1.5)
spring
Expand Down