Skip to content

Commit

Permalink
fix: cleanup Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
CAMOBAP authored and ronaldtse committed Dec 20, 2023
1 parent 812a549 commit 799af29
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 799af29

Please sign in to comment.