Skip to content

Commit

Permalink
Use my rails3.1 fork+branch of twilio-rb
Browse files Browse the repository at this point in the history
  • Loading branch information
jtrupiano committed Sep 27, 2011
1 parent 0c0afda commit bdfc541
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source 'http://rubygems.org'
gem 'decent_exposure', '1.0.1'
gem 'rails', '3.1.0'
gem 'sqlite3'
gem 'twilio-rb', '2.0.1'
gem 'twilio-rb', :git => 'git://github.com/jtrupiano/twilio-rb.git', :branch => 'rails3.1'

group :production do
gem 'pg', '0.11.0'
Expand Down
22 changes: 14 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
GIT
remote: git://github.com/jtrupiano/twilio-rb.git
revision: 152718240d9757cc26385e60d9cf2482d979ba3f
branch: rails3.1
specs:
twilio-rb (2.0.0)
activesupport (>= 3.0.0)
builder (>= 3.0.0)
httparty (>= 0.6.1)
i18n (~> 0.5)
jwt (>= 0.1.3)
yajl-ruby (>= 0.7.7)

GEM
remote: http://rubygems.org/
specs:
Expand Down Expand Up @@ -135,13 +148,6 @@ GEM
polyglot (>= 0.3.1)
turn (0.8.2)
ansi (>= 1.2.2)
twilio-rb (2.0.1)
activesupport (>= 3.0.0)
builder (>= 3.0.0)
httparty (>= 0.6.1)
i18n (~> 0.5)
jwt (>= 0.1.3)
yajl-ruby (>= 0.7.7)
tzinfo (0.3.29)
uglifier (1.0.3)
execjs (>= 0.3.0)
Expand All @@ -162,5 +168,5 @@ DEPENDENCIES
sass-rails (~> 3.1.0)
sqlite3
turn
twilio-rb (= 2.0.1)
twilio-rb!
uglifier

0 comments on commit bdfc541

Please sign in to comment.