-
-
Notifications
You must be signed in to change notification settings - Fork 265
Expand file tree
/
Copy pathGemfile
More file actions
25 lines (21 loc) · 684 Bytes
/
Gemfile
File metadata and controls
25 lines (21 loc) · 684 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# =========================================================================
# Ceedling - Test-Centered Build System for C
# ThrowTheSwitch.org
# Copyright (c) 2010-24 Mike Karlesky, Mark VanderVoord, & Greg Williams
# SPDX-License-Identifier: MIT
# =========================================================================
source "http://rubygems.org/"
gem "bundler", "~> 2.5"
# Testing tools
gem "rspec", "~> 3.8"
gem "rake", ">= 12", "< 14"
gem "rr"
gem "require_all"
# Ceedling dependencies
gem "diy", "~> 1.1"
gem "constructor", "~> 2"
gem "thor", "~> 1.3"
gem "deep_merge", "~> 1.2"
gem "unicode-display_width", "~> 3.1"
gem "erb", "~> 4.0"
gem "parallel", "~> 1.26"