Skip to content

Commit 3b3cf74

Browse files
committed
Update deps
1 parent 2929397 commit 3b3cf74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ GEM
143143
minitest (5.10.2)
144144
multi_json (1.12.1)
145145
multipart-post (2.0.0)
146-
mysql2 (0.4.8)
146+
mysql2 (0.5.3)
147147
net-scp (3.0.0)
148148
net-ssh (>= 2.6.5, < 7.0.0)
149149
net-ssh (6.1.0)

config/deploy.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
lock "3.13.0"
33

44
set :application, "StrangerFB"
5-
set :repo_url, "git@github.com:comp615/StrangerFB.git"
5+
set :repo_url, "https://github.com/comp615/StrangerFB.git"
66

77
ask :branch, proc { `git rev-parse --abbrev-ref HEAD`.chomp }.call
88

0 commit comments

Comments
 (0)