Commit bb4fd0e6d4500a4ff2d4467bc96d5a48fac570cb

Authored by Nathan Broadbent
1 parent 983611ff
Exists in master and in 1 other branch production

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'
... ...
Gemfile.lock
... ... @@ -6,7 +6,7 @@ GIT
6 6 httparty
7 7  
8 8 GIT
9   - remote: git@github.com:rtomayko/tilt.git
  9 + remote: git://github.com/rtomayko/tilt
10 10 revision: 24ea7e9fa5a0624188069393abf033bb8b3f218c
11 11 specs:
12 12 tilt (1.3.6)
... ...