Skip to content

Commit

Permalink
metanorma/metanorma-standoc#846 remove rspec from Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
CAMOBAP committed Dec 21, 2023
1 parent a2ba9de commit 284f4f0
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@ Encoding.default_internal = Encoding::UTF_8
source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}" }

group :development, :test do
gem "rspec"
end

if File.exist? "Gemfile.devel"
eval File.read("Gemfile.devel"), nil, "Gemfile.devel" # rubocop:disable Security/Eval
end

gemspec

eval_gemfile("Gemfile.devel") rescue nil

0 comments on commit 284f4f0

Please sign in to comment.