Skip to content

Commit c539267

Browse files
committed
Upgrade puma
1 parent 80b969c commit c539267

File tree

2 files changed

+12
-13
lines changed

2 files changed

+12
-13
lines changed

Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ end
77

88
gem("bcrypt", "~> 3.1.7")
99
gem("jwt", "~> 2.1.0")
10-
gem("puma", "~> 3.12")
10+
gem("puma", "~> 5.0.0")
1111
gem("rails", "~> 5.2.3")
1212
gem("rubocop")
1313
gem("sqlite3")
@@ -19,10 +19,10 @@ group :development, :test do
1919
end
2020

2121
group :development do
22-
gem("listen", ">= 3.0.5", "< 3.2")
22+
gem("listen", "~> 3.2.0")
2323
gem("spring")
2424
gem("spring-watcher-listen", "~> 2.0.0")
25-
gem("web-console", ">= 3.3.0")
25+
gem("web-console", "~> 3.7.0")
2626
end
2727

2828
group :test do

Gemfile.lock

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,9 @@ GEM
5959
i18n (1.8.5)
6060
concurrent-ruby (~> 1.0)
6161
jwt (2.1.0)
62-
listen (3.1.5)
63-
rb-fsevent (~> 0.9, >= 0.9.4)
64-
rb-inotify (~> 0.9, >= 0.9.7)
65-
ruby_dep (~> 1.2)
62+
listen (3.2.1)
63+
rb-fsevent (~> 0.10, >= 0.10.3)
64+
rb-inotify (~> 0.9, >= 0.9.10)
6665
loofah (2.7.0)
6766
crass (~> 1.0.2)
6867
nokogiri (>= 1.5.9)
@@ -81,7 +80,8 @@ GEM
8180
parallel (1.19.2)
8281
parser (2.7.1.4)
8382
ast (~> 2.4.1)
84-
puma (3.12.6)
83+
puma (5.0.0)
84+
nio4r (~> 2.0)
8585
rack (2.2.3)
8686
rack-test (1.1.0)
8787
rack (>= 1.0, < 3)
@@ -114,7 +114,7 @@ GEM
114114
rb-fsevent (0.10.4)
115115
rb-inotify (0.10.1)
116116
ffi (~> 1.0)
117-
regexp_parser (1.7.1)
117+
regexp_parser (1.8.0)
118118
rexml (3.2.4)
119119
rspec (3.9.0)
120120
rspec-core (~> 3.9.0)
@@ -149,7 +149,6 @@ GEM
149149
rubocop-ast (0.4.2)
150150
parser (>= 2.7.1.4)
151151
ruby-progressbar (1.10.1)
152-
ruby_dep (1.5.0)
153152
shoulda-matchers (4.4.1)
154153
activesupport (>= 4.2.0)
155154
simple_command (0.1.0)
@@ -187,8 +186,8 @@ DEPENDENCIES
187186
byebug
188187
database_cleaner
189188
jwt (~> 2.1.0)
190-
listen (>= 3.0.5, < 3.2)
191-
puma (~> 3.12)
189+
listen (~> 3.2.0)
190+
puma (~> 5.0.0)
192191
rails (~> 5.2.3)
193192
rspec
194193
rspec-mocks
@@ -200,7 +199,7 @@ DEPENDENCIES
200199
spring-watcher-listen (~> 2.0.0)
201200
sqlite3
202201
tzinfo-data
203-
web-console (>= 3.3.0)
202+
web-console (~> 3.7.0)
204203

205204
BUNDLED WITH
206205
2.1.2

0 commit comments

Comments
 (0)