Skip to content

Commit e1ef6e9

Browse files
committed
include fssm in Gemfile in order for nanoc watch to work
1 parent d6a7870 commit e1ef6e9

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ gem "adsf"
55
gem "mime-types"
66
gem "curb"
77
gem "json"
8+
gem "fssm"

Gemfile.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ GEM
55
rack (>= 1.0.0)
66
cri (2.0.2)
77
curb (0.7.16)
8+
fssm (0.2.7)
89
json (1.6.1)
910
kramdown (0.13.3)
1011
mime-types (1.17.2)
@@ -20,6 +21,7 @@ PLATFORMS
2021
DEPENDENCIES
2122
adsf
2223
curb
24+
fssm
2325
json
2426
kramdown
2527
mime-types

0 commit comments

Comments
 (0)