rails_pallet 2.3.1 → 2.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: aea05ada03078e786cfeca3d7cc34dbb0794d968d549277b87865d74a0021d95
4
- data.tar.gz: a4575bb3a98de1fb7f450f77bfae3b6f4cfc7eaa80a357bfe3c87d62e39b85f2
3
+ metadata.gz: fb0c510218a8283093a07f3b03a10d651a79b7dd1c00ed857fd6adbcb53948fb
4
+ data.tar.gz: f4a748ec083c11fec08a340dab7345b5e36c29390e71deeacf14a2dc29dca97d
5
5
  SHA512:
6
- metadata.gz: 8fb503492d0eb94acf3ac9866b39d102ef8b4c11e53ad1d9e0c90f0ce6de5a7e946e10b4fee08ac23875493f31449d7f7999e52a6e1fe9b5b24537f7f0a1f5f2
7
- data.tar.gz: c8003a91bab5308a8d683dff5fbaf950241e66631efd9e9cacf5312b4fb9144e47083124270cbac0a867f4bafe8903218397d687e45bfab085aae116d4051919
6
+ metadata.gz: ba47c4cb9a215343b9e982666d441c13c9fed737480f9169ed68bf1c97aed2f58fec5eb4caf3acbc4a2e9728a560f60a079e00e8a2776289dee3f3e71bfa3aa5
7
+ data.tar.gz: e1b5e9eba7218cf794830b3022c426fd21944eae5617f5d992035904a2a059c5cd45b5383f75f29f8abdef1ab53f0f20d4b4a03009db35786a7603caf9530dc8
@@ -2,6 +2,12 @@
2
2
  All notable changes to this project will be documented in this file.
