Skip to content

Commit

Permalink
pin puma to a more recent version
Browse files Browse the repository at this point in the history
  • Loading branch information
elg0nz committed Sep 24, 2024
1 parent d8617f5 commit 9624ec7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source 'https://rubygems.org'

gem 'json'
gem 'httpx', '~> 1.3'
gem 'puma'
gem "puma", ">= 6.4.3"
gem 'rack'
gem 'thor'

Expand Down
8 changes: 3 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
GEM
remote: https://rubygems.org/
specs:
curses (1.4.6)
diff-lcs (1.5.1)
http-2 (1.0.1)
httpx (1.3.0)
http-2 (>= 1.0.0)
json (2.7.1)
nio4r (2.7.1)
puma (6.4.2)
nio4r (2.7.3)
puma (6.4.3)
nio4r (~> 2.0)
rack (2.2.9)
rack-test (1.1.0)
Expand All @@ -33,10 +32,9 @@ PLATFORMS
ruby

DEPENDENCIES
curses
httpx (~> 1.3)
json
puma
puma (>= 6.4.3)
rack
rack-test (~> 1.1)
rspec (~> 3.13)
Expand Down

0 comments on commit 9624ec7

Please sign in to comment.