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 f3d54a8
Showing 1 changed file with 5 additions and 0 deletions.
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

0 comments on commit f3d54a8

Please sign in to comment.