Skip to content
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.

Commit

Permalink
Use Puma >=5.0.0.beta to workaround issue with Xcode 12
Browse files Browse the repository at this point in the history
  • Loading branch information
mattt committed Jul 11, 2020
1 parent 1223ac0 commit be36d97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -6,7 +6,7 @@ gem 'sinatra', require: 'sinatra/base'

gem 'rack-ssl-enforcer', require: 'rack/ssl-enforcer'

gem 'puma'
gem 'puma', '>= 5.0.0.beta'

gem 'pg'
gem 'sequel'
6 changes: 3 additions & 3 deletions Gemfile.lock
Expand Up @@ -5,7 +5,7 @@ GEM
ruby2_keywords (~> 0.0.1)
nio4r (2.5.2)
pg (1.2.3)
puma (4.3.5)
puma (5.0.0.beta1)
nio4r (~> 2.0)
rack (2.2.3)
rack-protection (2.0.8.1)
Expand All @@ -25,10 +25,10 @@ PLATFORMS

DEPENDENCIES
pg
puma
puma (>= 5.0.0.beta)
rack-ssl-enforcer
sequel
sinatra

BUNDLED WITH
2.1.4
1.17.2

0 comments on commit be36d97

Please sign in to comment.