oops: use public git uri for flex gem
This commit is contained in:
parent
1ef39f854c
commit
c2ae3da11c
2 changed files with 10 additions and 10 deletions
2
Gemfile
2
Gemfile
|
@ -54,7 +54,7 @@ gem "globalize3"
|
|||
|
||||
# My flex branch fixes a minor pagination bug. Once it's merged into the
|
||||
# original gem, we can switch back.
|
||||
gem "flex", :require => "flex/rails", :git => "git@github.com:matchu/flex.git"
|
||||
gem "flex", :require => "flex/rails", :git => "git://github.com/matchu/flex.git"
|
||||
gem "patron", "~> 0.4.18"
|
||||
|
||||
gem "rest-client", "~> 1.6.7"
|
||||
|
|
18
Gemfile.lock
18
Gemfile.lock
|
@ -35,6 +35,15 @@ GIT
|
|||
em-synchrony (1.0.2)
|
||||
eventmachine (>= 1.0.0.beta.1)
|
||||
|
||||
GIT
|
||||
remote: git://github.com/matchu/flex.git
|
||||
revision: d62f508f795ecdbb383f406865daa72368b43ba5
|
||||
specs:
|
||||
flex (0.4.1)
|
||||
multi_json (~> 1.3.4)
|
||||
progressbar (~> 0.11.0)
|
||||
prompter (~> 0.1.5)
|
||||
|
||||
GIT
|
||||
remote: git://github.com/matchu/neopets.git
|
||||
revision: d33aaf63d4617d9236ef0d99452b3bdc577cbc8e
|
||||
|
@ -54,15 +63,6 @@ GIT
|
|||
specs:
|
||||
RocketAMF (1.0.0)
|
||||
|
||||
GIT
|
||||
remote: git@github.com:matchu/flex.git
|
||||
revision: d62f508f795ecdbb383f406865daa72368b43ba5
|
||||
specs:
|
||||
flex (0.4.1)
|
||||
multi_json (~> 1.3.4)
|
||||
progressbar (~> 0.11.0)
|
||||
prompter (~> 0.1.5)
|
||||
|
||||
GEM
|
||||
remote: http://rubygems.org/
|
||||
specs:
|
||||
|
|
Loading…
Reference in a new issue