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
4
Gemfile
4
Gemfile
|
@ -29,6 +29,4 @@ end
|
||||||
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
|
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