Skip to content

Commit cf305b6

Browse files
committed
TEMP GEM workaround
1 parent a973a2b commit cf305b6

File tree

2 files changed

+18
-12
lines changed

2 files changed

+18
-12
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ gem "sdoc", group: :doc
3737
# Use Rails Html Sanitizer for HTML sanitization
3838
gem "rails-html-sanitizer"
3939

40-
gem "react_on_rails", "~> 6.1"
41-
40+
gem "react_on_rails", git: "[email protected]:JasonYCHuang/react_on_rails.git", branch: "i18n"
41+
#gem "react_on_rails", "~> 6"
4242
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
4343
# mini_racer is probably faster than therubyracer
4444
gem "mini_racer"

Gemfile.lock

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
GIT
2+
remote: [email protected]:JasonYCHuang/react_on_rails.git
3+
revision: 38e92e237862e07d65e0a9cc3324d14767b8b8f6
4+
branch: i18n
5+
specs:
6+
react_on_rails (6.3.2)
7+
addressable
8+
connection_pool
9+
execjs (~> 2.5)
10+
foreman
11+
rails (>= 3.2)
12+
rainbow (~> 2.1)
13+
114
GEM
215
remote: https://rubygems.org/
316
specs:
@@ -134,7 +147,7 @@ GEM
134147
mini_portile2 (2.1.0)
135148
mini_racer (0.1.7)
136149
libv8 (~> 5.3)
137-
minitest (5.9.1)
150+
minitest (5.10.1)
138151
multi_json (1.12.1)
139152
nio4r (1.2.1)
140153
nokogiri (1.6.8.1)
@@ -199,13 +212,6 @@ GEM
199212
rb-inotify (0.9.7)
200213
ffi (>= 0.5.0)
201214
rdoc (4.3.0)
202-
react_on_rails (6.1.2)
203-
addressable
204-
connection_pool
205-
execjs (~> 2.5)
206-
foreman
207-
rails (>= 3.2)
208-
rainbow (~> 2.1)
209215
rspec-core (3.5.4)
210216
rspec-support (~> 3.5.0)
211217
rspec-expectations (3.5.0)
@@ -273,7 +279,7 @@ GEM
273279
sprockets (>= 3.0.0)
274280
term-ansicolor (1.4.0)
275281
tins (~> 1.0)
276-
thor (0.19.1)
282+
thor (0.19.4)
277283
thread_safe (0.3.5)
278284
tilt (2.0.5)
279285
tins (1.12.0)
@@ -329,7 +335,7 @@ DEPENDENCIES
329335
rails
330336
rails-html-sanitizer
331337
rainbow
332-
react_on_rails (~> 6.1)
338+
react_on_rails!
333339
rspec-rails (~> 3)
334340
rspec-retry
335341
rubocop

0 commit comments

Comments
 (0)