Skip to content

Commit f5120b0

Browse files
committed
Prevent multi_json from complaining by using a specific JSON library.
1 parent 4332cb0 commit f5120b0

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,7 @@ pkg
2727
dist
2828
Gemfile.lock
2929

30+
## Rubinius
31+
.rbx
32+
3033
## PROJECT::SPECIFIC

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ group :development, :test do
99
gem 'guard-bundler'
1010
gem 'rb-fsevent'
1111
gem 'growl'
12+
gem 'json'
1213
end

0 commit comments

Comments
 (0)