to remove mistake from gemfile added line to build site locally, then commited by mistake
Signed-off-by: alicejw <alicejw@amazon.com>
This commit is contained in:
parent
6462aa4a1c
commit
b74df04afc
2
Gemfile
2
Gemfile
|
@ -30,5 +30,3 @@ gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
|
||||||
|
|
||||||
# Performance-booster for watching directories on Windows
|
# Performance-booster for watching directories on Windows
|
||||||
gem "wdm", "~> 0.1.0" if Gem.win_platform?
|
gem "wdm", "~> 0.1.0" if Gem.win_platform?
|
||||||
|
|
||||||
gem "webrick"
|
|
Loading…
Reference in New Issue