fat_free_crm 0.18.1 → 0.18.2

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of fat_free_crm might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bb89ae97ee3b23e349affe50ca12d56cda21689f8bb317c7b877a48bd8fe4258
4
- data.tar.gz: e548f576324a2c75e7daa6fd12997880ef295a82b353a500542c33f6ac064a78
3
+ metadata.gz: be99b1f95338b9b103c9f07cb7f81420fe6fda84a3dcd1bf98670041b20fbbae
4
+ data.tar.gz: 33f81c08dc06d2f2b620f653b766a15068698f01e5a11c7e2832d453680512fc
5
5
  SHA512:
6
- metadata.gz: 663ff8b5e566c482cc8f9e05b4b89ed04f9567df1409593ac6de0d99305029583f1943bcf9dd616b5a00cd16ca533c1f04a421535a773db57cabfa1b3ee778a2
7
- data.tar.gz: 3f95330ec40b1dbb86d25c19d3ab66f9303115668318e9a074f95e05600a448b75810d751e83acd41c827b92476c2a6f413c9843bef44e4a1f7669d3067caf25
6
+ metadata.gz: 3921b7cf87bd7fb29ab36baa164a2149f1ca2a3f2fe55f9408de79e292bd0987b5667fdcc39bb21b6aac7b5c3c94129c380068703d1b54112790b9c9c8af7562
7
+ data.tar.gz: 677116c75f3840e73bfcfa778836cdb2c6a205b4f087f9f81fa4a536ef329a9e92f584c01ae48b0b50dd1f8ca1cd5e7423d996370936afc2d2a3bdbdcee3b40e
data/CHANGELOG.md CHANGED
@@ -4,6 +4,28 @@ It does not matter how slowly you go as long as you do not stop.
4
4
  First they ignore you, then they laugh at you, then they fight you,
5
5
  then you win. –- Mahatma Gandhi
6
6
 
7
+ Sat Apr 7, 2021 (0.18.2)
8
+ ---------------------------------------------------------------------
9
+
10
+ #### Security fixes
11
+ CVE-2018-1000544
12
+ CVE-2019-16892
13
+ CVE-2018-16470
14
+ CVE-2018-16471
15
+ CVE-2018-3760
16
+ CVE-2018-8048
17
+ CVE-2019-11068
18
+ CVE-2019-5477
19
+ CVE-2018-14404
20
+ CVE-2018-1000201
21
+ CVE-2018-16476
22
+ CVE-2019-5418
23
+ CVE-2019-5419
24
+ CVE-2019-15587
25
+ CVE-2018-16468
26
+ CVE-2019-16676
27
+
28
+
7
29
  Sat Oct 27, 2018 (0.18.1)
8
30
  ---------------------------------------------------------------------
9
31
 
data/Gemfile.lock CHANGED
@@ -1,43 +1,43 @@
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.1.7)
5
+ actionpack (= 5.1.7)
6
6
  nio4r (~> 2.0)
7
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)
8
+ actionmailer (5.1.7)
9
+ actionpack (= 5.1.7)
10
+ actionview (= 5.1.7)
11
+ activejob (= 5.1.7)
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.1.7)
15
+ actionview (= 5.1.7)
16
+ activesupport (= 5.1.7)
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.1.7)
22
+ activesupport (= 5.1.7)
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.1.7)
28
+ activesupport (= 5.1.7)
29
29
  globalid (>= 0.3.6)
30
- activemodel (5.1.6)
31
- activesupport (= 5.1.6)
30
+ activemodel (5.1.7)
31
+ activesupport (= 5.1.7)
32
32
  activemodel-serializers-xml (1.0.2)
33
33
  activemodel (> 5.x)
34
34
  activesupport (> 5.x)
35
35
  builder (~> 3.1)
36
- activerecord (5.1.6)
37
- activemodel (= 5.1.6)
38
- activesupport (= 5.1.6)
36
+ activerecord (5.1.7)
37
+ activemodel (= 5.1.7)
38
+ activesupport (= 5.1.7)
39
39
  arel (~> 8.0)
40
- activesupport (5.1.6)
40
+ activesupport (5.1.7)
41
41
  concurrent-ruby (~> 1.0, >= 1.0.2)
42
42
  i18n (>= 0.7, < 2)
43
43
  minitest (~> 5.1)
@@ -107,7 +107,7 @@ GEM
107
107
  coffee-script-source
108
108
  execjs
109
109
  coffee-script-source (1.12.2)
110
- concurrent-ruby (1.0.5)
110
+ concurrent-ruby (1.1.5)
111
111
  countries (2.1.4)
112
112
  i18n_data (~> 0.8.0)
