about summary refs log tree commit diff stats
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2017-10-15 13:49:03 -0400
committerKelly Rauchenberger <fefferburbia@gmail.com>2017-10-15 13:49:03 -0400
commit9d6d876c62408c69c654aab1a664f1294ec668b7 (patch)
tree45442d5895cc2c1dc6aac9f7a3b6abf64ded20bf /Gemfile.lock
parent946eda79a292cb792a61a6d7ecb2ca932de65ecd (diff)
downloadthoughts-9d6d876c62408c69c654aab1a664f1294ec668b7.tar.gz
thoughts-9d6d876c62408c69c654aab1a664f1294ec668b7.tar.bz2
thoughts-9d6d876c62408c69c654aab1a664f1294ec668b7.zip
Added pokeviewer
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock171
1 files changed, 101 insertions, 70 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 66508c8..be2a865 100644 --- a/Gemfile.lock +++ b/Gemfile.lock
@@ -1,76 +1,93 @@
1GIT
2 remote: https://github.com/hatkirby/pokeviewer.git
3 revision: b166b618d2f5e47d1755be55902a176555395de7
4 specs:
5 pokeviewer (0.1.0)
6 activerecord-diff
7 coffee-rails (~> 4.2)
8 enumerize
9 haml
10 jquery-rails
11 normalize-rails
12 rails (~> 5.1.4)
13 sass-rails (~> 5.0)
14 sequenced
15 victor
16
1GEM 17GEM
2 remote: https://rubygems.org/ 18 remote: https://rubygems.org/
3 specs: 19 specs:
4 actioncable (5.1.1) 20 actioncable (5.1.4)
5 actionpack (= 5.1.1) 21 actionpack (= 5.1.4)
6 nio4r (~> 2.0) 22 nio4r (~> 2.0)
7 websocket-driver (~> 0.6.1) 23 websocket-driver (~> 0.6.1)
8 actionmailer (5.1.1) 24 actionmailer (5.1.4)
9 actionpack (= 5.1.1) 25 actionpack (= 5.1.4)
10 actionview (= 5.1.1) 26 actionview (= 5.1.4)
11 activejob (= 5.1.1) 27 activejob (= 5.1.4)
12 mail (~> 2.5, >= 2.5.4) 28 mail (~> 2.5, >= 2.5.4)
13 rails-dom-testing (~> 2.0) 29 rails-dom-testing (~> 2.0)
14 actionpack (5.1.1) 30 actionpack (5.1.4)
15 actionview (= 5.1.1) 31 actionview (= 5.1.4)
16 activesupport (= 5.1.1) 32 activesupport (= 5.1.4)
17 rack (~> 2.0) 33 rack (~> 2.0)
18 rack-test (~> 0.6.3) 34 rack-test (>= 0.6.3)
19 rails-dom-testing (~> 2.0) 35 rails-dom-testing (~> 2.0)
20 rails-html-sanitizer (~> 1.0, >= 1.0.2) 36 rails-html-sanitizer (~> 1.0, >= 1.0.2)
21 actionview (5.1.1) 37 actionview (5.1.4)
22 activesupport (= 5.1.1) 38 activesupport (= 5.1.4)
23 builder (~> 3.1) 39 builder (~> 3.1)
24 erubi (~> 1.4) 40 erubi (~> 1.4)
25 rails-dom-testing (~> 2.0) 41 rails-dom-testing (~> 2.0)
26 rails-html-sanitizer (~> 1.0, >= 1.0.3) 42 rails-html-sanitizer (~> 1.0, >= 1.0.3)
27 activejob (5.1.1) 43 activejob (5.1.4)
28 activesupport (= 5.1.1) 44 activesupport (= 5.1.4)
29 globalid (>= 0.3.6) 45 globalid (>= 0.3.6)
30 activemodel (5.1.1) 46 activemodel (5.1.4)
31 activesupport (= 5.1.1) 47 activesupport (= 5.1.4)
32 activerecord (5.1.1) 48 activerecord (5.1.4)
33 activemodel (= 5.1.1) 49 activemodel (= 5.1.4)
34 activesupport (= 5.1.1) 50 activesupport (= 5.1.4)
35 arel (~> 8.0) 51 arel (~> 8.0)
36 activesupport (5.1.1) 52 activerecord-diff (2.0.0)
53 activesupport (5.1.4)
37 concurrent-ruby (~> 1.0, >= 1.0.2) 54 concurrent-ruby (~> 1.0, >= 1.0.2)
38 i18n (~> 0.7) 55 i18n (~> 0.7)
39 minitest (~> 5.1) 56 minitest (~> 5.1)
40 tzinfo (~> 1.1) 57 tzinfo (~> 1.1)
41 addressable (2.5.1) 58 addressable (2.5.2)
42 public_suffix (~> 2.0, >= 2.0.2) 59 public_suffix (>= 2.0.2, < 4.0)
43 airbrussh (1.2.0) 60 airbrussh (1.3.0)
44 sshkit (>= 1.6.1, != 1.7.0) 61 sshkit (>= 1.6.1, != 1.7.0)
45 arel (8.0.0) 62 arel (8.0.0)
46 bcrypt (3.1.11) 63 bcrypt (3.1.11)
47 bindex (0.5.0) 64 bindex (0.5.0)
48 builder (3.2.3) 65 builder (3.2.3)
49 byebug (9.0.6) 66 byebug (9.1.0)
50 capistrano (3.8.1) 67 capistrano (3.9.1)
51 airbrussh (>= 1.0.0) 68 airbrussh (>= 1.0.0)
52 i18n 69 i18n
53 rake (>= 10.0.0) 70 rake (>= 10.0.0)
54 sshkit (>= 1.9.0) 71 sshkit (>= 1.9.0)
55 capistrano-bundler (1.2.0) 72 capistrano-bundler (1.3.0)
56 capistrano (~> 3.1) 73 capistrano (~> 3.1)
57 sshkit (~> 1.2) 74 sshkit (~> 1.2)
58 capistrano-passenger (0.2.0) 75 capistrano-passenger (0.2.0)
59 capistrano (~> 3.0) 76 capistrano (~> 3.0)
60 capistrano-rails (1.2.3) 77 capistrano-rails (1.3.0)
61 capistrano (~> 3.1) 78 capistrano (~> 3.1)
62 capistrano-bundler (~> 1.1) 79 capistrano-bundler (~> 1.1)
63 capistrano-rvm (0.1.2) 80 capistrano-rvm (0.1.2)
64 capistrano (~> 3.0) 81 capistrano (~> 3.0)
65 sshkit (~> 1.2) 82 sshkit (~> 1.2)
66 capybara (2.14.3) 83 capybara (2.15.4)
67 addressable 84 addressable
68 mime-types (>= 1.16) 85 mini_mime (>= 0.1.3)
69 nokogiri (>= 1.3.3) 86 nokogiri (>= 1.3.3)
70 rack (>= 1.0.0) 87 rack (>= 1.0.0)
71 rack-test (>= 0.5.4) 88 rack-test (>= 0.5.4)
72 xpath (~> 2.0) 89 xpath (~> 2.0)
73 childprocess (0.7.0) 90 childprocess (0.8.0)
74 ffi (~> 1.0, >= 1.0.11) 91 ffi (~> 1.0, >= 1.0.11)
75 ckeditor (4.2.4) 92 ckeditor (4.2.4)
76 cocaine 93 cocaine
@@ -86,22 +103,25 @@ GEM
86 execjs 103 execjs
87 coffee-script-source (1.12.2) 104 coffee-script-source (1.12.2)
88 concurrent-ruby (1.0.5) 105 concurrent-ruby (1.0.5)
106 crass (1.0.2)
89 devise (4.3.0) 107 devise (4.3.0)
90 bcrypt (~> 3.0) 108 bcrypt (~> 3.0)
91 orm_adapter (~> 0.1) 109 orm_adapter (~> 0.1)
92 railties (>= 4.1.0, < 5.2) 110 railties (>= 4.1.0, < 5.2)
93 responders 111 responders
94 warden (~> 1.2.3) 112 warden (~> 1.2.3)
95 erubi (1.6.0) 113 enumerize (2.1.2)
114 activesupport (>= 3.2)
115 erubi (1.7.0)
96 execjs (2.7.0) 116 execjs (2.7.0)
97 ffi (1.9.18) 117 ffi (1.9.18)
98 globalid (0.4.0) 118 globalid (0.4.0)
99 activesupport (>= 4.2.0) 119 activesupport (>= 4.2.0)
100 haml (5.0.1) 120 haml (5.0.4)
101 temple (>= 0.8.0) 121 temple (>= 0.8.0)
102 tilt 122 tilt
103 highline (1.7.8) 123 highline (1.7.8)
104 i18n (0.8.4) 124 i18n (0.8.6)
105 jbuilder (2.7.0) 125 jbuilder (2.7.0)
106 activesupport (>= 4.2.0) 126 activesupport (>= 4.2.0)
107 multi_json (>= 1.2) 127 multi_json (>= 1.2)
@@ -109,30 +129,32 @@ GEM
109 rails-dom-testing (>= 1, < 3) 129 rails-dom-testing (>= 1, < 3)
110 railties (>= 4.2.0) 130 railties (>= 4.2.0)
111 thor (>= 0.14, < 2.0) 131 thor (>= 0.14, < 2.0)
112 libv8 (3.16.14.19-x86_64-darwin-16) 132 libv8 (3.16.14.19)
113 listen (3.1.5) 133 listen (3.1.5)
114 rb-fsevent (~> 0.9, >= 0.9.4) 134 rb-fsevent (~> 0.9, >= 0.9.4)
115 rb-inotify (~> 0.9, >= 0.9.7) 135 rb-inotify (~> 0.9, >= 0.9.7)
116 ruby_dep (~> 1.2) 136 ruby_dep (~> 1.2)
117 loofah (2.0.3) 137 loofah (2.1.1)
138 crass (~> 1.0.2)
118 nokogiri (>= 1.5.9) 139 nokogiri (>= 1.5.9)
119 mail (2.6.6) 140 mail (2.6.6)
120 mime-types (>= 1.16, < 4) 141 mime-types (>= 1.16, < 4)
121 method_source (0.8.2) 142 method_source (0.9.0)
122 mime-types (3.1) 143 mime-types (3.1)
123 mime-types-data (~> 3.2015) 144 mime-types-data (~> 3.2015)
124 mime-types-data (3.2016.0521) 145 mime-types-data (3.2016.0521)
125 mimemagic (0.3.2) 146 mimemagic (0.3.2)
126 mini_portile2 (2.2.0) 147 mini_mime (0.1.4)
127 minitest (5.10.2) 148 mini_portile2 (2.3.0)
128 multi_json (1.12.1) 149 minitest (5.10.3)
129 mysql2 (0.4.6) 150 multi_json (1.12.2)
151 mysql2 (0.4.9)
130 net-scp (1.2.1) 152 net-scp (1.2.1)
131 net-ssh (>= 2.6.5) 153 net-ssh (>= 2.6.5)
132 net-ssh (4.1.0) 154 net-ssh (4.2.0)
133 nio4r (2.1.0) 155 nio4r (2.1.0)
134 nokogiri (1.8.0) 156 nokogiri (1.8.1)
135 mini_portile2 (~> 2.2.0) 157 mini_portile2 (~> 2.3.0)
136 normalize-rails (4.1.1) 158 normalize-rails (4.1.1)
137 orm_adapter (0.5.0) 159 orm_adapter (0.5.0)
138 paperclip (5.1.0) 160 paperclip (5.1.0)
@@ -141,36 +163,36 @@ GEM
141 cocaine (~> 0.5.5) 163 cocaine (~> 0.5.5)
142 mime-types 164 mime-types
143 mimemagic (~> 0.3.0) 165 mimemagic (~> 0.3.0)
144 public_suffix (2.0.5) 166 public_suffix (3.0.0)
145 puma (3.9.1) 167 puma (3.10.0)
146 rack (2.0.3) 168 rack (2.0.3)
147 rack-test (0.6.3) 169 rack-test (0.7.0)
148 rack (>= 1.0) 170 rack (>= 1.0, < 3)
149 rails (5.1.1) 171 rails (5.1.4)
150 actioncable (= 5.1.1) 172 actioncable (= 5.1.4)
151 actionmailer (= 5.1.1) 173 actionmailer (= 5.1.4)
152 actionpack (= 5.1.1) 174 actionpack (= 5.1.4)
153 actionview (= 5.1.1) 175 actionview (= 5.1.4)
154 activejob (= 5.1.1) 176 activejob (= 5.1.4)
155 activemodel (= 5.1.1) 177 activemodel (= 5.1.4)
156 activerecord (= 5.1.1) 178 activerecord (= 5.1.4)
157 activesupport (= 5.1.1) 179 activesupport (= 5.1.4)
158 bundler (>= 1.3.0, < 2.0) 180 bundler (>= 1.3.0)
159 railties (= 5.1.1) 181 railties (= 5.1.4)
160 sprockets-rails (>= 2.0.0) 182 sprockets-rails (>= 2.0.0)
161 rails-dom-testing (2.0.3) 183 rails-dom-testing (2.0.3)
162 activesupport (>= 4.2.0) 184 activesupport (>= 4.2.0)
163 nokogiri (>= 1.6) 185 nokogiri (>= 1.6)
164 rails-html-sanitizer (1.0.3) 186 rails-html-sanitizer (1.0.3)
165 loofah (~> 2.0) 187 loofah (~> 2.0)
166 railties (5.1.1) 188 railties (5.1.4)
167 actionpack (= 5.1.1) 189 actionpack (= 5.1.4)
168 activesupport (= 5.1.1) 190 activesupport (= 5.1.4)
169 method_source 191 method_source
170 rake (>= 0.8.7) 192 rake (>= 0.8.7)
171 thor (>= 0.18.1, < 2.0) 193 thor (>= 0.18.1, < 2.0)
172 rake (12.0.0) 194 rake (12.1.0)
173 rb-fsevent (0.9.8) 195 rb-fsevent (0.10.2)
174 rb-inotify (0.9.10) 196 rb-inotify (0.9.10)
175 ffi (>= 0.5.0, < 2) 197 ffi (>= 0.5.0, < 2)
176 ref (2.0.0) 198 ref (2.0.0)
@@ -179,16 +201,23 @@ GEM
179 railties (>= 4.2.0, < 5.3) 201 railties (>= 4.2.0, < 5.3)
180 ruby_dep (1.5.0) 202 ruby_dep (1.5.0)
181 rubyzip (1.2.1) 203 rubyzip (1.2.1)
182 sass (3.4.24) 204 sass (3.5.2)
205 sass-listen (~> 4.0.0)
206 sass-listen (4.0.0)
207 rb-fsevent (~> 0.9, >= 0.9.4)
208 rb-inotify (~> 0.9, >= 0.9.7)
183 sass-rails (5.0.6) 209 sass-rails (5.0.6)
184 railties (>= 4.0.0, < 6) 210 railties (>= 4.0.0, < 6)
185 sass (~> 3.1) 211 sass (~> 3.1)
186 sprockets (>= 2.8, < 4.0) 212 sprockets (>= 2.8, < 4.0)
187 sprockets-rails (>= 2.0, < 4.0) 213 sprockets-rails (>= 2.0, < 4.0)
188 tilt (>= 1.1, < 3) 214 tilt (>= 1.1, < 3)
189 selenium-webdriver (3.4.3) 215 selenium-webdriver (3.6.0)
190 childprocess (~> 0.5) 216 childprocess (~> 0.5)
191 rubyzip (~> 1.0) 217 rubyzip (~> 1.0)
218 sequenced (3.1.1)
219 activerecord (>= 3.0)
220 activesupport (>= 3.0)
192 spring (2.0.2) 221 spring (2.0.2)
193 activesupport (>= 4.2) 222 activesupport (>= 4.2)
194 spring-watcher-listen (2.0.1) 223 spring-watcher-listen (2.0.1)
@@ -197,21 +226,21 @@ GEM
197 sprockets (3.7.1) 226 sprockets (3.7.1)
198 concurrent-ruby (~> 1.0) 227 concurrent-ruby (~> 1.0)
199 rack (> 1, < 3) 228 rack (> 1, < 3)
200 sprockets-rails (3.2.0) 229 sprockets-rails (3.2.1)
201 actionpack (>= 4.0) 230 actionpack (>= 4.0)
202 activesupport (>= 4.0) 231 activesupport (>= 4.0)
203 sprockets (>= 3.0.0) 232 sprockets (>= 3.0.0)
204 sqlite3 (1.3.13) 233 sqlite3 (1.3.13)
205 sshkit (1.13.1) 234 sshkit (1.14.0)
206 net-scp (>= 1.1.2) 235 net-scp (>= 1.1.2)
207 net-ssh (>= 2.8.0) 236 net-ssh (>= 2.8.0)
208 temple (0.8.0) 237 temple (0.8.0)
209 therubyracer (0.12.3) 238 therubyracer (0.12.3)
210 libv8 (~> 3.16.14.15) 239 libv8 (~> 3.16.14.15)
211 ref 240 ref
212 thor (0.19.4) 241 thor (0.20.0)
213 thread_safe (0.3.6) 242 thread_safe (0.3.6)
214 tilt (2.0.7) 243 tilt (2.0.8)
215 turbolinks (5.0.1) 244 turbolinks (5.0.1)
216 turbolinks-source (~> 5) 245 turbolinks-source (~> 5)
217 turbolinks-source (5.0.3) 246 turbolinks-source (5.0.3)
@@ -219,6 +248,7 @@ GEM
219 thread_safe (~> 0.1) 248 thread_safe (~> 0.1)
220 uglifier (3.2.0) 249 uglifier (3.2.0)
221 execjs (>= 0.3.0, < 3) 250 execjs (>= 0.3.0, < 3)
251 victor (0.2.1)
222 warden (1.2.7) 252 warden (1.2.7)
223 rack (>= 1.0) 253 rack (>= 1.0)
224 web-console (3.5.1) 254 web-console (3.5.1)
@@ -254,8 +284,9 @@ DEPENDENCIES
254 mysql2 284 mysql2
255 normalize-rails 285 normalize-rails
256 paperclip 286 paperclip
287 pokeviewer!
257 puma (~> 3.7) 288 puma (~> 3.7)
258 rails (~> 5.1.1) 289 rails (~> 5.1.4)
259 sass-rails (~> 5.0) 290 sass-rails (~> 5.0)
260 selenium-webdriver 291 selenium-webdriver
261 spring 292 spring