Skip to content

Commit 846c85b

Browse files
authored
Merge pull request #70 from bazelruby/dependabot/bundler/examples/simple_rails_api/puma-4.3.3
Bump puma from 4.3.1 to 4.3.3 in /examples/simple_rails_api
2 parents 12d74cd + fd94bf1 commit 846c85b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/simple_rails_api/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ gem 'rails', '~> 6.0.2'
66
# Use sqlite3 as the database for Active Record
77
gem 'sqlite3', '~> 1.4'
88
# Use Puma as the app server
9-
gem 'puma', '~> 4.1'
9+
gem 'puma', '~> 4.3'
1010
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
1111
# gem 'jbuilder', '~> 2.7'
1212
# Use Redis adapter to run Action Cable in production

examples/simple_rails_api/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ GEM
8888
nio4r (2.5.2)
8989
nokogiri (1.10.8)
9090
mini_portile2 (~> 2.4.0)
91-
puma (4.3.1)
91+
puma (4.3.3)
9292
nio4r (~> 2.0)
9393
rack (2.2.2)
9494
rack-test (1.1.0)
@@ -152,7 +152,7 @@ DEPENDENCIES
152152
bootsnap (>= 1.4.2)
153153
byebug
154154
listen (>= 3.0.5, < 3.2)
155-
puma (~> 4.1)
155+
puma (~> 4.3)
156156
rails (~> 6.0.2)
157157
spring
158158
spring-watcher-listen (~> 2.0.0)

0 commit comments

Comments
 (0)