Skip to content

Conversation

@fumihumi
Copy link
Contributor

@fumihumi fumihumi commented May 7, 2025

Some dependencies are updated.

  • Drop EOL ruby / rails version

As part of this fix, new (?) warnings are now displayed in “rake test” and other places. However, this issue has not been fixed in this pull request and will be addressed separately.

fumihumi added 2 commits May 4, 2025 21:49
* update rails to 8.0
 * Modify the settings in config/environments/test (the setting for action_dispatch.show_exceptions has changed in Rails 7.2).
* Change debugger gem 'byebug' to 'debug'
spec.add_development_dependency 'test-unit-rails'
spec.add_development_dependency 'mutex_m'

spec.required_ruby_version = '>= 2.5.0'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we should update this too.
I remember some new syntax failed in old versions on CI,
since we don't check them any more, maybe we should deprecate old versions.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

excluded EOL Ruby versions. (following ci changes) 213a821

Rails.application.config.generators.simple_json false
```

## Benchmarks
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's update these benchmark results.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Currently, bin/benchmark.sh can not running in RAILS_ENV=production. I plan to fix this issue in a separate PR (and will be update bench result).

@fumihumi fumihumi force-pushed the update-dependencies branch from ee4cc85 to 213a821 Compare May 8, 2025 04:35
@fumihumi fumihumi merged commit 9387170 into master May 22, 2025
18 checks passed
@fumihumi fumihumi deleted the update-dependencies branch May 22, 2025 09:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants