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'
6
6
# Use postgresql as the database for Active Record
7
7
gem 'pg' , '~> 0.18'
8
8
# Use Puma as the app server
9
- gem 'puma' , '~> 3.12 '
9
+ gem 'puma' , '~> 4.3 '
10
10
# use Devise Token Auth for token based authentication
11
11
gem 'devise_token_auth'
12
12
gem 'omniauth'
Original file line number Diff line number Diff line change 110
110
pry-stack_explorer (0.4.9.3 )
111
111
binding_of_caller (>= 0.7 )
112
112
pry (>= 0.9.11 )
113
- puma (3.12.2 )
113
+ puma (4.3.1 )
114
+ nio4r (~> 2.0 )
114
115
rack (2.1.2 )
115
116
rack-attack (5.0.1 )
116
117
rack
@@ -223,7 +224,7 @@ DEPENDENCIES
223
224
pry-byebug
224
225
pry-rails
225
226
pry-stack_explorer
226
- puma (~> 3.12 )
227
+ puma (~> 4.3 )
227
228
rack-attack
228
229
rack-cors
229
230
rails (= 5.1.7 )
You can’t perform that action at this time.
0 commit comments