Skip to content

Commit 1cd67ec

Browse files
committed
chore: update gem deps, fix case of name in README
1 parent 7e1d0bd commit 1cd67ec

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ gem "rake", "~> 13.0"
1010
gem "rspec", "~> 3.0"
1111

1212
gem "rubocop", "~> 1.21"
13+
14+
gem "faraday", "~> 2.7"

Gemfile.lock

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ GEM
88
specs:
99
ast (2.4.2)
1010
diff-lcs (1.5.0)
11+
faraday (2.7.2)
12+
faraday-net_http (>= 2.0, < 3.1)
13+
ruby2_keywords (>= 0.0.4)
14+
faraday-net_http (3.0.2)
1115
json (2.6.3)
1216
parallel (1.22.1)
1317
parser (3.1.3.0)
@@ -42,12 +46,14 @@ GEM
4246
rubocop-ast (1.24.1)
4347
parser (>= 3.1.1.0)
4448
ruby-progressbar (1.11.0)
49+
ruby2_keywords (0.0.5)
4550
unicode-display_width (2.3.0)
4651

4752
PLATFORMS
4853
x86_64-linux
4954

5055
DEPENDENCIES
56+
faraday (~> 2.7)
5157
rake (~> 13.0)
5258
rootfs!
5359
rspec (~> 3.0)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Rootfs
1+
# RootFS
22

3-
> Rootfs build workflow powered by ruby
3+
> RootFS build workflow powered by ruby
44
55
Build workflow for rootfs images, Ubuntu openSUSE and more
66

0 commit comments

Comments
 (0)