Skip to content

Commit

Permalink
Merge pull request #243 from genebean/dependabot/bundler/passenger-6.…
Browse files Browse the repository at this point in the history
…0.15

Bump passenger from 6.0.14 to 6.0.15
  • Loading branch information
genebean authored Nov 8, 2022
2 parents a5dc5e2 + f2c4e66 commit f23c986
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source 'https://rubygems.org/'
# App Stack
gem 'json', '~> 2.3'
gem 'net-smtp', '~> 0.3.1'
gem 'passenger', '~> 6.0', '>= 6.0.11'
gem 'passenger', '~> 6.0'
gem 'pony', '~> 1.13'
gem 'prometheus-client', '~> 2.1'
gem 'rack', '~> 2.2'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ GEM
parallel (1.22.1)
parser (3.1.2.1)
ast (~> 2.4.1)
passenger (6.0.14)
passenger (6.0.15)
rack
rake (>= 0.8.1)
pony (1.13.1)
Expand Down Expand Up @@ -78,7 +78,7 @@ DEPENDENCIES
minitest (~> 5.14, >= 5.14.4)
minitest-reporters (~> 1.4, >= 1.4.3)
net-smtp (~> 0.3.1)
passenger (~> 6.0, >= 6.0.11)
passenger (~> 6.0)
pony (~> 1.13)
prometheus-client (~> 2.1)
rack (~> 2.2)
Expand Down

0 comments on commit f23c986

Please sign in to comment.