Skip to content

Commit 06e7ba1

Browse files
committed
TEMP: update gem react_on_rails
1 parent 36afa88 commit 06e7ba1

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ gem "sdoc", group: :doc
3838
# Use Rails Html Sanitizer for HTML sanitization
3939
gem "rails-html-sanitizer"
4040

41-
gem "react_on_rails", "~> 6.4"
41+
gem "react_on_rails", git: "[email protected]:JasonYCHuang/react_on_rails.git", branch: "rake-locale"
4242

4343
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
4444
# mini_racer is probably faster than therubyracer

Gemfile.lock

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
GIT
2+
remote: [email protected]:JasonYCHuang/react_on_rails.git
3+
revision: 178cc7293b8ee9e8866ec3ed4aaf16b7c9f71285
4+
branch: rake-locale
5+
specs:
6+
react_on_rails (6.6.0)
7+
addressable
8+
connection_pool
9+
execjs (~> 2.5)
10+
rails (>= 3.2)
11+
rainbow (~> 2.1)
12+
113
GEM
214
remote: https://rubygems.org/
315
specs:
@@ -199,12 +211,6 @@ GEM
199211
rb-inotify (0.9.7)
200212
ffi (>= 0.5.0)
201213
rdoc (4.3.0)
202-
react_on_rails (6.4.0)
203-
addressable
204-
connection_pool
205-
execjs (~> 2.5)
206-
rails (>= 3.2)
207-
rainbow (~> 2.1)
208214
redis (3.3.0)
209215
rspec-core (3.5.4)
210216
rspec-support (~> 3.5.0)
@@ -329,7 +335,7 @@ DEPENDENCIES
329335
rails
330336
rails-html-sanitizer
331337
rainbow
332-
react_on_rails (~> 6.4)
338+
react_on_rails!
333339
redis
334340
rspec-rails (~> 3)
335341
rspec-retry

0 commit comments

Comments
 (0)