Skip to content

Commit a3d20b1

Browse files
authored
fix: lock connection_pool to v2 when using react-rails (#634)
Currently `react-rails` does not work with `connection_pool` v3, so we need to lock to v2 until reactjs/react-rails#1367 is released
1 parent ce8ff22 commit a3d20b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

variants/frontend-react/template.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
TERMINAL.puts_header "Adding react-rails to Gemfile"
44

55
gem "react-rails"
6+
gem "connection_pool", "~> 2.0"
67
run "bundle install"
78

89
run "rails generate react:install"

0 commit comments

Comments
 (0)