Skip to content

Commit

Permalink
Merge d499444 into 46aed55
Browse files Browse the repository at this point in the history
  • Loading branch information
flyerhzm committed Feb 20, 2021
2 parents 46aed55 + d499444 commit bd3eff3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions synvert-core.gemspec
Expand Up @@ -18,13 +18,13 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]

spec.add_runtime_dependency "parser", "~> 3.0.0"
spec.add_runtime_dependency "activesupport"
spec.add_runtime_dependency "erubis"
spec.add_runtime_dependency "parser", "~> 3.0.0"

spec.add_development_dependency "bundler"
spec.add_development_dependency "rake"
spec.add_development_dependency "rspec"
spec.add_development_dependency "guard"
spec.add_development_dependency "guard-rspec"
spec.add_development_dependency "rake"
spec.add_development_dependency "rspec"
end

0 comments on commit bd3eff3

Please sign in to comment.