diff options
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile index ed467b0..e2147ef 100644 --- a/Gemfile +++ b/Gemfile | |||
@@ -52,3 +52,6 @@ end | |||
52 | 52 | ||
53 | # Windows does not include zoneinfo files, so bundle the tzinfo-data gem | 53 | # Windows does not include zoneinfo files, so bundle the tzinfo-data gem |
54 | gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] | 54 | gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] |
55 | |||
56 | gem 'haml' | ||
57 | gem 'normalize-rails' | ||