Skip to content

Commit

Permalink
Bump Sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
TomNaessens committed May 26, 2024
1 parent 9af1211 commit 456b134
Showing 1 changed file with 25 additions and 21 deletions.
46 changes: 25 additions & 21 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ GEM
ast (2.4.2)
bcrypt (3.1.17)
bcrypt_pbkdf (1.1.0)
bigdecimal (3.1.8)
bootsnap (1.11.1)
msgpack (~> 1.2)
builder (3.2.4)
Expand Down Expand Up @@ -100,7 +101,7 @@ GEM
climate_control (0.2.0)
codeclimate-test-reporter (1.0.9)
simplecov (<= 0.13)
concurrent-ruby (1.1.10)
concurrent-ruby (1.2.3)
coveralls (0.7.1)
multi_json (~> 1.3)
rest-client
Expand Down Expand Up @@ -131,7 +132,7 @@ GEM
dotenv (= 2.8.1)
railties (>= 3.2)
ed25519 (1.3.0)
erubi (1.10.0)
erubi (1.12.0)
factory_bot (6.2.1)
activesupport (>= 5.0.0)
factory_bot_rails (6.2.0)
Expand All @@ -158,7 +159,7 @@ GEM
httparty (0.20.0)
mime-types (~> 3.0)
multi_xml (>= 0.5.2)
i18n (1.10.0)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
identicon (0.0.5)
chunky_png
Expand All @@ -174,18 +175,18 @@ GEM
listen (3.7.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.18.0)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
nokogiri (>= 1.12.0)
mail (2.7.1)
mini_mime (>= 0.1.1)
marcel (1.0.2)
method_source (1.0.0)
method_source (1.1.0)
mime-types (3.4.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2022.0105)
mini_mime (1.1.2)
minitest (5.15.0)
minitest (5.23.1)
msgpack (1.5.1)
multi_json (1.15.0)
multi_xml (0.6.0)
Expand Down Expand Up @@ -230,13 +231,13 @@ GEM
puma (5.5.2)
nio4r (~> 2.0)
racc (1.8.0)
rack (2.2.3.1)
rack (2.2.9)
rack-protection (2.2.0)
rack
rack-proxy (0.7.2)
rack
rack-test (1.1.0)
rack (>= 1.0, < 3)
rack-test (2.1.0)
rack (>= 1.3)
rails (6.1.6)
actioncable (= 6.1.6)
actionmailbox (= 6.1.6)
Expand All @@ -256,19 +257,21 @@ GEM
actionpack (>= 5.0.1.rc1)
actionview (>= 5.0.1.rc1)
activesupport (>= 5.0.1.rc1)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
rails-dom-testing (2.2.0)
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
rails-html-sanitizer (1.4.2)
loofah (~> 2.3)
rails-html-sanitizer (1.6.0)
loofah (~> 2.21)
nokogiri (~> 1.14)
railties (6.1.6)
actionpack (= 6.1.6)
activesupport (= 6.1.6)
method_source
rake (>= 12.2)
thor (~> 1.0)
rainbow (3.1.1)
rake (13.0.6)
rake (13.2.1)
rb-fsevent (0.11.1)
rb-inotify (0.10.1)
ffi (~> 1.0)
Expand Down Expand Up @@ -334,10 +337,11 @@ GEM
sdoc (2.6.1)
rdoc (>= 5.0)
semantic_range (3.0.0)
sentry-rails (5.5.0)
sentry-rails (5.17.3)
railties (>= 5.0)
sentry-ruby (~> 5.5.0)
sentry-ruby (5.5.0)
sentry-ruby (~> 5.17.3)
sentry-ruby (5.17.3)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
simplecov (0.13.0)
docile (~> 1.1.0)
Expand Down Expand Up @@ -366,12 +370,12 @@ GEM
tins (~> 1.0)
terrapin (0.6.0)
climate_control (>= 0.0.3, < 1.0)
thor (1.2.1)
thor (1.3.1)
tilt (2.0.10)
tins (1.31.1)
sync
tqdm (0.3.0)
tzinfo (2.0.4)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unf (0.1.4)
unf_ext
Expand All @@ -395,7 +399,7 @@ GEM
will_paginate (3.3.1)
will_paginate-bulma (1.0.0)
will_paginate (>= 3.0.3)
zeitwerk (2.5.4)
zeitwerk (2.6.15)

PLATFORMS
arm64-darwin-23
Expand Down

0 comments on commit 456b134

Please sign in to comment.