Skip to content

Commit

Permalink
(#6) drop the json gem dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Roland Pienaar committed Nov 22, 2018
1 parent 7cfecd7 commit 8669d95
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ spec = Gem::Specification.new do |s|
s.bindir = "bin"
s.executables = ["mco"]
s.add_dependency "systemu", "~> 2.6", ">= 2.6.4"
s.add_dependency "json", "~> 2.1", ">= 2.1.0"
end

Gem::PackageTask.new(spec) do |pkg|
Expand Down

0 comments on commit 8669d95

Please sign in to comment.