Skip to content

Commit c8965bf

Browse files
committed
We don't need "json" gem on Ruby 1.9.3
It has JSON functionality built-in
1 parent 86b43ba commit c8965bf

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

Diff for: Gemfile

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
source 'http://rubygems.org'
22

33
gem 'sinatra'
4-
gem 'json'

Diff for: Gemfile.lock

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
GEM
22
remote: http://rubygems.org/
33
specs:
4-
json (1.8.1)
54
rack (1.5.2)
65
rack-protection (1.5.3)
76
rack
@@ -15,5 +14,4 @@ PLATFORMS
1514
ruby
1615

1716
DEPENDENCIES
18-
json
1917
sinatra

0 commit comments

Comments
 (0)