We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbf6976 commit abad587Copy full SHA for abad587
Gemfile
@@ -37,7 +37,7 @@ gem "sdoc", group: :doc
37
# Use Rails Html Sanitizer for HTML sanitization
38
gem "rails-html-sanitizer"
39
40
-gem "react_on_rails", git: "git@github.com:shakacode/react_on_rails.git", tag: "3.0.0-beta.1"
+gem "react_on_rails", git: "https://github.com/shakacode/react_on_rails.git", tag: "3.0.0-beta.1"
41
42
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
43
gem "therubyracer"
Gemfile.lock
@@ -1,5 +1,5 @@
1
GIT
2
- remote: git@github.com:shakacode/react_on_rails.git
+ remote: https://github.com/shakacode/react_on_rails.git
3
revision: 562c58f2b37e13cecc86fd4bd4e85edb10acd86d
4
tag: 3.0.0-beta.1
5
specs:
0 commit comments