Update deadlock_retry gem for ruby 3 compatibility
This commit is contained in:
parent
ad6c0d3eba
commit
816a24592e
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
@ -46,7 +46,7 @@ gem "delayed_job_active_record"
|
|||
gem "http_accept_language", "~> 2.1.1"
|
||||
gem "i18n-js", ">= 3.0.0"
|
||||
gem "oauth-plugin", ">= 0.5.1"
|
||||
gem "openstreetmap-deadlock_retry", ">= 1.3.0", :require => "deadlock_retry"
|
||||
gem "openstreetmap-deadlock_retry", ">= 1.3.1", :require => "deadlock_retry"
|
||||
gem "rack-cors"
|
||||
gem "rails-i18n", "~> 6.0.0"
|
||||
gem "rinku", ">= 2.0.6", :require => "rails_rinku"
|
||||
|
|
|
@ -320,7 +320,7 @@ GEM
|
|||
omniauth-windowslive (0.0.12)
|
||||
multi_json (~> 1.12)
|
||||
omniauth-oauth2 (~> 1.4)
|
||||
openstreetmap-deadlock_retry (1.3.0)
|
||||
openstreetmap-deadlock_retry (1.3.1)
|
||||
parallel (1.20.1)
|
||||
parser (3.0.1.0)
|
||||
ast (~> 2.4.1)
|
||||
|
@ -524,7 +524,7 @@ DEPENDENCIES
|
|||
omniauth-openid
|
||||
omniauth-rails_csrf_protection (~> 1.0)
|
||||
omniauth-windowslive
|
||||
openstreetmap-deadlock_retry (>= 1.3.0)
|
||||
openstreetmap-deadlock_retry (>= 1.3.1)
|
||||
pg
|
||||
puma (~> 5.0)
|
||||
quad_tile (~> 1.0.1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue