We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73782e3 commit 162eae7Copy full SHA for 162eae7
Gemfile
@@ -39,7 +39,7 @@ gem "rails-html-sanitizer"
39
# Use Unicorn as the app server
40
gem "unicorn"
41
42
-gem "react_on_rails", "~> 0.1.8"
+gem "react_on_rails", "~> 1.0.0.pre"
43
gem "therubyracer"
44
45
gem "autoprefixer-rails"
Gemfile.lock
@@ -207,7 +207,7 @@ GEM
207
raindrops (0.15.0)
208
rake (10.4.2)
209
rdoc (4.2.0)
210
- react_on_rails (0.1.8)
+ react_on_rails (1.0.0.pre)
211
connection_pool
212
execjs (~> 2.5)
213
rails (>= 4.0)
@@ -353,7 +353,7 @@ DEPENDENCIES
353
rails-html-sanitizer
354
rails_12factor
355
rainbow
356
- react_on_rails (~> 0.1.8)
+ react_on_rails (~> 1.0.0.pre)
357
rspec-rails
358
rubocop
359
ruby-lint
0 commit comments