Skip to content

Commit

Permalink
Less strict deps
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Dec 27, 2016
1 parent abbed9e commit 20d6527
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gist-sweep.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ Gem::Specification.new do |s|

s.licenses = ["MIT"]

s.add_runtime_dependency "json", "> 2.0.0"
s.add_runtime_dependency "github_api", "~> 0.14.5"
s.add_runtime_dependency "json", "~> 2.0"
s.add_runtime_dependency "github_api", "~> 0.14"

s.add_development_dependency "bundler", "~> 1.13.7"
s.add_development_dependency "rake", "~> 12.0.0"
s.add_development_dependency "bundler", "~> 1.13"
s.add_development_dependency "rake", "~> 12.0"
end

0 comments on commit 20d6527

Please sign in to comment.