|
@@ -1,51 +1,52 @@
|
1
|
1
|
GEM
|
2
|
2
|
remote: https://rubygems.org/
|
3
|
3
|
specs:
|
4
|
|
- actioncable (5.0.0.1)
|
5
|
|
- actionpack (= 5.0.0.1)
|
6
|
|
- nio4r (~> 1.2)
|
|
4
|
+ actioncable (5.0.2)
|
|
5
|
+ actionpack (= 5.0.2)
|
|
6
|
+ nio4r (>= 1.2, < 3.0)
|
7
|
7
|
websocket-driver (~> 0.6.1)
|
8
|
|
- actionmailer (5.0.0.1)
|
9
|
|
- actionpack (= 5.0.0.1)
|
10
|
|
- actionview (= 5.0.0.1)
|
11
|
|
- activejob (= 5.0.0.1)
|
|
8
|
+ actionmailer (5.0.2)
|
|
9
|
+ actionpack (= 5.0.2)
|
|
10
|
+ actionview (= 5.0.2)
|
|
11
|
+ activejob (= 5.0.2)
|
12
|
12
|
mail (~> 2.5, >= 2.5.4)
|
13
|
13
|
rails-dom-testing (~> 2.0)
|
14
|
|
- actionpack (5.0.0.1)
|
15
|
|
- actionview (= 5.0.0.1)
|
16
|
|
- activesupport (= 5.0.0.1)
|
|
14
|
+ actionpack (5.0.2)
|
|
15
|
+ actionview (= 5.0.2)
|
|
16
|
+ activesupport (= 5.0.2)
|
17
|
17
|
rack (~> 2.0)
|
18
|
18
|
rack-test (~> 0.6.3)
|
19
|
19
|
rails-dom-testing (~> 2.0)
|
20
|
20
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
21
|
|
- actionview (5.0.0.1)
|
22
|
|
- activesupport (= 5.0.0.1)
|
|
21
|
+ actionview (5.0.2)
|
|
22
|
+ activesupport (= 5.0.2)
|
23
|
23
|
builder (~> 3.1)
|
24
|
24
|
erubis (~> 2.7.0)
|
25
|
25
|
rails-dom-testing (~> 2.0)
|
26
|
|
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
27
|
|
- activejob (5.0.0.1)
|
28
|
|
- activesupport (= 5.0.0.1)
|
|
26
|
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
|
27
|
+ activejob (5.0.2)
|
|
28
|
+ activesupport (= 5.0.2)
|
29
|
29
|
globalid (>= 0.3.6)
|
30
|
|
- activemodel (5.0.0.1)
|
31
|
|
- activesupport (= 5.0.0.1)
|
32
|
|
- activerecord (5.0.0.1)
|
33
|
|
- activemodel (= 5.0.0.1)
|
34
|
|
- activesupport (= 5.0.0.1)
|
|
30
|
+ activemodel (5.0.2)
|
|
31
|
+ activesupport (= 5.0.2)
|
|
32
|
+ activerecord (5.0.2)
|
|
33
|
+ activemodel (= 5.0.2)
|
|
34
|
+ activesupport (= 5.0.2)
|
35
|
35
|
arel (~> 7.0)
|
36
|
|
- activesupport (5.0.0.1)
|
|
36
|
+ activesupport (5.0.2)
|
37
|
37
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
38
|
38
|
i18n (~> 0.7)
|
39
|
39
|
minitest (~> 5.1)
|
40
|
40
|
tzinfo (~> 1.1)
|
41
|
41
|
arel (7.1.4)
|
42
|
|
- autoprefixer-rails (6.5.3.1)
|
|
42
|
+ autoprefixer-rails (6.7.7.2)
|
43
|
43
|
execjs
|
44
|
44
|
bcrypt (3.1.11)
|
|
45
|
+ bindex (0.5.0)
|
45
|
46
|
bootstrap-sass (3.3.7)
|
46
|
47
|
autoprefixer-rails (>= 5.2.1)
|
47
|
48
|
sass (>= 3.3.4)
|
48
|
|
- builder (3.2.2)
|
|
49
|
+ builder (3.2.3)
|
49
|
50
|
byebug (9.0.6)
|
50
|
51
|
coffee-rails (4.2.1)
|
51
|
52
|
coffee-script (>= 2.2.0)
|
|
@@ -53,33 +54,32 @@ GEM
|
53
|
54
|
coffee-script (2.4.1)
|
54
|
55
|
coffee-script-source
|
55
|
56
|
execjs
|
56
|
|
- coffee-script-source (1.11.1)
|
57
|
|
- concurrent-ruby (1.0.2)
|
58
|
|
- debug_inspector (0.0.2)
|
59
|
|
- domain_name (0.5.20161129)
|
|
57
|
+ coffee-script-source (1.12.2)
|
|
58
|
+ concurrent-ruby (1.0.5)
|
|
59
|
+ domain_name (0.5.20170404)
|
60
|
60
|
unf (>= 0.0.5, < 1.0.0)
|
61
|
61
|
erubis (2.7.0)
|
62
|
62
|
execjs (2.7.0)
|
63
|
|
- faker (1.7.2)
|
|
63
|
+ faker (1.7.3)
|
64
|
64
|
i18n (~> 0.5)
|
65
|
|
- ffi (1.9.14)
|
|
65
|
+ ffi (1.9.18)
|
66
|
66
|
font-awesome-sass (4.7.0)
|
67
|
67
|
sass (>= 3.2)
|
68
|
|
- globalid (0.3.7)
|
69
|
|
- activesupport (>= 4.1.0)
|
|
68
|
+ globalid (0.4.0)
|
|
69
|
+ activesupport (>= 4.2.0)
|
70
|
70
|
haml (4.0.7)
|
71
|
71
|
tilt
|
72
|
72
|
http-cookie (1.0.3)
|
73
|
73
|
domain_name (~> 0.5)
|
74
|
|
- i18n (0.7.0)
|
75
|
|
- jbuilder (2.6.1)
|
76
|
|
- activesupport (>= 3.0.0, < 5.1)
|
|
74
|
+ i18n (0.8.1)
|
|
75
|
+ jbuilder (2.6.3)
|
|
76
|
+ activesupport (>= 3.0.0, < 5.2)
|
77
|
77
|
multi_json (~> 1.2)
|
78
|
|
- jquery-rails (4.2.1)
|
|
78
|
+ jquery-rails (4.3.1)
|
79
|
79
|
rails-dom-testing (>= 1, < 3)
|
80
|
80
|
railties (>= 4.2.0)
|
81
|
81
|
thor (>= 0.14, < 2.0)
|
82
|
|
- json (2.0.3)
|
|
82
|
+ json (2.0.4)
|
83
|
83
|
listen (3.0.8)
|
84
|
84
|
rb-fsevent (~> 0.9, >= 0.9.4)
|
85
|
85
|
rb-inotify (~> 0.9, >= 0.9.7)
|
|
@@ -99,88 +99,88 @@ GEM
|
99
|
99
|
minitest (5.10.1)
|
100
|
100
|
multi_json (1.12.1)
|
101
|
101
|
netrc (0.11.0)
|
102
|
|
- nio4r (1.2.1)
|
103
|
|
- nokogiri (1.6.8.1)
|
|
102
|
+ nio4r (2.0.0)
|
|
103
|
+ nokogiri (1.7.1)
|
104
|
104
|
mini_portile2 (~> 2.1.0)
|
105
|
|
- puma (3.6.2)
|
|
105
|
+ puma (3.8.2)
|
106
|
106
|
rack (2.0.1)
|
107
|
107
|
rack-test (0.6.3)
|
108
|
108
|
rack (>= 1.0)
|
109
|
|
- rails (5.0.0.1)
|
110
|
|
- actioncable (= 5.0.0.1)
|
111
|
|
- actionmailer (= 5.0.0.1)
|
112
|
|
- actionpack (= 5.0.0.1)
|
113
|
|
- actionview (= 5.0.0.1)
|
114
|
|
- activejob (= 5.0.0.1)
|
115
|
|
- activemodel (= 5.0.0.1)
|
116
|
|
- activerecord (= 5.0.0.1)
|
117
|
|
- activesupport (= 5.0.0.1)
|
|
109
|
+ rails (5.0.2)
|
|
110
|
+ actioncable (= 5.0.2)
|
|
111
|
+ actionmailer (= 5.0.2)
|
|
112
|
+ actionpack (= 5.0.2)
|
|
113
|
+ actionview (= 5.0.2)
|
|
114
|
+ activejob (= 5.0.2)
|
|
115
|
+ activemodel (= 5.0.2)
|
|
116
|
+ activerecord (= 5.0.2)
|
|
117
|
+ activesupport (= 5.0.2)
|
118
|
118
|
bundler (>= 1.3.0, < 2.0)
|
119
|
|
- railties (= 5.0.0.1)
|
|
119
|
+ railties (= 5.0.2)
|
120
|
120
|
sprockets-rails (>= 2.0.0)
|
121
|
|
- rails-dom-testing (2.0.1)
|
|
121
|
+ rails-dom-testing (2.0.2)
|
122
|
122
|
activesupport (>= 4.2.0, < 6.0)
|
123
|
|
- nokogiri (~> 1.6.0)
|
|
123
|
+ nokogiri (~> 1.6)
|
124
|
124
|
rails-html-sanitizer (1.0.3)
|
125
|
125
|
loofah (~> 2.0)
|
126
|
|
- railties (5.0.0.1)
|
127
|
|
- actionpack (= 5.0.0.1)
|
128
|
|
- activesupport (= 5.0.0.1)
|
|
126
|
+ railties (5.0.2)
|
|
127
|
+ actionpack (= 5.0.2)
|
|
128
|
+ activesupport (= 5.0.2)
|
129
|
129
|
method_source
|
130
|
130
|
rake (>= 0.8.7)
|
131
|
131
|
thor (>= 0.18.1, < 2.0)
|
132
|
132
|
rake (12.0.0)
|
133
|
133
|
rb-fsevent (0.9.8)
|
134
|
|
- rb-inotify (0.9.7)
|
|
134
|
+ rb-inotify (0.9.8)
|
135
|
135
|
ffi (>= 0.5.0)
|
136
|
136
|
rest-client (2.0.1)
|
137
|
137
|
http-cookie (>= 1.0.2, < 2.0)
|
138
|
138
|
mime-types (>= 1.16, < 4.0)
|
139
|
139
|
netrc (~> 0.8)
|
140
|
|
- sass (3.4.22)
|
|
140
|
+ sass (3.4.23)
|
141
|
141
|
sass-rails (5.0.6)
|
142
|
142
|
railties (>= 4.0.0, < 6)
|
143
|
143
|
sass (~> 3.1)
|
144
|
144
|
sprockets (>= 2.8, < 4.0)
|
145
|
145
|
sprockets-rails (>= 2.0, < 4.0)
|
146
|
146
|
tilt (>= 1.1, < 3)
|
147
|
|
- spring (2.0.0)
|
|
147
|
+ spring (2.0.1)
|
148
|
148
|
activesupport (>= 4.2)
|
149
|
149
|
spring-watcher-listen (2.0.1)
|
150
|
150
|
listen (>= 2.7, < 4.0)
|
151
|
151
|
spring (>= 1.2, < 3.0)
|
152
|
|
- sprockets (3.7.0)
|
|
152
|
+ sprockets (3.7.1)
|
153
|
153
|
concurrent-ruby (~> 1.0)
|
154
|
154
|
rack (> 1, < 3)
|
155
|
155
|
sprockets-rails (3.2.0)
|
156
|
156
|
actionpack (>= 4.0)
|
157
|
157
|
activesupport (>= 4.0)
|
158
|
158
|
sprockets (>= 3.0.0)
|
159
|
|
- sqlite3 (1.3.12)
|
|
159
|
+ sqlite3 (1.3.13)
|
160
|
160
|
thor (0.19.4)
|
161
|
|
- thread_safe (0.3.5)
|
162
|
|
- tilt (2.0.5)
|
|
161
|
+ thread_safe (0.3.6)
|
|
162
|
+ tilt (2.0.7)
|
163
|
163
|
turbolinks (5.0.1)
|
164
|
164
|
turbolinks-source (~> 5)
|
165
|
165
|
turbolinks-source (5.0.0)
|
166
|
|
- tzinfo (1.2.2)
|
|
166
|
+ tzinfo (1.2.3)
|
167
|
167
|
thread_safe (~> 0.1)
|
168
|
|
- uglifier (3.0.4)
|
|
168
|
+ uglifier (3.2.0)
|
169
|
169
|
execjs (>= 0.3.0, < 3)
|
170
|
170
|
unf (0.1.4)
|
171
|
171
|
unf_ext
|
172
|
|
- unf_ext (0.0.7.2)
|
173
|
|
- web-console (3.4.0)
|
|
172
|
+ unf_ext (0.0.7.3)
|
|
173
|
+ web-console (3.5.0)
|
174
|
174
|
actionview (>= 5.0)
|
175
|
175
|
activemodel (>= 5.0)
|
176
|
|
- debug_inspector
|
|
176
|
+ bindex (>= 0.4.0)
|
177
|
177
|
railties (>= 5.0)
|
178
|
|
- websocket-driver (0.6.4)
|
|
178
|
+ websocket-driver (0.6.5)
|
179
|
179
|
websocket-extensions (>= 0.1.0)
|
180
|
180
|
websocket-extensions (0.1.2)
|
181
|
181
|
x-editable-rails (1.5.5)
|
182
|
182
|
railties
|
183
|
|
- yard (0.9.5)
|
|
183
|
+ yard (0.9.8)
|
184
|
184
|
|
185
|
185
|
PLATFORMS
|
186
|
186
|
ruby
|