Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 58c7c55

Browse files
committedAug 2, 2020
Lock version of React on Rails to 12.0.1
We need the npm version to match exactly.
1 parent 0e7cd33 commit 58c7c55

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
4949

5050
gem "webpacker", "~> 5.1"
5151

52-
gem "react_on_rails", "~> 12.0"
52+
gem "react_on_rails", "12.0.1"

‎Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ DEPENDENCIES
203203
listen (~> 3.2)
204204
puma (~> 4.1)
205205
rails (~> 6.0.3, >= 6.0.3.1)
206-
react_on_rails (~> 12.0)
206+
react_on_rails (= 12.0.1)
207207
selenium-webdriver
208208
spring
209209
spring-watcher-listen (~> 2.0.0)

0 commit comments

Comments
 (0)
Please sign in to comment.