From fd8203c83cae9814760b62b2d34e3e46548f1d8a Mon Sep 17 00:00:00 2001 From: masatoshi_moritsuka Date: Sat, 24 May 2025 14:10:53 +0900 Subject: [PATCH] doc: fix default rails version on CONTRIBUTING.md Now, default rails version in sentry-rails is `8.0`. cf. https://github.com/getsentry/sentry-ruby/blob/5.24.0/sentry-rails/Gemfile#L20 But written on CONTRIBUTING.md is `7.0`. So I fixed it. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3e00d5d99..99e2ec8c8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -43,7 +43,7 @@ This file defines which specific image and Ruby version will be used to run the ``` - Install any additional dependencies. `sentry-sidekiq` assumes you have `redis` running. - Use `bundle exec rake` to run tests. - - In `sentry-rails`, you can use `RAILS_VERSION=version` to specify the Rails version to test against. Default is `7.0` + - In `sentry-rails`, you can use `RAILS_VERSION=version` to specify the Rails version to test against. Default is `8.0` - In `sentry-sidekiq`, you can use `SIDEKIQ_VERSION=version` to specify what version of Sidekiq to install when you run `bundle install`. Default is `7.0` - Use example apps under the `example` or `examples` folder to test the change. (Remember to change the DSN first) - To learn more about `sentry-ruby`'s structure, you can read the [Sentry SDK spec]