1
1
GEM
2
2
remote: https://rubygems.org/
3
3
specs:
4
- actioncable (5.1.6 )
5
- actionpack (= 5.1.6 )
4
+ actioncable (5.2.1 )
5
+ actionpack (= 5.2.1 )
6
6
nio4r (~> 2.0 )
7
- websocket-driver (~> 0.6.1 )
8
- actionmailer (5.1.6 )
9
- actionpack (= 5.1.6 )
10
- actionview (= 5.1.6 )
11
- activejob (= 5.1.6 )
7
+ websocket-driver (>= 0.6.1 )
8
+ actionmailer (5.2.1 )
9
+ actionpack (= 5.2.1 )
10
+ actionview (= 5.2.1 )
11
+ activejob (= 5.2.1 )
12
12
mail (~> 2.5 , >= 2.5.4 )
13
13
rails-dom-testing (~> 2.0 )
14
- actionpack (5.1.6 )
15
- actionview (= 5.1.6 )
16
- activesupport (= 5.1.6 )
14
+ actionpack (5.2.1 )
15
+ actionview (= 5.2.1 )
16
+ activesupport (= 5.2.1 )
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.1.6 )
22
- activesupport (= 5.1.6 )
21
+ actionview (5.2.1 )
22
+ activesupport (= 5.2.1 )
23
23
builder (~> 3.1 )
24
24
erubi (~> 1.4 )
25
25
rails-dom-testing (~> 2.0 )
26
26
rails-html-sanitizer (~> 1.0 , >= 1.0.3 )
27
- activejob (5.1.6 )
28
- activesupport (= 5.1.6 )
27
+ activejob (5.2.1 )
28
+ activesupport (= 5.2.1 )
29
29
globalid (>= 0.3.6 )
30
- activemodel (5.1.6 )
31
- activesupport (= 5.1.6 )
32
- activerecord (5.1.6 )
33
- activemodel (= 5.1.6 )
34
- activesupport (= 5.1.6 )
35
- arel (~> 8.0 )
36
- activesupport (5.1.6 )
30
+ activemodel (5.2.1 )
31
+ activesupport (= 5.2.1 )
32
+ activerecord (5.2.1 )
33
+ activemodel (= 5.2.1 )
34
+ activesupport (= 5.2.1 )
35
+ arel (>= 9.0 )
36
+ activestorage (5.2.1 )
37
+ actionpack (= 5.2.1 )
38
+ activerecord (= 5.2.1 )
39
+ marcel (~> 0.3.1 )
40
+ activesupport (5.2.1 )
37
41
concurrent-ruby (~> 1.0 , >= 1.0.2 )
38
42
i18n (>= 0.7 , < 2 )
39
43
minitest (~> 5.1 )
40
44
tzinfo (~> 1.1 )
41
45
addressable (2.5.2 )
42
46
public_suffix (>= 2.0.2 , < 4.0 )
43
- arel (8 .0.0 )
47
+ arel (9 .0.0 )
44
48
autoprefixer-rails (8.3.0 )
45
49
execjs
46
50
aws_cf_signer (0.1.3 )
75
79
coffee-script-source
76
80
execjs
77
81
coffee-script-source (1.12.2 )
78
- concurrent-ruby (1.0.5 )
82
+ concurrent-ruby (1.1.3 )
79
83
crass (1.0.4 )
80
84
devise (4.4.3 )
81
85
bcrypt (~> 3.0 )
97
101
hashie (3.5.7 )
98
102
http-cookie (1.0.3 )
99
103
domain_name (~> 0.5 )
100
- i18n (1.0 .1 )
104
+ i18n (1.1 .1 )
101
105
concurrent-ruby (~> 1.0 )
102
106
jbuilder (2.7.0 )
103
107
activesupport (>= 4.2.0 )
@@ -110,22 +114,25 @@ GEM
110
114
rb-fsevent (~> 0.9 , >= 0.9.4 )
111
115
rb-inotify (~> 0.9 , >= 0.9.7 )
112
116
ruby_dep (~> 1.2 )
113
- loofah (2.2.2 )
117
+ loofah (2.2.3 )
114
118
crass (~> 1.0.2 )
115
119
nokogiri (>= 1.5.9 )
116
- mail (2.7.0 )
120
+ mail (2.7.1 )
117
121
mini_mime (>= 0.1.1 )
118
- method_source (0.9.0 )
122
+ marcel (0.3.3 )
123
+ mimemagic (~> 0.3.2 )
124
+ method_source (0.9.2 )
119
125
mime-types (3.1 )
120
126
mime-types-data (~> 3.2015 )
121
127
mime-types-data (3.2016.0521 )
122
- mini_mime (1.0.0 )
128
+ mimemagic (0.3.2 )
129
+ mini_mime (1.0.1 )
123
130
mini_portile2 (2.3.0 )
124
131
minitest (5.11.3 )
125
132
multi_json (1.13.1 )
126
133
netrc (0.11.0 )
127
- nio4r (2.3.0 )
128
- nokogiri (1.8.2 )
134
+ nio4r (2.3.1 )
135
+ nokogiri (1.8.5 )
129
136
mini_portile2 (~> 2.3.0 )
130
137
oauth (0.5.4 )
131
138
omniauth (1.8.1 )
@@ -141,32 +148,33 @@ GEM
141
148
popper_js (1.12.9 )
142
149
public_suffix (3.0.2 )
143
150
puma (3.11.4 )
144
- rack (2.0.4 )
145
- rack-test (1.0 .0 )
151
+ rack (2.0.6 )
152
+ rack-test (1.1 .0 )
146
153
rack (>= 1.0 , < 3 )
147
- rails (5.1.6 )
148
- actioncable (= 5.1.6 )
149
- actionmailer (= 5.1.6 )
150
- actionpack (= 5.1.6 )
151
- actionview (= 5.1.6 )
152
- activejob (= 5.1.6 )
153
- activemodel (= 5.1.6 )
154
- activerecord (= 5.1.6 )
155
- activesupport (= 5.1.6 )
154
+ rails (5.2.1 )
155
+ actioncable (= 5.2.1 )
156
+ actionmailer (= 5.2.1 )
157
+ actionpack (= 5.2.1 )
158
+ actionview (= 5.2.1 )
159
+ activejob (= 5.2.1 )
160
+ activemodel (= 5.2.1 )
161
+ activerecord (= 5.2.1 )
162
+ activestorage (= 5.2.1 )
163
+ activesupport (= 5.2.1 )
156
164
bundler (>= 1.3.0 )
157
- railties (= 5.1.6 )
165
+ railties (= 5.2.1 )
158
166
sprockets-rails (>= 2.0.0 )
159
167
rails-dom-testing (2.0.3 )
160
168
activesupport (>= 4.2.0 )
161
169
nokogiri (>= 1.6 )
162
170
rails-html-sanitizer (1.0.4 )
163
171
loofah (~> 2.2 , >= 2.2.2 )
164
- railties (5.1.6 )
165
- actionpack (= 5.1.6 )
166
- activesupport (= 5.1.6 )
172
+ railties (5.2.1 )
173
+ actionpack (= 5.2.1 )
174
+ activesupport (= 5.2.1 )
167
175
method_source
168
176
rake (>= 0.8.7 )
169
- thor (>= 0.18.1 , < 2.0 )
177
+ thor (>= 0.19.0 , < 2.0 )
170
178
rake (12.3.1 )
171
179
rb-fsevent (0.10.3 )
172
180
rb-inotify (0.9.10 )
@@ -199,15 +207,15 @@ GEM
199
207
spring-watcher-listen (2.0.1 )
200
208
listen (>= 2.7 , < 4.0 )
201
209
spring (>= 1.2 , < 3.0 )
202
- sprockets (3.7.1 )
210
+ sprockets (3.7.2 )
203
211
concurrent-ruby (~> 1.0 )
204
212
rack (> 1 , < 3 )
205
213
sprockets-rails (3.2.1 )
206
214
actionpack (>= 4.0 )
207
215
activesupport (>= 4.0 )
208
216
sprockets (>= 3.0.0 )
209
217
sqlite3 (1.3.13 )
210
- thor (0.20.0 )
218
+ thor (0.20.3 )
211
219
thread_safe (0.3.6 )
212
220
tilt (2.0.8 )
213
221
toastr-rails (1.0.3 )
229
237
activemodel (>= 5.0 )
230
238
bindex (>= 0.4.0 )
231
239
railties (>= 5.0 )
232
- websocket-driver (0.6.5 )
240
+ websocket-driver (0.7.0 )
233
241
websocket-extensions (>= 0.1.0 )
234
242
websocket-extensions (0.1.3 )
235
243
will_paginate (3.1.6 )
@@ -257,7 +265,7 @@ DEPENDENCIES
257
265
omniauth (~> 1.6 )
258
266
omniauth-twitter
259
267
puma (~> 3.7 )
260
- rails (~> 5.1.4 )
268
+ rails (~> 5.2.1 )
261
269
sass-rails (~> 5.0 )
262
270
selenium-webdriver
263
271
spring
@@ -270,5 +278,8 @@ DEPENDENCIES
270
278
web-console (>= 3.3.0 )
271
279
will_paginate-bootstrap4
272
280
281
+ RUBY VERSION
282
+ ruby 2.5.3p105
283
+
273
284
BUNDLED WITH
274
- 1.16.2
285
+ 1.17.1
0 commit comments