113
113
  money (~> 6.9)
@@ -116,14 +116,14 @@ GEM
116
116
  country_select (3.1.1)
117
117
  countries (~> 2.0)
118
118
  sort_alphabetical (~> 1.0)
119
- crass (1.0.4)
119
+ crass (1.0.5)
120
120
  css_parser (1.6.0)
121
121
  addressable
122
122
  database_cleaner (1.6.2)
123
123
  diff-lcs (1.3)
124
124
  dynamic_form (1.1.4)
125
125
  email_reply_parser_ffcrm (0.5.0)
126
- erubi (1.7.1)
126
+ erubi (1.9.0)
127
127
  execjs (2.7.0)
128
128
  factory_bot (4.8.2)
129
129
  activesupport (>= 3.0.0)
@@ -131,14 +131,14 @@ GEM
131
131
  factory_bot (~> 4.8.2)
132
132
  railties (>= 3.0.0)
133
133
  ffaker (2.8.1)
134
- ffi (1.9.23)
134
+ ffi (1.11.1)
135
135
  ffi-compiler (1.0.1)
136
136
  ffi (>= 1.0.0)
137
137
  rake
138
138
  font-awesome-rails (4.7.0.3)
139
139
  railties (>= 3.2, < 5.2)
140
140
  formatador (0.2.5)
141
- globalid (0.4.1)
141
+ globalid (0.4.2)
142
142
  activesupport (>= 4.2.0)
143
143
  guard (2.14.2)
144
144
  formatador (>= 0.2.4)
@@ -178,20 +178,20 @@ GEM
178
178
  rb-fsevent (~> 0.9, >= 0.9.4)
179
179
  rb-inotify (~> 0.9, >= 0.9.7)
180
180
  ruby_dep (~> 1.2)
181
- loofah (2.2.2)
181
+ loofah (2.3.1)
182
182
  crass (~> 1.0.2)
183
183
  nokogiri (>= 1.5.9)
184
184
  lumberjack (1.0.12)
185
- mail (2.7.0)
185
+ mail (2.7.1)
186
186
  mini_mime (>= 0.1.1)
187
- method_source (0.9.0)
187
+ method_source (0.9.2)
188
188
  mime-types (3.1)
189
189
  mime-types-data (~> 3.2015)
190
190
  mime-types-data (3.2016.0521)
191
191
  mimemagic (0.3.2)
192
- mini_mime (1.0.0)
193
- mini_portile2 (2.3.0)
194
- minitest (5.11.3)
192
+ mini_mime (1.0.2)
193
+ mini_portile2 (2.4.0)
194
+ minitest (5.13.0)
195
195
  money (6.10.1)
196
196
  i18n (>= 0.6.4, < 1.0)
197
197
  msgpack (1.2.2)
@@ -199,9 +199,9 @@ GEM
199
199
  net-scp (1.2.1)
200
200
  net-ssh (>= 2.6.5)
201
201
  net-ssh (4.2.0)
202
- nio4r (2.3.0)
203
- nokogiri (1.8.2)
204
- mini_portile2 (~> 2.3.0)
202
+ nio4r (2.5.2)
203
+ nokogiri (1.10.5)
204
+ mini_portile2 (~> 2.4.0)
205
205
  notiffany (0.1.1)
206
206
  nenv (~> 0.1)
207
207
  shellany (~> 0.0)
@@ -232,20 +232,20 @@ GEM
232
232
  pry (>= 0.10.4)
233
233
  public_suffix (3.0.2)
234
234
  puma (3.11.2)
235
- rack (2.0.4)
236
- rack-test (1.0.0)
235
+ rack (2.0.7)
236
+ rack-test (1.1.0)
237
237
  rack (>= 1.0, < 3)
238
- rails (5.1.6)
239
- actioncable (= 5.1.6)
240
- actionmailer (= 5.1.6)
241
- actionpack (= 5.1.6)
242
- actionview (= 5.1.6)
243
- activejob (= 5.1.6)
244
- activemodel (= 5.1.6)
245
- activerecord (= 5.1.6)
246
- activesupport (= 5.1.6)
238
+ rails (5.1.7)
239
+ actioncable (= 5.1.7)
240
+ actionmailer (= 5.1.7)
241
+ actionpack (= 5.1.7)
242
+ actionview (= 5.1.7)
243
+ activejob (= 5.1.7)
244
+ activemodel (= 5.1.7)
245
+ activerecord (= 5.1.7)
246
+ activesupport (= 5.1.7)
247
247
  bundler (>= 1.3.0)
248
- railties (= 5.1.6)
248
+ railties (= 5.1.7)
249
249
  sprockets-rails (>= 2.0.0)
