Skip to content

Commit aa9b894

Browse files
committed
Use TaylorSwift from github
1 parent 306ab8c commit aa9b894

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ DM_VERSION = '~> 1.2.0'
66
gem 'rails', RAILS_VERSION
77
gem 'mysql'
88
gem 'redis', '2.1.1'
9-
gem 'taylor-swift', '0.1.0', :path => "~/Dropbox/gems/taylor-swift"
9+
#gem 'taylor-swift', '0.1.0', :path => "~/Dropbox/gems/taylor-swift"
10+
gem 'taylor-swift', '0.1.0', :git => "https://github.com/plusjade/taylor-swift"
1011

1112
gem 'activesupport', RAILS_VERSION, :require => 'active_support'
1213
gem 'actionpack', RAILS_VERSION, :require => 'action_pack'

Gemfile.lock

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
PATH
2-
remote: ~/Dropbox/gems/taylor-swift
1+
GIT
2+
remote: https://github.com/plusjade/taylor-swift
3+
revision: d9914f0311d1a3971adefb1291644689e2f81173
34
specs:
45
taylor-swift (0.1.0)
56

0 commit comments

Comments
 (0)