Skip to content

Commit

Permalink
Prevent multi_json from complaining by using a specific JSON library.
Browse files Browse the repository at this point in the history
  • Loading branch information
dblock committed Jan 5, 2012
1 parent 4332cb0 commit f5120b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,7 @@ pkg
dist
Gemfile.lock

## Rubinius
.rbx

## PROJECT::SPECIFIC
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ group :development, :test do
gem 'guard-bundler'
gem 'rb-fsevent'
gem 'growl'
gem 'json'
end

0 comments on commit f5120b0

Please sign in to comment.