Commit bb4fd0e6d4500a4ff2d4467bc96d5a48fac570cb
1 parent
983611ff
Exists in
master
and in
1 other branch
Fixed tilt github url
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
Gemfile
... | ... | @@ -9,7 +9,7 @@ gem 'htmlentities', "~> 4.3.0" |
9 | 9 | gem 'rack-ssl', :require => 'rack/ssl' # force SSL |
10 | 10 | |
11 | 11 | # Remove this when tilt 1.3.7 is released. |
12 | -gem 'tilt', :git => 'git@github.com:rtomayko/tilt.git' | |
12 | +gem 'tilt', :git => 'git://github.com/rtomayko/tilt' | |
13 | 13 | |
14 | 14 | gem 'useragent', '~> 0.4.16' |
15 | 15 | gem 'inherited_resources' | ... | ... |