Skip to content

Commit

Permalink
Update: Ruby 3.3.4までの暫定対応を追加
Browse files Browse the repository at this point in the history
Actionsでnet-popの依存解決に失敗するため、リリース前のバージョンを使う。
  • Loading branch information
yonta committed Jun 19, 2024
1 parent 28a6689 commit 3e8cadc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby "3.3.3"

###### REMOVE THIS AFTER RUBY 3.3.4!! #######
#
# Needed until Ruby 3.3.4 is released https://github.com/ruby/ruby/pull/11006
gem "net-pop", github: "ruby/net-pop"

# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
gem "rails", "= 7.0.4.2"

Expand Down
8 changes: 7 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
GIT
remote: https://github.com/ruby/net-pop.git
revision: e8d0afe2773b9eb6a23c39e9e437f6fc0fc7c733
specs:
net-pop (0.1.2)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -236,7 +242,6 @@ GEM
net-imap (0.4.12)
date
net-protocol
net-pop (0.1.2)
net-protocol (0.2.2)
timeout
net-smtp (0.5.0)
Expand Down Expand Up @@ -457,6 +462,7 @@ DEPENDENCIES
letter_opener_web
listen
meta-tags
net-pop!
parallel_tests
pg
propshaft
Expand Down

0 comments on commit 3e8cadc

Please sign in to comment.