Skip to content

Commit

Permalink
Replace JSON with yajl-ruby.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefansundin committed Sep 28, 2017
1 parent b531e11 commit 41d2ce6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -2,6 +2,7 @@ source "https://rubygems.org"

ruby "~> 2.4.0"

gem "yajl-ruby", require: "yajl/json_gem"
gem "rack"
gem "sinatra"
gem "bundler"
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Expand Up @@ -98,6 +98,7 @@ GEM
tzinfo (1.2.3)
thread_safe (~> 0.1)
useragent (0.16.8)
yajl-ruby (1.3.0)

PLATFORMS
ruby
Expand Down Expand Up @@ -128,6 +129,7 @@ DEPENDENCIES
secure_headers
sinatra
sinatra-reloader
yajl-ruby

RUBY VERSION
ruby 2.4.2p198
Expand Down

0 comments on commit 41d2ce6

Please sign in to comment.