Skip to content

Commit

Permalink
Update dependency ceedling to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 10, 2025
1 parent d56be44 commit 4555f1f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

gem 'ceedling', '0.31.1'
gem 'ceedling', '1.0.0'
gem 'rake', '13.2.1'
gem 'guard', '2.19.0'
gem 'guard-rake', '1.0.0'
15 changes: 11 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
GEM
remote: https://rubygems.org/
specs:
ceedling (0.31.1)
ceedling (1.0.0)
constructor (~> 2)
deep_merge (~> 1.2)
diy (~> 1.1)
rake (>= 12, < 14)
thor (~> 0.14)
thor (~> 1.3)
unicode-display_width (~> 3.1)
coderay (1.1.3)
constructor (2.0.0)
deep_merge (1.2.2)
diy (1.1.2)
constructor (>= 1.0.0)
ffi (1.17.0)
formatador (1.1.0)
guard (2.19.0)
Expand Down Expand Up @@ -40,15 +44,18 @@ GEM
rb-inotify (0.11.1)
ffi (~> 1.0)
shellany (0.0.1)
thor (0.20.3)
thor (1.3.2)
unicode-display_width (3.1.3)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)

PLATFORMS
aarch64-linux
arm64-darwin-22
x86_64-linux

DEPENDENCIES
ceedling (= 0.31.1)
ceedling (= 1.0.0)
guard (= 2.19.0)
guard-rake (= 1.0.0)
rake (= 13.2.1)
Expand Down

0 comments on commit 4555f1f

Please sign in to comment.