Skip to content

Updated RoR to version 10.0.0 #420

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

Closed
wants to merge 2 commits into from
Closed
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
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
source "https://rubygems.org"
ruby "2.4.1"

gem "react_on_rails", "9.0.0.rc.0"
gem "react_on_rails", "10.0.0"
gem "webpacker"

# Bundle edge Rails instead: gem "rails", github: "rails/rails"
gem "listen"
gem "rails", "~> 5"
gem "rails", "~> 5.1.3"

# Note: We're using sqllite3 for development and testing
# gem "sqlite3", group: [:development, :test]
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ GEM
rb-inotify (0.9.8)
ffi (>= 0.5.0)
rdoc (4.3.0)
react_on_rails (9.0.0.rc.0)
react_on_rails (10.0.0)
addressable
connection_pool
execjs (~> 2.5)
Expand Down Expand Up @@ -334,10 +334,10 @@ DEPENDENCIES
pry-rescue
pry-stack_explorer
puma
rails (~> 5)
rails (~> 5.1.3)
rails-html-sanitizer
rainbow
react_on_rails (= 9.0.0.rc.0)
react_on_rails (= 10.0.0)
redis
rspec-rails (~> 3.6)
rspec-retry
Expand All @@ -357,4 +357,4 @@ RUBY VERSION
ruby 2.4.1p111

BUNDLED WITH
1.15.4
1.16.0.pre.3
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"react-bootstrap": "^0.31.2",
"react-dom": "^15.6.1",
"react-intl": "^2.3.0",
"react-on-rails": "^9.0.0-rc.0",
"react-on-rails": "^10.0.0",
"react-redux": "^5.0.5",
"react-router": "^4.1.2",
"react-router-dom": "^4.1.2",
Expand Down
Loading