Skip to content

Commit

Permalink
Merge 60d846d into 87b776f
Browse files Browse the repository at this point in the history
  • Loading branch information
jywarren authored Apr 28, 2021
2 parents 87b776f + 60d846d commit 76359c6
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ GEM
composite_primary_keys (11.2.0)
activerecord (~> 5.2.1)
concurrent-ruby (1.1.8)
connection_pool (2.2.5)
connection_pool (2.2.3)
crack (0.4.5)
rexml
crass (1.0.6)
Expand Down Expand Up @@ -375,6 +375,8 @@ GEM
rack-openid (1.4.2)
rack (>= 1.1.0)
ruby-openid (>= 2.1.8)
rack-protection (2.0.8.1)
rack
rack-proxy (0.6.5)
rack
rack-test (1.1.0)
Expand Down Expand Up @@ -428,7 +430,7 @@ GEM
tilt
recaptcha (4.14.0)
json
redis (4.2.5)
redis (4.1.4)
regexp_parser (2.1.1)
representable (3.0.4)
declarative (< 0.1.0)
Expand Down Expand Up @@ -496,10 +498,11 @@ GEM
semantic_range (2.3.1)
sentry-raven (3.1.2)
faraday (>= 1.0)
sidekiq (6.2.1)
connection_pool (>= 2.2.2)
sidekiq (5.2.9)
connection_pool (~> 2.2, >= 2.2.2)
rack (~> 2.0)
redis (>= 4.2.0)
rack-protection (>= 1.5.0)
redis (>= 3.3.5, < 4.2)
signet (0.15.0)
addressable (~> 2.3)
faraday (>= 0.17.3, < 2.0)
Expand Down

0 comments on commit 76359c6

Please sign in to comment.