Skip to content

Commit abad587

Browse files
committed
changed it refrence for react_on_rails to https
updated gemfile.lock
1 parent dbf6976 commit abad587

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ gem "sdoc", group: :doc
3737
# Use Rails Html Sanitizer for HTML sanitization
3838
gem "rails-html-sanitizer"
3939

40-
gem "react_on_rails", git: "git@github.com:shakacode/react_on_rails.git", tag: "3.0.0-beta.1"
40+
gem "react_on_rails", git: "https://github.com/shakacode/react_on_rails.git", tag: "3.0.0-beta.1"
4141

4242
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
4343
gem "therubyracer"

Diff for: Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GIT
2-
remote: git@github.com:shakacode/react_on_rails.git
2+
remote: https://github.com/shakacode/react_on_rails.git
33
revision: 562c58f2b37e13cecc86fd4bd4e85edb10acd86d
44
tag: 3.0.0-beta.1
55
specs:

0 commit comments

Comments
 (0)