Skip to content

Commit

Permalink
Downgrade JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbaudino committed Feb 6, 2016
1 parent 237b580 commit 804e33f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addic7ed.gemspec
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|
s.add_development_dependency("pry")

s.add_runtime_dependency("nokogiri", "~> 1.6.7.2")
s.add_runtime_dependency("json", "~> 1.7.7")
s.add_runtime_dependency("json", "~> 1.6.8")

s.executables = ["addic7ed"]
s.files = `git ls-files -- lib/* LICENSE.md`.split("\n")
Expand Down

0 comments on commit 804e33f

Please sign in to comment.