-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
just-the-docs を 0.7.0 までアップデートする #1399
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
✅ Deploy Preview for meetup-kzrb-org ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
新しい環境を構築しようとした際、Gem のバージョンが安定しないことで `bundle install` 時に失敗することがあるため、Gemfile.lock をリポジトリ に導入する。 これまでは最新Gemに追随するためにGemfile.lockをあえて入れずにおく意図 であえて導入していなかったが、環境構築に失敗することによるデメリットと、 just-the-docs 本家が dependabot を導入したことによりjust-the-docs を 更新する限りはGemは更新されていくため、導入に踏み切った。 #1396
f1b71e1
to
09653f2
Compare
macOS Chrome (120.0.6099.234(Official Build) (x86_64)) で一通りのページが問題なく見れました! |
kiyohara
approved these changes
Jan 22, 2024
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.
プレビューで確認して問題なさそうでした! approve しますー 💪
早速の確認、ありがとうございます! |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
just-the-docs を 0.7.0 まで上げました。
また、環境構築時にliquid のバージョンが古いものが導入されて環境構築に失敗したため、Gemfile.lock を導入して各種Gemのバージョンを固定しています。
just-the-docs 本家に dependabot が導入されたので、just-the-docs を上げていけば周辺Gemも一緒に上がるようになります。meetupで独自に導入しているものは自分たちで上げないといけないけど、これはまた別で対処します。
[注意]
Gemfile.lock を導入しましたが、Platform のところは MacOS sonoma の darwin が記載されています。sonoma でない環境で
bundle install
すると差分が出てしまう可能性はありますが、それはその都度対応します。