We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 306ab8c commit aa9b894Copy full SHA for aa9b894
Gemfile
@@ -6,7 +6,8 @@ DM_VERSION = '~> 1.2.0'
6
gem 'rails', RAILS_VERSION
7
gem 'mysql'
8
gem 'redis', '2.1.1'
9
-gem 'taylor-swift', '0.1.0', :path => "~/Dropbox/gems/taylor-swift"
+#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"
11
12
gem 'activesupport', RAILS_VERSION, :require => 'active_support'
13
gem 'actionpack', RAILS_VERSION, :require => 'action_pack'
Gemfile.lock
@@ -1,5 +1,6 @@
1
-PATH
2
- remote: ~/Dropbox/gems/taylor-swift
+GIT
+ remote: https://github.com/plusjade/taylor-swift
3
+ revision: d9914f0311d1a3971adefb1291644689e2f81173
4
specs:
5
taylor-swift (0.1.0)
0 commit comments