File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ gem 'rails', '5.1.7'
66# Use postgresql as the database for Active Record
77gem 'pg' , '~> 0.18'
88# Use Puma as the app server
9- gem 'puma' , '~> 3.12 '
9+ gem 'puma' , '~> 4.3 '
1010# use Devise Token Auth for token based authentication
1111gem 'devise_token_auth'
1212gem 'omniauth'
Original file line number Diff line number Diff line change 110110 pry-stack_explorer (0.4.9.3 )
111111 binding_of_caller (>= 0.7 )
112112 pry (>= 0.9.11 )
113- puma (3.12.2 )
113+ puma (4.3.1 )
114+ nio4r (~> 2.0 )
114115 rack (2.1.2 )
115116 rack-attack (5.0.1 )
116117 rack
@@ -223,7 +224,7 @@ DEPENDENCIES
223224 pry-byebug
224225 pry-rails
225226 pry-stack_explorer
226- puma (~> 3.12 )
227+ puma (~> 4.3 )
227228 rack-attack
228229 rack-cors
229230 rails (= 5.1.7 )
You can’t perform that action at this time.
0 commit comments