File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-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.0 '
9
+ gem 'puma' , '~> 3.12 '
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.2 )
111
111
binding_of_caller (>= 0.7 )
112
112
pry (>= 0.9.11 )
113
- puma (3.11.0 )
113
+ puma (3.12.2 )
114
114
rack (2.0.8 )
115
115
rack-attack (5.0.1 )
116
116
rack
@@ -223,7 +223,7 @@ DEPENDENCIES
223
223
pry-byebug
224
224
pry-rails
225
225
pry-stack_explorer
226
- puma (~> 3.0 )
226
+ puma (~> 3.12 )
227
227
rack-attack
228
228
rack-cors
229
229
rails (= 5.1.7 )
You can’t perform that action at this time.
0 commit comments