Skip to content

Commit

Permalink
Update Rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ntkme authored Sep 2, 2024
1 parent 6b94081 commit 15bfb7b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,6 @@ namespace :git do
test/gemfiles/rails_7_0_dartsass.gemfile
]
gemfiles.each do |gemfile|
# https://github.com/twbs/bootstrap-rubygem/pull/287
mkdir_p(File.absolute_path('test/dummy_rails/public', submodule))
touch(File.absolute_path('test/dummy_rails/public/favicon.ico', submodule))

env = { 'BUNDLE_GEMFILE' => gemfile }
sh(env, *%w[bundle install], chdir: submodule)
sh(env, *%w[bundle exec rake], chdir: submodule)
Expand Down

0 comments on commit 15bfb7b

Please sign in to comment.