Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

# Add sentry gems
gem 'sentry-rails', '~> 5.10'
gem 'sentry-rails', '~> 5.28'
gem 'sentry-ruby', '~> 5.10'

# Add a gem from a git source
Expand Down
86 changes: 48 additions & 38 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -48,46 +48,54 @@ GEM
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
base64 (0.1.1)
bigdecimal (3.1.4)
builder (3.2.4)
concurrent-ruby (1.2.2)
connection_pool (2.4.1)
base64 (0.3.0)
bigdecimal (3.2.3)
builder (3.3.0)
concurrent-ruby (1.3.5)
connection_pool (2.5.4)
crass (1.0.6)
drb (2.1.1)
ruby2_keywords
erubi (1.12.0)
i18n (1.14.1)
date (3.4.1)
drb (2.2.3)
erb (5.0.2)
erubi (1.13.1)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
io-console (0.6.0)
irb (1.8.3)
rdoc
reline (>= 0.3.8)
loofah (2.21.4)
io-console (0.8.1)
irb (1.15.2)
pp (>= 0.6.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
loofah (2.24.1)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
minitest (5.20.0)
mutex_m (0.1.2)
nokogiri (1.15.4-arm64-darwin)
minitest (5.25.5)
mutex_m (0.3.0)
nokogiri (1.18.10-arm64-darwin)
racc (~> 1.4)
psych (5.1.1)
nokogiri (1.18.10-x86_64-linux-gnu)
racc (~> 1.4)
pp (0.6.2)
prettyprint
prettyprint (0.2.0)
psych (5.2.6)
date
stringio
racc (1.7.1)
rack (3.0.8)
rack-session (2.0.0)
racc (1.8.1)
rack (3.2.1)
rack-session (2.1.1)
base64 (>= 0.1.0)
rack (>= 3.0.0)
rack-test (2.1.0)
rack-test (2.2.0)
rack (>= 1.3)
rackup (2.1.0)
rackup (2.2.1)
rack (>= 3)
webrick (~> 1.8)
rails-dom-testing (2.2.0)
rails-dom-testing (2.3.0)
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
rails-html-sanitizer (1.6.0)
rails-html-sanitizer (1.6.2)
loofah (~> 2.21)
nokogiri (~> 1.14)
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
railties (7.1.1)
actionpack (= 7.1.1)
activesupport (= 7.1.1)
Expand All @@ -96,32 +104,34 @@ GEM
rake (>= 12.2)
thor (~> 1.0, >= 1.2.2)
zeitwerk (~> 2.6)
rake (13.0.6)
rdoc (6.5.0)
rake (13.3.0)
rdoc (6.14.2)
erb
psych (>= 4.0.0)
reline (0.3.9)
reline (0.6.2)
io-console (~> 0.5)
ruby2_keywords (0.0.5)
sentry-rails (5.10.0)
sentry-rails (5.28.0)
railties (>= 5.0)
sentry-ruby (~> 5.10.0)
sentry-ruby (5.10.0)
sentry-ruby (~> 5.28.0)
sentry-ruby (5.28.0)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
stringio (3.0.8)
thor (1.2.2)
stringio (3.1.7)
thor (1.4.0)
timeout (0.4.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
webrick (1.8.1)
zeitwerk (2.6.12)
zeitwerk (2.7.3)

PLATFORMS
arm64-darwin-22
x86_64-linux

DEPENDENCIES
annotate!
mocha!
sentry-rails (~> 5.10)
sentry-rails (~> 5.28)
sentry-ruby (~> 5.10)

BUNDLED WITH
Expand Down