250
250
  rails-controller-testing (1.0.2)
251
251
  actionpack (~> 5.x, >= 5.0.1)
@@ -254,8 +254,8 @@ GEM
254
254
  rails-dom-testing (2.0.3)
255
255
  activesupport (>= 4.2.0)
256
256
  nokogiri (>= 1.6)
257
- rails-html-sanitizer (1.0.4)
258
- loofah (~> 2.2, >= 2.2.2)
257
+ rails-html-sanitizer (1.3.0)
258
+ loofah (~> 2.3)
259
259
  rails-i18n (5.1.0)
260
260
  i18n (>= 0.7, < 2)
261
261
  railties (>= 5.0, < 6)
@@ -270,14 +270,14 @@ GEM
270
270
  rails (> 3.1)
271
271
  rails_serve_static_assets (0.0.5)
272
272
  rails_stdout_logging (0.0.5)
273
- railties (5.1.6)
274
- actionpack (= 5.1.6)
275
- activesupport (= 5.1.6)
273
+ railties (5.1.7)
274
+ actionpack (= 5.1.7)
275
+ activesupport (= 5.1.7)
276
276
  method_source
277
277
  rake (>= 0.8.7)
278
278
  thor (>= 0.18.1, < 2.0)
279
279
  rainbow (3.0.0)
280
- rake (12.3.1)
280
+ rake (13.0.0)
281
281
  ransack (1.8.7)
282
282
  actionpack (>= 3.0)
283
283
  activerecord (>= 3.0)
@@ -335,7 +335,7 @@ GEM
335
335
  unicode-display_width (~> 1.0, >= 1.0.1)
336
336
  ruby-progressbar (1.9.0)
337
337
  ruby_dep (1.5.0)
338
- rubyzip (1.2.1)
338
+ rubyzip (1.3.0)
339
339
  sass (3.5.5)
340
340
  sass-listen (~> 4.0.0)
341
341
  sass-listen (4.0.0)
@@ -355,13 +355,13 @@ GEM
355
355
  childprocess (~> 0.5)
356
356
  rubyzip (~> 1.2)
357
357
  shellany (0.0.1)
358
- simple_form (3.5.1)
359
- actionpack (> 4, < 5.2)
360
- activemodel (> 4, < 5.2)
358
+ simple_form (5.0.1)
359
+ actionpack (>= 5.0)
360
+ activemodel (>= 5.0)
361
361
  sixarm_ruby_unaccent (1.2.0)
362
362
  sort_alphabetical (1.1.0)
363
363
  unicode_utils (>= 1.2.2)
364
- sprockets (3.7.1)
364
+ sprockets (3.7.2)
365
365
  concurrent-ruby (~> 1.0)
366
366
  rack (> 1, < 3)
367
367
  sprockets-rails (3.2.1)
@@ -376,7 +376,7 @@ GEM
376
376
  therubyracer (0.12.3)
377
377
  libv8 (~> 3.16.14.15)
378
378
  ref
379
- thor (0.20.0)
379
+ thor (0.20.3)
380
380
  thread_safe (0.3.6)
381
381
  tilt (2.0.8)
382
382
  timecop (0.9.1)
@@ -388,7 +388,7 @@ GEM
388
388
  unicode_utils (1.4.0)
389
389
  websocket-driver (0.6.5)
390
390
  websocket-extensions (>= 0.1.0)
391
- websocket-extensions (0.1.3)
391
+ websocket-extensions (0.1.4)
392
392
  will_paginate (3.1.6)
393
393
  xpath (3.0.0)
394
394
  nokogiri (~> 1.8)
@@ -474,4 +474,4 @@ DEPENDENCIES
474
474
  zeus
475
475
 
476
476
  BUNDLED WITH
477
- 1.16.1
477
+ 1.17.1
@@ -9,7 +9,7 @@ module FatFreeCRM
9
9
  module VERSION #:nodoc:
10
10
  MAJOR = 0
11
11
  MINOR = 18
12
- TINY = 1
12
+ TINY = 2
13
13
  PRE = nil
14
14
 
15
15
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fat_free_crm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.18.1
4
+ version: 0.18.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Dvorkin
@@ -12,7 +12,7 @@ authors:
12
12
  autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
- date: 2018-10-27 00:00:00.000000000 Z
15
+ date: 2021-04-07 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: rails
@@ -1582,7 +1582,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
1582
1582
  version: '0'
1583
1583
  requirements: []
1584
1584
  rubyforge_project:
1585
- rubygems_version: 2.7.3
1585
+ rubygems_version: 2.7.6
1586
1586
  signing_key:
1587
1587
  specification_version: 4
1588
1588
  summary: Fat Free CRM