Skip to content

Commit e7c1aca

Browse files
committed
merge conflicts resolved
Signed-off-by: Cryptophobia <[email protected]>
2 parents 4d38b7c + b9900ad commit e7c1aca

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ruby '2.7.3'
66
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
77
gem 'rails', '~> 5.2.0'
88
# Use Puma as the app server
9-
gem 'puma', '~> 3.12'
9+
gem 'puma', '~> 4.3'
1010
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
1111
# gem 'jbuilder', '~> 2.5'
1212
# Use Redis adapter to run Action Cable in production

Gemfile.lock

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,14 @@ GEM
119119
nokogiri (1.11.6-x86_64-darwin)
120120
racc (~> 1.4)
121121
orm_adapter (0.5.0)
122+
<<<<<<< HEAD
122123
puma (3.12.6)
124+
=======
125+
polyamorous (2.3.2)
126+
activerecord (>= 5.2.1)
127+
puma (4.3.8)
128+
nio4r (~> 2.0)
129+
>>>>>>> b9900ad709f74935e3782407bd465928a089e07b
123130
racc (1.5.2)
124131
rack (2.2.3)
125132
rack-test (1.1.0)
@@ -192,7 +199,7 @@ DEPENDENCIES
192199
byebug
193200
devise
194201
listen (>= 3.0.5, < 3.2)
195-
puma (~> 3.12)
202+
puma (~> 4.3)
196203
rails (~> 5.2.0)
197204
spring
198205
spring-watcher-listen (~> 2.0.0)

0 commit comments

Comments
 (0)