Created
November 25, 2016 17:52
-
-
Save fervisa/95fad49c630fcbcc6689f8a8a0c0c813 to your computer and use it in GitHub Desktop.
Update react-rails to version 1.9
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/Gemfile b/Gemfile | |
index aa730ff..cc68e2d 100644 | |
--- a/Gemfile | |
+++ b/Gemfile | |
@@ -16,7 +16,7 @@ gem 'coffee-rails', '~> 4.1.0' | |
gem 'bootstrap-sass', '~> 3.3.4' | |
-gem 'react-rails', '~> 1.0' | |
+gem 'react-rails', '~> 1.9' | |
# Use jquery as the JavaScript library | |
gem 'jquery-rails' | |
diff --git a/Gemfile.lock b/Gemfile.lock | |
index 1b89bb5..2f16992 100644 | |
--- a/Gemfile.lock | |
+++ b/Gemfile.lock | |
@@ -40,6 +40,10 @@ GEM | |
autoprefixer-rails (5.1.11) | |
execjs | |
json | |
+ babel-source (5.8.35) | |
+ babel-transpiler (0.7.0) | |
+ babel-source (>= 4.0, < 6) | |
+ execjs (~> 2.0) | |
binding_of_caller (0.7.2) | |
debug_inspector (>= 0.0.1) | |
bootstrap-sass (3.3.4.1) | |
@@ -56,7 +60,7 @@ GEM | |
execjs | |
coffee-script-source (1.9.1.1) | |
columnize (0.9.0) | |
- connection_pool (2.2.0) | |
+ connection_pool (2.2.1) | |
debug_inspector (0.0.2) | |
erubis (2.7.0) | |
execjs (2.5.2) | |
@@ -110,13 +114,13 @@ GEM | |
thor (>= 0.18.1, < 2.0) | |
rake (10.4.2) | |
rdoc (4.2.0) | |
- react-rails (1.0.0) | |
+ react-rails (1.9.0) | |
+ babel-transpiler (>= 0.7.0) | |
coffee-script-source (~> 1.8) | |
connection_pool | |
execjs | |
- rails (>= 3.1) | |
- react-source (~> 0.13) | |
- react-source (0.13.3) | |
+ railties (>= 3.2) | |
+ tilt | |
sass (3.4.13) | |
sass-rails (5.0.3) | |
railties (>= 4.0.0, < 5.0) | |
@@ -161,7 +165,7 @@ DEPENDENCIES | |
jbuilder (~> 2.0) | |
jquery-rails | |
rails (= 4.2.1) | |
- react-rails (~> 1.0) | |
+ react-rails (~> 1.9) | |
sass-rails (~> 5.0) | |
sdoc (~> 0.4.0) | |
spring | |
@@ -169,3 +173,6 @@ DEPENDENCIES | |
turbolinks | |
uglifier (>= 1.3.0) | |
web-console (~> 2.0) | |
+ | |
+BUNDLED WITH | |
+ 1.13.6 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment