Skip to content

Commit e9df0bb

Browse files
committed
remove json as a runtime dependency
1 parent dc898c4 commit e9df0bb

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Gemfile.lock

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ PATH
33
specs:
44
rspec_api_documentation (4.7.0)
55
activesupport (>= 3.0.0)
6-
json (~> 1.4, >= 1.4.6)
76
mustache (~> 1.0, >= 0.99.4)
87
rspec (~> 3.0, >= 3.0.0)
98

@@ -76,7 +75,7 @@ GEM
7675
multi_json (1.11.2)
7776
multi_test (0.1.2)
7877
multipart-post (2.0.0)
79-
mustache (1.0.2)
78+
mustache (1.0.3)
8079
nokogiri (1.6.7.2)
8180
mini_portile2 (~> 2.0.0.rc2)
8281
pry (0.10.3)

rspec_api_documentation.gemspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ Gem::Specification.new do |s|
1717
s.add_runtime_dependency "rspec", "~> 3.0", ">= 3.0.0"
1818
s.add_runtime_dependency "activesupport", ">= 3.0.0"
1919
s.add_runtime_dependency "mustache", "~> 1.0", ">= 0.99.4"
20-
s.add_runtime_dependency "json", "~> 1.4", ">= 1.4.6"
2120

2221
s.add_development_dependency "bundler", "~> 1.0"
2322
s.add_development_dependency "fakefs", "~> 0.4"

0 commit comments

Comments
 (0)