Skip to content
This repository has been archived by the owner on Dec 6, 2019. It is now read-only.

Commit

Permalink
Forgot to remove some references to JSON gem
Browse files Browse the repository at this point in the history
  • Loading branch information
pablobm committed Apr 27, 2012
1 parent f77ff16 commit 5a001ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions test/apps/example/Gemfile.lock
@@ -1,13 +1,13 @@
PATH PATH
remote: ../../.. remote: ../../..
specs: specs:
rack-raw-upload (1.0.8) rack-raw-upload (1.1.0)
json multi_json


GEM GEM
remote: http://rubygems.org/ remote: http://rubygems.org/
specs: specs:
json (1.4.6) multi_json (1.3.2)
rack (1.3.3) rack (1.3.3)
sinatra (1.2.6) sinatra (1.2.6)
rack (~> 1.1) rack (~> 1.1)
Expand Down
2 changes: 1 addition & 1 deletion test/raw_upload_test.rb
Expand Up @@ -2,7 +2,7 @@
require 'rack/test' require 'rack/test'
require 'shoulda' require 'shoulda'
require 'rack-raw-upload' require 'rack-raw-upload'
require 'json' require 'multi_json'
require 'digest' require 'digest'
require 'rr' require 'rr'


Expand Down

0 comments on commit 5a001ac

Please sign in to comment.