From 2405727d7d62fce31102520167cde42ee688c198 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Sun, 24 Sep 2017 11:23:27 -0400 Subject: Started working on UI This commit imports a lot of assets from veekun, as well as a font from http://www.victoryroad.net/showthread.php?t=1507 --- Gemfile.lock | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'Gemfile.lock') diff --git a/Gemfile.lock b/Gemfile.lock index 4918560..c066b8e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -4,7 +4,10 @@ PATH pokeviewer (0.1.0) activerecord-diff enumerize + haml + normalize-rails rails (~> 5.1.4) + sass-rails (~> 5.0) sequenced GEM @@ -54,8 +57,12 @@ GEM enumerize (2.1.2) activesupport (>= 3.2) erubi (1.6.1) + ffi (1.9.18) globalid (0.4.0) activesupport (>= 4.2.0) + haml (5.0.1) + temple (>= 0.8.0) + tilt i18n (0.8.6) loofah (2.0.3) nokogiri (>= 1.5.9) @@ -70,6 +77,7 @@ GEM nio4r (2.1.0) nokogiri (1.8.1) mini_portile2 (~> 2.3.0) + normalize-rails (4.1.1) rack (2.0.3) rack-test (0.7.0) rack (>= 1.0, < 3) @@ -97,6 +105,20 @@ GEM rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) rake (12.1.0) + rb-fsevent (0.10.2) + rb-inotify (0.9.10) + ffi (>= 0.5.0, < 2) + sass (3.5.1) + sass-listen (~> 4.0.0) + sass-listen (4.0.0) + rb-fsevent (~> 0.9, >= 0.9.4) + rb-inotify (~> 0.9, >= 0.9.7) + sass-rails (5.0.6) + railties (>= 4.0.0, < 6) + sass (~> 3.1) + sprockets (>= 2.8, < 4.0) + sprockets-rails (>= 2.0, < 4.0) + tilt (>= 1.1, < 3) sequenced (3.1.1) activerecord (>= 3.0) activesupport (>= 3.0) @@ -108,8 +130,10 @@ GEM activesupport (>= 4.0) sprockets (>= 3.0.0) sqlite3 (1.3.13) + temple (0.8.0) thor (0.20.0) thread_safe (0.3.6) + tilt (2.0.8) tzinfo (1.2.3) thread_safe (~> 0.1) websocket-driver (0.6.5) -- cgit 1.4.1