about summary refs log tree commit diff stats
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2017-09-24 11:23:27 -0400
committerKelly Rauchenberger <fefferburbia@gmail.com>2017-09-24 11:23:27 -0400
commit2405727d7d62fce31102520167cde42ee688c198 (patch)
treefbbf85f42ca6f0c17573974ca9c265a0d5aaf060 /Gemfile.lock
parent0df34b64734e686f399ad7081c9b4e4921f75d64 (diff)
downloadpokeviewer-2405727d7d62fce31102520167cde42ee688c198.tar.gz
pokeviewer-2405727d7d62fce31102520167cde42ee688c198.tar.bz2
pokeviewer-2405727d7d62fce31102520167cde42ee688c198.zip
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
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock24
1 files changed, 24 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 4918560..c066b8e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock
@@ -4,7 +4,10 @@ PATH
4 pokeviewer (0.1.0) 4 pokeviewer (0.1.0)
5 activerecord-diff 5 activerecord-diff
6 enumerize 6 enumerize
7 haml
8 normalize-rails
7 rails (~> 5.1.4) 9 rails (~> 5.1.4)
10 sass-rails (~> 5.0)
8 sequenced 11 sequenced
9 12
10GEM 13GEM
@@ -54,8 +57,12 @@ GEM
54 enumerize (2.1.2) 57 enumerize (2.1.2)
55 activesupport (>= 3.2) 58 activesupport (>= 3.2)
56 erubi (1.6.1) 59 erubi (1.6.1)
60 ffi (1.9.18)
57 globalid (0.4.0) 61 globalid (0.4.0)
58 activesupport (>= 4.2.0) 62 activesupport (>= 4.2.0)
63 haml (5.0.1)
64 temple (>= 0.8.0)
65 tilt
59 i18n (0.8.6) 66 i18n (0.8.6)
60 loofah (2.0.3) 67 loofah (2.0.3)
61 nokogiri (>= 1.5.9) 68 nokogiri (>= 1.5.9)
@@ -70,6 +77,7 @@ GEM
70 nio4r (2.1.0) 77 nio4r (2.1.0)
71 nokogiri (1.8.1) 78 nokogiri (1.8.1)
72 mini_portile2 (~> 2.3.0) 79 mini_portile2 (~> 2.3.0)
80 normalize-rails (4.1.1)
73 rack (2.0.3) 81 rack (2.0.3)
74 rack-test (0.7.0) 82 rack-test (0.7.0)
75 rack (>= 1.0, < 3) 83 rack (>= 1.0, < 3)
@@ -97,6 +105,20 @@ GEM
97 rake (>= 0.8.7) 105 rake (>= 0.8.7)
98 thor (>= 0.18.1, < 2.0) 106 thor (>= 0.18.1, < 2.0)
99 rake (12.1.0) 107 rake (12.1.0)
108 rb-fsevent (0.10.2)
109 rb-inotify (0.9.10)
110 ffi (>= 0.5.0, < 2)
111 sass (3.5.1)
112 sass-listen (~> 4.0.0)
113 sass-listen (4.0.0)
114 rb-fsevent (~> 0.9, >= 0.9.4)
115 rb-inotify (~> 0.9, >= 0.9.7)
116 sass-rails (5.0.6)
117 railties (>= 4.0.0, < 6)
118 sass (~> 3.1)
119 sprockets (>= 2.8, < 4.0)
120 sprockets-rails (>= 2.0, < 4.0)
121 tilt (>= 1.1, < 3)
100 sequenced (3.1.1) 122 sequenced (3.1.1)
101 activerecord (>= 3.0) 123 activerecord (>= 3.0)
102 activesupport (>= 3.0) 124 activesupport (>= 3.0)
@@ -108,8 +130,10 @@ GEM
108 activesupport (>= 4.0) 130 activesupport (>= 4.0)
109 sprockets (>= 3.0.0) 131 sprockets (>= 3.0.0)
110 sqlite3 (1.3.13) 132 sqlite3 (1.3.13)
133 temple (0.8.0)
111 thor (0.20.0) 134 thor (0.20.0)
112 thread_safe (0.3.6) 135 thread_safe (0.3.6)
136 tilt (2.0.8)
113 tzinfo (1.2.3) 137 tzinfo (1.2.3)
114 thread_safe (~> 0.1) 138 thread_safe (~> 0.1)
115 websocket-driver (0.6.5) 139 websocket-driver (0.6.5)