Skip to content

Commit

Permalink
Merge pull request #70 from bazelruby/dependabot/bundler/examples/sim…
Browse files Browse the repository at this point in the history
…ple_rails_api/puma-4.3.3

Bump puma from 4.3.1 to 4.3.3 in /examples/simple_rails_api
  • Loading branch information
kigster committed Mar 4, 2020
2 parents 12d74cd + fd94bf1 commit 846c85b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/simple_rails_api/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gem 'rails', '~> 6.0.2'
# Use sqlite3 as the database for Active Record
gem 'sqlite3', '~> 1.4'
# Use Puma as the app server
gem 'puma', '~> 4.1'
gem 'puma', '~> 4.3'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
# gem 'jbuilder', '~> 2.7'
# Use Redis adapter to run Action Cable in production
Expand Down
4 changes: 2 additions & 2 deletions examples/simple_rails_api/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ GEM
nio4r (2.5.2)
nokogiri (1.10.8)
mini_portile2 (~> 2.4.0)
puma (4.3.1)
puma (4.3.3)
nio4r (~> 2.0)
rack (2.2.2)
rack-test (1.1.0)
Expand Down Expand Up @@ -152,7 +152,7 @@ DEPENDENCIES
bootsnap (>= 1.4.2)
byebug
listen (>= 3.0.5, < 3.2)
puma (~> 4.1)
puma (~> 4.3)
rails (~> 6.0.2)
spring
spring-watcher-listen (~> 2.0.0)
Expand Down

0 comments on commit 846c85b

Please sign in to comment.