Skip to content

Commit

Permalink
Revert "upgrade yajl-ruby"
Browse files Browse the repository at this point in the history
This reverts commit 8e55af5.
  • Loading branch information
technoweenie committed Feb 17, 2012
1 parent 2f0dbb0 commit 2cce44c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -3,7 +3,7 @@ source "http://rubygems.org"
gem "activeresource", "~> 3.0.0"
gem "amqp", "0.6.7", :require => 'mq'
gem "httparty", "0.7.4"
gem 'yajl-ruby', '1.1.0', :require => 'yajl/json_gem'
gem 'yajl-ruby', '0.8.3', :require => 'yajl/json_gem'
gem "mash", "~> 0.1.1"
gem "mime-types", "~> 1.15", :require => 'mime/types'
gem "oauth", "0.4.4"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -78,7 +78,7 @@ GEM
xmpp4r (0.5)
xmpp4r-simple (0.8.8)
xmpp4r (>= 0.3.2)
yajl-ruby (1.1.0)
yajl-ruby (0.8.3)

PLATFORMS
ruby
Expand All @@ -102,4 +102,4 @@ DEPENDENCIES
twilio-ruby (= 3.4.2)
xml-simple (= 1.0.11)
xmpp4r-simple (= 0.8.8)
yajl-ruby (= 1.1.0)
yajl-ruby (= 0.8.3)
Binary file added vendor/cache/yajl-ruby-0.8.3.gem
Binary file not shown.
Binary file removed vendor/cache/yajl-ruby-1.1.0.gem
Binary file not shown.

0 comments on commit 2cce44c

Please sign in to comment.