3
3
  This project adheres to [Semantic Versioning](http://semver.org/).
4
4
 
5
+ ### v2.3.2
6
+
7
+ ##### Changed
8
+
9
+ * Update dependencies that had known security vulnerabilities
10
+
5
11
  ### v2.3.1
6
12
 
7
13
  ##### Changed
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rails_pallet (2.3.1)
4
+ rails_pallet (2.3.2)
5
5
  active_model_serializers (~> 0.9)
6
6
  hashids (~> 1.0, >= 1.0.2)
7
7
  paperclip
@@ -11,41 +11,41 @@ PATH
11
11
  GEM
12
12
  remote: https://rubygems.org/
13
13
  specs:
14
- actionmailer (4.2.10)
15
- actionpack (= 4.2.10)
16
- actionview (= 4.2.10)
17
- activejob (= 4.2.10)
14
+ actionmailer (4.2.11)
15
+ actionpack (= 4.2.11)
16
+ actionview (= 4.2.11)
17
+ activejob (= 4.2.11)
18
18
  mail (~> 2.5, >= 2.5.4)
19
19
  rails-dom-testing (~> 1.0, >= 1.0.5)
20
- actionpack (4.2.10)
21
- actionview (= 4.2.10)
22
- activesupport (= 4.2.10)
20
+ actionpack (4.2.11)
21
+ actionview (= 4.2.11)
22
+ activesupport (= 4.2.11)
23
23
  rack (~> 1.6)
24
24
  rack-test (~> 0.6.2)
25
25
  rails-dom-testing (~> 1.0, >= 1.0.5)
26
26
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
27
- actionview (4.2.10)
28
- activesupport (= 4.2.10)
27
+ actionview (4.2.11)
28
+ activesupport (= 4.2.11)
29
29
  builder (~> 3.1)
30
30
  erubis (~> 2.7.0)
31
31
  rails-dom-testing (~> 1.0, >= 1.0.5)
32
32
  rails-html-sanitizer (~> 1.0, >= 1.0.3)
33
- active_model_serializers (0.10.7)
33
+ active_model_serializers (0.10.8)
34
34
  actionpack (>= 4.1, < 6)
35
35
  activemodel (>= 4.1, < 6)
36
36
  case_transform (>= 0.2)
37
37
  jsonapi-renderer (>= 0.1.1.beta1, < 0.3)
38
- activejob (4.2.10)
39
- activesupport (= 4.2.10)
38
+ activejob (4.2.11)
39
+ activesupport (= 4.2.11)
40
40
  globalid (>= 0.3.0)
41
- activemodel (4.2.10)
42
- activesupport (= 4.2.10)
41
+ activemodel (4.2.11)
42
+ activesupport (= 4.2.11)
43
43
  builder (~> 3.1)
44
- activerecord (4.2.10)
45
- activemodel (= 4.2.10)
46
- activesupport (= 4.2.10)
44
+ activerecord (4.2.11)
45
+ activemodel (= 4.2.11)
46
+ activesupport (= 4.2.11)
47
47
  arel (~> 6.0)
48
- activesupport (4.2.10)
48
+ activesupport (4.2.11)
49
49
  i18n (~> 0.7)
50
50
  minitest (~> 5.1)
51
51
  thread_safe (~> 0.3, >= 0.3.4)
@@ -59,14 +59,14 @@ GEM
59
59
  activesupport
60
60
  climate_control (0.2.0)
61
61
  coderay (1.1.2)
62
- concurrent-ruby (1.0.5)
62
+ concurrent-ruby (1.1.3)
63
63
  coveralls (0.8.21)
64
64
  json (>= 1.8, < 3)
65
65
  simplecov (~> 0.14.1)
66
66
  term-ansicolor (~> 1.3)
67
67
  thor (~> 0.19.4)
68
68
  tins (~> 1.6)
69
- crass (1.0.3)
69
+ crass (1.0.4)
70
70
  diff-lcs (1.3)
71
71
  docile (1.1.5)
72
72
  erubis (2.7.0)
@@ -93,7 +93,7 @@ GEM
93
93
  guard (~> 2.1)
94
94
  guard-compat (~> 1.1)
95
95
  rspec (>= 2.99.0, < 4.0)
96
- hashids (1.0.4)
96
+ hashids (1.0.5)
97
97
  i18n (0.9.5)
98
98
  concurrent-ruby (~> 1.0)
99
99
  json (2.1.0)
@@ -102,27 +102,27 @@ GEM
102
102
  rb-fsevent (~> 0.9, >= 0.9.4)
103
103
  rb-inotify (~> 0.9, >= 0.9.7)
104
104
  ruby_dep (~> 1.2)
105
- loofah (2.2.2)
105
+ loofah (2.2.3)
106
106
  crass (~> 1.0.2)
107
107
  nokogiri (>= 1.5.9)
108
108
  lumberjack (1.0.12)
109
- mail (2.7.0)
109
+ mail (2.7.1)
110
110
  mini_mime (>= 0.1.1)
111
111
  method_source (0.9.0)
112
- mime-types (3.1)
112
+ mime-types (3.2.2)
113
113
  mime-types-data (~> 3.2015)
114
- mime-types-data (3.2016.0521)
114
+ mime-types-data (3.2018.0812)
115
115
  mimemagic (0.3.2)
116
- mini_mime (1.0.0)
116
+ mini_mime (1.0.1)
117
117
  mini_portile2 (2.3.0)
118
118
  minitest (5.11.3)
119
119
  nenv (0.3.0)
120
- nokogiri (1.8.2)
120
+ nokogiri (1.8.5)
121
121
  mini_portile2 (~> 2.3.0)
122
122
  notiffany (0.1.1)
123
123
  nenv (~> 0.1)
124
124
  shellany (~> 0.0)
125
- paperclip (6.0.0)
125
+ paperclip (6.1.0)
126
126
  activemodel (>= 4.2.0)
127
127
  activesupport (>= 4.2.0)
128
128
  mime-types
@@ -133,19 +133,19 @@ GEM
133
133
  method_source (~> 0.9.0)
134
134
  pry-rails (0.3.6)
135
135
  pry (>= 0.10.4)
136
- rack (1.6.9)
136
+ rack (1.6.11)
137
137
  rack-test (0.6.3)
138
138
  rack (>= 1.0)
139
- rails (4.2.10)
140
- actionmailer (= 4.2.10)
141
- actionpack (= 4.2.10)
142
- actionview (= 4.2.10)
143
- activejob (= 4.2.10)
144
- activemodel (= 4.2.10)
145
- activerecord (= 4.2.10)
146
- activesupport (= 4.2.10)
139
+ rails (4.2.11)
140
+ actionmailer (= 4.2.11)
141
+ actionpack (= 4.2.11)
142
+ actionview (= 4.2.11)
143
+ activejob (= 4.2.11)
144
+ activemodel (= 4.2.11)
145
+ activerecord (= 4.2.11)
146
+ activesupport (= 4.2.11)
147
147
  bundler (>= 1.3.0, < 2.0)
148
- railties (= 4.2.10)
148
+ railties (= 4.2.11)
149
149
  sprockets-rails
150
150
  rails-deprecated_sanitizer (1.0.3)
151
151
  activesupport (>= 4.2.0.alpha)
@@ -155,12 +155,12 @@ GEM
155
155
  rails-deprecated_sanitizer (>= 1.0.1)
156
156
  rails-html-sanitizer (1.0.4)
157
157
  loofah (~> 2.2, >= 2.2.2)
158
- railties (4.2.10)
159
- actionpack (= 4.2.10)
160
- activesupport (= 4.2.10)
158
+ railties (4.2.11)
159
+ actionpack (= 4.2.11)
160
+ activesupport (= 4.2.11)
161
161
  rake (>= 0.8.7)
162
162
  thor (>= 0.18.1, < 2.0)
163
- rake (12.3.1)
163
+ rake (12.3.2)
164
164
  rb-fsevent (0.10.3)
165
165
  rb-inotify (0.9.10)
166
166
  ffi (>= 0.5.0, < 2)
@@ -233,4 +233,4 @@ DEPENDENCIES
233
233
  sqlite3 (~> 1.3, >= 1.3.10)
234
234
 
235
235
  BUNDLED WITH
236
- 1.16.1
236
+ 1.16.6
@@ -1,3 +1,3 @@
1
1
  module RailsPallet
2
- VERSION = "2.3.1"
2
+ VERSION = "2.3.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_pallet
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.1
4
+ version: 2.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Leandro Segovia
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-07-11 00:00:00.000000000 Z
11
+ date: 2018-12-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: hashids
@@ -48,22 +48,22 @@ dependencies:
48
48
  name: responders
49
49
  requirement: !ruby/object:Gem::Requirement
50
50
  requirements:
51
- - - "~>"
52
- - !ruby/object:Gem::Version
53
- version: '2.1'
54
51
  - - ">="
55
52
  - !ruby/object:Gem::Version
56
53
  version: 2.1.0
54
+ - - "~>"
55
+ - !ruby/object:Gem::Version
56
+ version: '2.1'
57
57
  type: :runtime
58
58
  prerelease: false
59
59
  version_requirements: !ruby/object:Gem::Requirement
60
60
  requirements:
61
- - - "~>"
62
- - !ruby/object:Gem::Version
63
- version: '2.1'
64
61
  - - ">="
65
62
  - !ruby/object:Gem::Version
66
63
  version: 2.1.0
64
+ - - "~>"
65
+ - !ruby/object:Gem::Version
66
+ version: '2.1'
67
67
  - !ruby/object:Gem::Dependency
68
68
  name: rails
69
69
  requirement: !ruby/object:Gem::Requirement
@@ -158,22 +158,22 @@ dependencies:
158
158
  name: shoulda-matchers
159
159
  requirement: !ruby/object:Gem::Requirement
160
160
  requirements:
161
- - - "~>"
162
- - !ruby/object:Gem::Version
163
- version: '2.8'
164
161
  - - ">="
165
162
  - !ruby/object:Gem::Version
166
163
  version: 2.8.0
164
+ - - "~>"
165
+ - !ruby/object:Gem::Version
166
+ version: '2.8'
167
167
  type: :development
168
168
  prerelease: false
169
169
  version_requirements: !ruby/object:Gem::Requirement
170
170
  requirements:
171
- - - "~>"
172
- - !ruby/object:Gem::Version
173
- version: '2.8'
174
171
  - - ">="
175
172
  - !ruby/object:Gem::Version
176
173
  version: 2.8.0
174
+ - - "~>"
175
+ - !ruby/object:Gem::Version
176
+ version: '2.8'
177
177
  - !ruby/object:Gem::Dependency
178
178
  name: guard
179
179
  requirement: !ruby/object:Gem::Requirement
@@ -198,22 +198,22 @@ dependencies:
198
198
  name: guard-rspec
199
199
  requirement: !ruby/object:Gem::Requirement
200
200
  requirements:
201
- - - "~>"
202
- - !ruby/object:Gem::Version
203
- version: '4.5'
204
201
  - - ">="
205
202
  - !ruby/object:Gem::Version
206
203
  version: 4.5.0
204
+ - - "~>"
205
+ - !ruby/object:Gem::Version
206
+ version: '4.5'
207
207
  type: :development
208
208
  prerelease: false
209
209
  version_requirements: !ruby/object:Gem::Requirement
210
210
  requirements:
211
- - - "~>"
212
- - !ruby/object:Gem::Version
213
- version: '4.5'
214
211
  - - ">="
215
212
  - !ruby/object:Gem::Version
216
213
  version: 4.5.0
214
+ - - "~>"
215
+ - !ruby/object:Gem::Version
216
+ version: '4.5'
217
217
  - !ruby/object:Gem::Dependency
218
218
  name: annotate
219
219
  requirement: !ruby/object:Gem::Requirement
@@ -336,7 +336,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
336
336
  version: '0'
337
337
  requirements: []
338
338
  rubyforge_project:
339
- rubygems_version: 2.7.7
339
+ rubygems_version: 2.7.8
340
340
  signing_key:
341
341
  specification_version: 4
342
342
  summary: Rails engine to save paperclip attachments asynchronously