Skip to content

Fix test suite #1148

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Dec 3, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gemfiles/rails_5.2_no_sprockets.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ GEM
marcel (0.3.3)
mimemagic (~> 0.3.2)
method_source (0.9.2)
mimemagic (0.3.3)
mimemagic (0.3.10)
mini_mime (1.0.2)
mini_portile2 (2.4.0)
minitest (5.13.0)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_5.2_no_sprockets_webpacker_3.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ GEM
marcel (0.3.3)
mimemagic (~> 0.3.2)
method_source (0.9.2)
mimemagic (0.3.3)
mimemagic (0.3.10)
mini_mime (1.0.2)
mini_portile2 (2.4.0)
mini_racer (0.2.8)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_5.2_no_sprockets_webpacker_4.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ GEM
marcel (0.3.3)
mimemagic (~> 0.3.2)
method_source (0.9.2)
mimemagic (0.3.3)
mimemagic (0.3.10)
mini_mime (1.0.2)
mini_portile2 (2.4.0)
mini_racer (0.2.8)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_5.2_sprockets_3.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ GEM
marcel (0.3.3)
mimemagic (~> 0.3.2)
method_source (0.9.2)
mimemagic (0.3.3)
mimemagic (0.3.10)
mini_mime (1.0.2)
mini_portile2 (2.4.0)
mini_racer (0.2.8)
Expand Down
8 changes: 5 additions & 3 deletions gemfiles/rails_5.2_sprockets_4.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ GEM
jbuilder (2.9.1)
activesupport (>= 4.2.0)
json (2.3.0)
libv8 (7.3.492.27.1-x86_64-darwin-18)
libv8 (7.3.492.27.1)
listen (3.0.8)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
Expand All @@ -128,7 +128,9 @@ GEM
marcel (0.3.3)
mimemagic (~> 0.3.2)
method_source (0.9.2)
mimemagic (0.3.3)
mimemagic (0.3.10)
nokogiri (~> 1)
rake
mini_mime (1.0.2)
mini_portile2 (2.4.0)
mini_racer (0.2.8)
Expand Down Expand Up @@ -242,4 +244,4 @@ DEPENDENCIES
webdrivers

BUNDLED WITH
2.1.2
2.2.26
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"webpack": "^2.3.3"
},
"dependencies": {
"react_ujs": "^2.6.0"
"react_ujs": "^2.6.1"
}
}
2 changes: 1 addition & 1 deletion test/dummy_webpacker3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"react_ujs": "^2.2.1"
},
"devDependencies": {
"webpack-dev-server": "^3.1.11"
"webpack-dev-server": "^2.11.5"
}
}
Loading