Skip to content

Commit

Permalink
Lock version of React on Rails to 12.0.1
Browse files Browse the repository at this point in the history
We need the npm version to match exactly.
  • Loading branch information
justin808 committed Aug 2, 2020
1 parent 0e7cd33 commit 58c7c55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]

gem "webpacker", "~> 5.1"

gem "react_on_rails", "~> 12.0"
gem "react_on_rails", "12.0.1"
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ DEPENDENCIES
listen (~> 3.2)
puma (~> 4.1)
rails (~> 6.0.3, >= 6.0.3.1)
react_on_rails (~> 12.0)
react_on_rails (= 12.0.1)
selenium-webdriver
spring
spring-watcher-listen (~> 2.0.0)
Expand Down

0 comments on commit 58c7c55

Please sign in to comment.