Skip to content

Commit

Permalink
remove webpacker test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
AbanoubGhadban committed Dec 19, 2024
1 parent 1989211 commit a814641
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Gemfile.development_dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,4 @@ group :test do
gem "rspec-retry"
gem "selenium-webdriver", "4.9.0"
gem "webdrivers", "5.3.0"
gem "webpacker", "6.0.0.rc.6"
end
1 change: 0 additions & 1 deletion script/convert
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ new_config = File.expand_path("../spec/dummy/config/webpacker.yml", __dir__)
File.rename(old_config, new_config)

gsub_file_content("../Gemfile.development_dependencies", 'gem "shakapacker", "8.0.0"', 'gem "shakapacker", "6.6.0"')
gsub_file_content("../Gemfile.development_dependencies", 'gem "webpacker", "6.0.0.rc.6"', "")

gsub_file_content("../spec/dummy/package.json", '"shakapacker": "8.0.0",', '"shakapacker": "6.6.0",')

Expand Down

0 comments on commit a814641

Please sign in to comment.