Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 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 Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ruby "3.4.6"

gem "cpflow", "5.1.1", require: false
gem "react_on_rails_pro", "17.0.0.rc.6"
gem "shakapacker", "10.1.0"
gem "shakapacker", "10.2.0"

# Bundle edge Rails instead: gem "rails", github: "rails/rails"
gem "rails", "~> 8.1.2"
Expand Down
29 changes: 17 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ GEM
jwt (~> 3.1)
psych (~> 5.2)
thor (~> 1.3)
crass (1.0.6)
crass (1.0.7)
database_cleaner (2.0.2)
database_cleaner-active_record (>= 2, < 3)
database_cleaner-active_record (2.1.0)
Expand Down Expand Up @@ -186,7 +186,7 @@ GEM
railties (>= 3.0.0)
globalid (1.3.0)
activesupport (>= 6.1)
i18n (1.14.8)
i18n (1.15.2)
concurrent-ruby (~> 1.0)
interception (0.5)
io-console (0.8.2)
Expand All @@ -201,7 +201,7 @@ GEM
jbuilder (2.12.0)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
json (2.19.8)
json (2.20.0)
jwt (3.2.0)
base64
language_server-protocol (3.17.0.5)
Expand Down Expand Up @@ -239,19 +239,19 @@ GEM
net-smtp (0.5.1)
net-protocol
nio4r (2.7.5)
nokogiri (1.19.3-aarch64-linux-gnu)
nokogiri (1.19.4-aarch64-linux-gnu)
racc (~> 1.4)
nokogiri (1.19.3-arm64-darwin)
nokogiri (1.19.4-arm64-darwin)
racc (~> 1.4)
nokogiri (1.19.3-x86_64-linux-gnu)
nokogiri (1.19.4-x86_64-linux-gnu)
racc (~> 1.4)
package_json (0.2.0)
parallel (1.27.0)
parser (3.3.9.0)
ast (~> 2.4.1)
racc
pg (1.5.6)
pp (0.6.3)
pp (0.6.4)
prettyprint
prettyprint (0.2.0)
prism (1.9.0)
Expand Down Expand Up @@ -290,7 +290,7 @@ GEM
nio4r (~> 2.0)
racc (1.8.1)
rack (3.2.6)
rack-proxy (0.8.2)
rack-proxy (0.8.3)
rack
rack-session (2.1.2)
base64 (>= 0.1.0)
Expand Down Expand Up @@ -342,9 +342,14 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rdoc (7.2.0)
rbs (4.0.3)
logger
prism (>= 1.6.0)
tsort
rdoc (8.0.0)
erb
psych (>= 4.0.0)
prism (>= 1.6.0)
rbs (>= 4.0.0)
Comment thread
justin808 marked this conversation as resolved.
Outdated
tsort
react_on_rails (17.0.0.rc.6)
addressable
Expand Down Expand Up @@ -446,7 +451,7 @@ GEM
websocket (~> 1.0)
semantic_range (3.1.1)
sexp_processor (4.17.1)
shakapacker (10.1.0)
shakapacker (10.2.0)
activesupport (>= 5.2)
package_json
rack-proxy (>= 0.6.1)
Expand Down Expand Up @@ -561,7 +566,7 @@ DEPENDENCIES
scss_lint
sdoc
selenium-webdriver (~> 4)
shakapacker (= 10.1.0)
shakapacker (= 10.2.0)
spring
spring-commands-rspec
stimulus-rails (~> 1.3)
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@
"@rails/actioncable": "7.0.5",
"@rescript/core": "^0.5.0",
"@rescript/react": "^0.11.0",
"@rspack/cli": "2.0.0-beta.7",
"@rspack/core": "2.0.0-beta.7",
"@rspack/cli": "2.0.4",
Comment thread
justin808 marked this conversation as resolved.
"@rspack/core": "2.0.4",
Comment thread
justin808 marked this conversation as resolved.
"@swc/core": "^1.13.5",
"ajv": "^8.17.1",
"autoprefixer": "^10.4.14",
"axios": "^0.21.1",
"classnames": "^2.3.2",
"compression-webpack-plugin": "10.0.0",
"css-loader": "^6.7.3",
"css-loader": "^6.8.1",
"css-minimizer-webpack-plugin": "^5.0.1",
"es5-shim": "^4.6.7",
"estraverse": "^5.3.0",
Expand Down Expand Up @@ -100,7 +100,7 @@
"sass": "^1.58.3",
"sass-loader": "^13.3.2",
"sass-resources-loader": "^2.2.5",
"shakapacker": "10.1.0",
"shakapacker": "10.2.0",
Comment thread
justin808 marked this conversation as resolved.
"stimulus": "^3.0.1",
"style-loader": "^3.3.1",
"swc-loader": "^0.2.6",
Expand All @@ -116,7 +116,7 @@
"devDependencies": {
"@babel/eslint-parser": "^7.16.5",
"@babel/preset-react": "^7.18.6",
"@rspack/plugin-react-refresh": "1.6.1",
"@rspack/plugin-react-refresh": "2.0.0",
Comment thread
justin808 marked this conversation as resolved.
"@tailwindcss/typography": "^0.5.10",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
Expand Down Expand Up @@ -147,7 +147,7 @@
"react-refresh": "^0.14.0",
"react-transform-hmr": "^1.0.4",
"regenerator-runtime": "^0.13.11",
"rspack-manifest-plugin": "^5.1.0",
"rspack-manifest-plugin": "^5.2.2",
"typescript": "^5.1.3",
"webpack-dev-server": "^4.11.1"
},
Expand Down
1 change: 1 addition & 0 deletions spec/system/destroy_comment_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

click_link "New Comment"
submit_form(name: comment.author, text: comment.text)
expect(page).to have_css("#notice", text: "Comment was successfully created.")
click_link "Back"

accept_confirm do
Expand Down
Loading
Loading