Skip to content

Commit

Permalink
chore: move development dependencies to Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldtse committed Nov 18, 2024
1 parent 6da10ef commit c6b0167
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 5 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ Encoding.default_internal = Encoding::UTF_8
source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}" }

gem "metanorma-standoc"
gem "pry"
gem "rake", "~> 12.0"
gem "rspec", "~> 3.0"

gemspec

eval_gemfile("Gemfile.devel") rescue nil
5 changes: 0 additions & 5 deletions metanorma-plugin-glossarist.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,4 @@ Gem::Specification.new do |spec|
spec.add_dependency "asciidoctor", "~> 2.0.0"
spec.add_dependency "glossarist", "~> 2.0"
spec.add_dependency "liquid", "~> 5"

spec.add_development_dependency "metanorma-standoc"
spec.add_development_dependency "pry"
spec.add_development_dependency "rake", "~> 12.0"
spec.add_development_dependency "rspec", "~> 3.0"
end

0 comments on commit c6b0167

Please sign in to comment.