Skip to content

Commit

Permalink
We don't need "json" gem on Ruby 1.9.3
Browse files Browse the repository at this point in the history
It has JSON functionality built-in
  • Loading branch information
mislav committed Nov 21, 2014
1 parent 86b43ba commit c8965bf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
source 'http://rubygems.org'

gem 'sinatra'
gem 'json'
2 changes: 0 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
GEM
remote: http://rubygems.org/
specs:
json (1.8.1)
rack (1.5.2)
rack-protection (1.5.3)
rack
Expand All @@ -15,5 +14,4 @@ PLATFORMS
ruby

DEPENDENCIES
json
sinatra

0 comments on commit c8965bf

Please sign in to comment.