Skip to content

Commit

Permalink
Update deadlock_retry gem for ruby 3 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Apr 22, 2021
1 parent ad6c0d3 commit 816a245
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 @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 816a245

Please sign in to comment.