Skip to content

Commit 43187cb

Browse files
committed
πŸ“¦οΈ Gems updates
- Updated Ceedling prerelease gem - Removed old snapshotted gems - Updated Gemfile to match Ceedling project
1 parent 9df9de5 commit 43187cb

File tree

7 files changed

+11
-7
lines changed

7 files changed

+11
-7
lines changed

β€Žbuild/base/assets/gems/Gemfileβ€Ž

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,19 @@
88
source "http://rubygems.org/"
99

1010
gem "bundler", "~> 2.5"
11-
gem "rake"
11+
12+
# Testing tools
1213
gem "rspec", "~> 3.8"
13-
gem "require_all"
14-
gem "constructor"
15-
gem "diy"
14+
gem "rake", ">= 12", "< 14"
1615
gem "rr"
17-
gem "thor"
18-
gem "deep_merge"
19-
gem "unicode-display_width"
16+
gem "require_all"
17+
18+
# Ceedling dependencies
19+
gem "diy", "~> 1.1"
20+
gem "constructor", "~> 2"
21+
gem "thor", "~> 1.3"
22+
gem "deep_merge", "~> 1.2"
23+
gem "unicode-display_width", "~> 3.1"
2024

2125
#these will be used if present, but ignored otherwise
2226
#gem "curses"
2.11 MB
Binary file not shown.
-2.08 MB
Binary file not shown.
-10 KB
Binary file not shown.
-14 KB
Binary file not shown.
-85 KB
Binary file not shown.
-89.5 KB
Binary file not shown.

0 commit comments

Comments
Β (0)