-
Notifications
You must be signed in to change notification settings - Fork 0
Support rails8.1 #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
5ef8eb7 to
eb861b1
Compare
patorash
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
レビューしました。
ransacker_translator.gemspec
Outdated
| spec.add_development_dependency "base64" | ||
| spec.add_development_dependency "drb" | ||
| spec.add_development_dependency "concurrent-ruby", '1.3.4' | ||
| spec.add_development_dependency "minitest", "= 5.26.1" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minitestのバージョンを固定している理由はありますか?
なければ、~> 5.26のようにしておくのがいいのではないかと思います。
| @@ -12,7 +12,18 @@ jobs: | |||
| strategy: | |||
| matrix: | |||
| ruby: ['3.0', '3.1', '3.2', '3.3', '3.4'] | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rubyのバージョン4.0が出ているから、そちらも対応したほうがいいのでは?と思います。
c7c6db2 to
400bd06
Compare
仕様
Rails8.1に対応させる
変更点