Skip to content

Commit

Permalink
Roll back additional upgrades
Browse files Browse the repository at this point in the history
Sentry seems to be causing a bug that prevents deployment
  • Loading branch information
jon-kirwan committed Jul 28, 2022
1 parent a06fd71 commit b751bec
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -329,11 +329,14 @@ GEM
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
sentry-rails (5.4.0)
sentry-rails (5.3.1)
railties (>= 5.0)
sentry-ruby (~> 5.4.0)
sentry-ruby (5.4.0)
sentry-ruby-core (~> 5.3.1)
sentry-ruby (5.3.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
sentry-ruby-core (= 5.3.1)
sentry-ruby-core (5.3.1)
concurrent-ruby
simplecov (0.21.2)
docile (~> 1.1)
simplecov-html (~> 0.11)
Expand Down

0 comments on commit b751bec

Please sign in to comment.