Skip to content

Commit

Permalink
bundle add react_on_rails
Browse files Browse the repository at this point in the history
  • Loading branch information
justin808 committed Aug 2, 2020
1 parent 40897dd commit 8038d71
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,5 @@ end
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]

gem "webpacker", "~> 5.1"

gem "react_on_rails", "~> 12.0"
11 changes: 11 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,10 @@ GEM
xpath (~> 3.2)
childprocess (3.0.0)
concurrent-ruby (1.1.6)
connection_pool (2.2.3)
crass (1.0.6)
erubi (1.9.0)
execjs (2.7.0)
ffi (1.13.1)
globalid (0.4.2)
activesupport (>= 4.2.0)
Expand Down Expand Up @@ -135,10 +137,18 @@ GEM
method_source
rake (>= 0.8.7)
thor (>= 0.20.3, < 2.0)
rainbow (3.0.0)
rake (13.0.1)
rb-fsevent (0.10.4)
rb-inotify (0.10.1)
ffi (~> 1.0)
react_on_rails (12.0.1)
addressable
connection_pool
execjs (~> 2.5)
rails (>= 3.2)
rainbow (~> 3.0)
webpacker (>= 4.0)
regexp_parser (1.7.1)
rubyzip (2.3.0)
selenium-webdriver (3.142.7)
Expand Down Expand Up @@ -193,6 +203,7 @@ DEPENDENCIES
listen (~> 3.2)
puma (~> 4.1)
rails (~> 6.0.3, >= 6.0.3.1)
react_on_rails (~> 12.0)
selenium-webdriver
spring
spring-watcher-listen (~> 2.0.0)
Expand Down

0 comments on commit 8038d71

Please sign in to comment.