Skip to content

Commit

Permalink
fixup! ci: Rails 7.0でテストを実行する設定を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
sinsoku committed Sep 20, 2021
1 parent b80deef commit 77ac873
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gemfiles/rails_70.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ repos.each { |name, path| replace_deps[name, path] }
'zeitwerk' => { github: 'fxn/zeitwerk', tag: 'v2.5.0.beta3' },
'data_migrate' => { github: 'podia/data-migrate', branch: 'rails-7' },
'ransack' => { github: 'activerecord-hackery/ransack' },
'bullet' => nil
'bullet' => nil,
'any_login' => { github: 'igorkasyanchuk/any_login' }
}.each do |name, opts|
# 依存関係を上書きするため、一度gemの依存を削除
dependencies.delete_if { |d| d.name == name }
Expand Down

0 comments on commit 77ac873

Please sign in to comment.