Skip to content

Commit

Permalink
Switch to the Sentry Ruby & Rails gems (#2485)
Browse files Browse the repository at this point in the history
Some time ago, the gems were renamed but this never got done. This
switches to the new Gems.
  • Loading branch information
nickcharlton committed Jan 16, 2024
1 parent ab43de2 commit cf4d53d
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 16 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Expand Up @@ -11,7 +11,8 @@ gem "kaminari-i18n"
gem "pg"
gem "pundit"
gem "redcarpet"
gem "sentry-raven"
gem "sentry-rails"
gem "sentry-ruby"
gem "unicorn"

group :development, :test do
Expand Down
15 changes: 7 additions & 8 deletions Gemfile.lock
Expand Up @@ -136,10 +136,6 @@ GEM
railties (>= 5.0.0)
faker (3.2.3)
i18n (>= 1.8.11, < 2)
faraday (2.7.4)
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-net_http (3.0.2)
ffi (1.15.5)
formulaic (0.4.1)
activesupport
Expand Down Expand Up @@ -281,7 +277,6 @@ GEM
rspec-mocks (~> 3.12)
rspec-support (~> 3.12)
rspec-support (3.12.1)
ruby2_keywords (0.0.5)
rubyzip (2.3.2)
sassc (2.4.0)
ffi (~> 1.9)
Expand All @@ -296,8 +291,11 @@ GEM
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
sentry-raven (3.1.2)
faraday (>= 1.0)
sentry-rails (5.16.1)
railties (>= 5.0)
sentry-ruby (~> 5.16.1)
sentry-ruby (5.16.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
shoulda-matchers (6.0.0)
activesupport (>= 5.2.0)
smart_properties (1.17.0)
Expand Down Expand Up @@ -363,7 +361,8 @@ DEPENDENCIES
rack-timeout
redcarpet
selenium-webdriver
sentry-raven
sentry-rails
sentry-ruby
shoulda-matchers
timecop
uglifier
Expand Down
3 changes: 2 additions & 1 deletion gemfiles/pundit21.gemfile
Expand Up @@ -12,7 +12,8 @@ gem "kaminari-i18n"
gem "pg"
gem "pundit", "~> 2.1.0"
gem "redcarpet"
gem "sentry-raven"
gem "sentry-ruby"
gem "sentry-rails"
gem "unicorn"

group :development, :test do
Expand Down
3 changes: 2 additions & 1 deletion gemfiles/rails60.gemfile
Expand Up @@ -12,7 +12,8 @@ gem "kaminari-i18n"
gem "pg"
gem "pundit"
gem "redcarpet"
gem "sentry-raven"
gem "sentry-ruby"
gem "sentry-rails"
gem "unicorn"
gem "rails", "~> 6.0.3.4"

Expand Down
3 changes: 2 additions & 1 deletion gemfiles/rails61.gemfile
Expand Up @@ -12,7 +12,8 @@ gem "kaminari-i18n"
gem "pg"
gem "pundit"
gem "redcarpet"
gem "sentry-raven"
gem "sentry-ruby"
gem "sentry-rails"
gem "unicorn"
gem "rails", "~> 6.1"

Expand Down
3 changes: 2 additions & 1 deletion gemfiles/rails70.gemfile
Expand Up @@ -12,7 +12,8 @@ gem "kaminari-i18n"
gem "pg"
gem "pundit"
gem "redcarpet"
gem "sentry-raven"
gem "sentry-ruby"
gem "sentry-rails"
gem "unicorn"
gem "rails", "~> 7.0"

Expand Down
3 changes: 0 additions & 3 deletions spec/example_app/config/initializers/sentry-raven.rb

This file was deleted.

0 comments on commit cf4d53d

Please sign in to comment.