Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Update to React on Rails v7.0.0 #388

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
justin808 merged 1 commit into master from update-to-react-on-rails-7
Apr 25, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ gem "sdoc", group: :doc
# Use Rails Html Sanitizer for HTML sanitization
gem "rails-html-sanitizer"

gem "react_on_rails", "6.9.3"
gem "react_on_rails", "7.0.0"

# See https://github.com/sstephenson/execjs#readme for more supported runtimes
# mini_racer is probably faster than therubyracer
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ GEM
rb-inotify (0.9.8)
ffi (>= 0.5.0)
rdoc (4.3.0)
react_on_rails (6.9.3)
react_on_rails (7.0.0)
addressable
connection_pool
execjs (~> 2.5)
Expand Down Expand Up @@ -330,7 +330,7 @@ DEPENDENCIES
rails
rails-html-sanitizer
rainbow
react_on_rails (= 6.9.3)
react_on_rails (= 7.0.0)
redis
rspec-rails (~> 3)
rspec-retry
Expand Down
2 changes: 1 addition & 1 deletion client/package.json
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"react-bootstrap": "^0.30.8",
"react-dom": "^15.4.1",
"react-intl": "^2.2.2",
"react-on-rails": "^6.9.3",
"react-on-rails": "^7.0.0",
"react-redux": "^4.4.6",
"react-router": "^3.0.0",
"react-router-redux": "^4.0.7",
Expand Down
10 changes: 5 additions & 5 deletions client/yarn.lock
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -4653,9 +4653,9 @@ react-intl@^2.2.2:
intl-relativeformat "^1.3.0"
invariant "^2.1.1"

react-on-rails@^6.9.3:
version "6.9.3"
resolved "https://registry.yarnpkg.com/react-on-rails/-/react-on-rails-6.9.3.tgz#71aa3c6d0995e387e2c406359f7988991ac4180e"
react-on-rails@^7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/react-on-rails/-/react-on-rails-7.0.0.tgz#ff7f12fb918b14ef932f77a71532b0f9eceb7955"

react-overlays@^0.6.12:
version "0.6.12"
Expand Down Expand Up @@ -5361,7 +5361,7 @@ style-loader@^0.16.1:
dependencies:
loader-utils "^1.0.2"

supports-color@3.1.2, supports-color@^3.1.1:
supports-color@3.1.2:
version "3.1.2"
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-3.1.2.tgz#72a262894d9d408b956ca05ff37b2ed8a6e2a2d5"
dependencies:
Expand All @@ -5371,7 +5371,7 @@ supports-color@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7"

supports-color@^3.1.0, supports-color@^3.2.3:
supports-color@^3.1.0, supports-color@^3.1.1, supports-color@^3.2.3:
version "3.2.3"
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-3.2.3.tgz#65ac0504b3954171d8a64946b2ae3cbb8a5f54f6"
dependencies:
Expand Down

AltStyle によって変換されたページ (->オリジナル) /