machinist_redux 3.0.3 → 3.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,19 +4,19 @@ source "http://rubygems.org"
4
4
 
5
5
  ruby RUBY_VERSION
6
6
 
7
- gem "activerecord", "~> 5.0.3", group: :test, require: false
8
- gem 'sqlite3'
7
+ gem "sqlite3"
8
+ gem "activerecord", "~> 5.0.7", group: :test, require: false
9
9
 
10
10
  group :development do
11
- gem 'appraisal', require: false
12
- gem 'gem-release', require: false
13
- gem 'github_changelog_generator', require: false
14
- gem 'guard', require: false
15
- gem 'guard-rspec', require: false
16
- gem 'guard-rubocop', require: false
17
- gem 'guard-rubycritic', require: false
18
- gem 'rdoc', require: false
19
- gem 'rubocop-rspec', require: false
11
+ gem "appraisal", require: false
12
+ gem "gem-release", "> 1", require: false
13
+ gem "github_changelog_generator", require: false
14
+ gem "guard", require: false
15
+ gem "guard-rspec", require: false
16
+ gem "guard-rubocop", require: false
17
+ gem "guard-rubycritic", require: false
18
+ gem "rdoc", require: false
19
+ gem "rubocop-rspec", require: false
20
20
  end
21
21
 
22
22
  group :test do
@@ -1,74 +1,73 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- machinist_redux (3.0.2)
4
+ machinist_redux (3.0.4)
5
5
 
6
6
  GEM
7
7
  remote: http://rubygems.org/
8
8
  specs:
9
- activemodel (5.0.3)
10
- activesupport (= 5.0.3)
11
- activerecord (5.0.3)
12
- activemodel (= 5.0.3)
13
- activesupport (= 5.0.3)
9
+ activemodel (5.0.7)
10
+ activesupport (= 5.0.7)
11
+ activerecord (5.0.7)
12
+ activemodel (= 5.0.7)
13
+ activesupport (= 5.0.7)
14
14
  arel (~> 7.0)
15
- activesupport (5.0.3)
15
+ activesupport (5.0.7)
16
16
  concurrent-ruby (~> 1.0, >= 1.0.2)
17
- i18n (~> 0.7)
17
+ i18n (>= 0.7, < 2)
18
18
  minitest (~> 5.1)
19
19
  tzinfo (~> 1.1)
20
- addressable (2.5.1)
21
- public_suffix (~> 2.0, >= 2.0.2)
20
+ addressable (2.5.2)
21
+ public_suffix (>= 2.0.2, < 4.0)
22
22
  appraisal (2.2.0)
23
23
  bundler
24
24
  rake
25
25
  thor (>= 0.14.0)
26
26
  arel (7.1.4)
27
- ast (2.3.0)
27
+ ast (2.4.0)
28
28
  axiom-types (0.1.1)
29
29
  descendants_tracker (~> 0.0.4)
30
30
  ice_nine (~> 0.11.0)
31
31
  thread_safe (~> 0.3, >= 0.3.1)
32
- builder (3.2.3)
33
- codeclimate-engine-rb (0.4.0)
32
+ codeclimate-engine-rb (0.4.1)
34
33
  virtus (~> 1.0)
35
34
  codeclimate-test-reporter (1.0.7)
36
35
  simplecov
37
- coderay (1.1.1)
36
+ coderay (1.1.2)
38
37
  coercible (1.0.0)
39
38
  descendants_tracker (~> 0.0.1)
40
39
  concurrent-ruby (1.0.5)
41
- coveralls (0.8.21)
42
- json (>= 1.8, < 3)
43
- simplecov (~> 0.14.1)
44
- term-ansicolor (~> 1.3)
45
- thor (~> 0.19.4)
46
- tins (~> 1.6)
40
+ coveralls (0.7.2)
41
+ multi_json (~> 1.3)
42
+ rest-client (= 1.6.7)
43
+ simplecov (>= 0.7)
44
+ term-ansicolor (= 1.2.2)
45
+ thor (= 0.18.1)
47
46
  descendants_tracker (0.0.4)
48
47
  thread_safe (~> 0.3, >= 0.3.1)
49
48
  diff-lcs (1.3)
50
- docile (1.1.5)
49
+ docile (1.3.1)
51
50
  equalizer (0.0.11)
52
51
  erubis (2.7.0)
53
- faraday (0.12.1)
52
+ faraday (0.15.2)
54
53
  multipart-post (>= 1.2, < 3)
55
54
  faraday-http-cache (2.0.0)
56
55
  faraday (~> 0.8)
57
- ffi (1.9.18)
58
- flay (2.9.0)
56
+ ffi (1.9.23)
57
+ flay (2.12.0)
59
58
  erubis (~> 2.7.0)
60
59
  path_expander (~> 1.0)
61
60
  ruby_parser (~> 3.0)
62
61
  sexp_processor (~> 4.0)
63
- flog (4.6.1)
62
+ flog (4.6.2)
64
63
  path_expander (~> 1.0)
65
64
  ruby_parser (~> 3.1, > 3.1.0)
66
65
  sexp_processor (~> 4.8)
67
66
  formatador (0.2.5)
68
- fuubar (2.2.0)
67
+ fuubar (2.3.1)
69
68
  rspec-core (~> 3.0)
70
69
  ruby-progressbar (~> 1.4)
71
- gem-release (1.0.0)
70
+ gem-release (2.0.0.rc.3)
72
71
  github_changelog_generator (1.14.3)
73
72
  activesupport
74
73
  faraday-http-cache
@@ -77,10 +76,10 @@ GEM
77
76
  rainbow (>= 2.1)
78
77
  rake (>= 10.0)
79
78
  retriable (~> 2.1)
80
- guard (2.14.1)
79
+ guard (2.14.2)
81
80
  formatador (>= 0.2.4)
82
81
  listen (>= 2.7, < 4.0)
83
- lumberjack (~> 1.0)
82
+ lumberjack (>= 1.0.12, < 2.0)
84
83
  nenv (~> 0.1)
85
84
  notiffany (~> 0.0)
86
85
  pry (>= 0.9.12)
@@ -91,13 +90,14 @@ GEM
91
90
  guard (~> 2.1)
92
91
  guard-compat (~> 1.1)
93
92
  rspec (>= 2.99.0, < 4.0)
94
- guard-rubocop (1.2.0)
93
+ guard-rubocop (1.3.0)
95
94
  guard (~> 2.0)
96
95
  rubocop (~> 0.20)
97
96
  guard-rubycritic (2.9.3)
98
97
  guard (~> 2.6)
99
98
  rubycritic (>= 2.9.3)
100
- i18n (0.8.1)
99
+ i18n (1.0.1)
100
+ concurrent-ruby (~> 1.0)
101
101
  ice_nine (0.11.2)
102
102
  json (2.1.0)
103
103
  launchy (2.4.3)
@@ -106,95 +106,100 @@ GEM
106
106
  rb-fsevent (~> 0.9, >= 0.9.4)
107
107
  rb-inotify (~> 0.9, >= 0.9.7)
108
108
  ruby_dep (~> 1.2)
109
- lumberjack (1.0.12)
110
- method_source (0.8.2)
111
- minitest (5.10.2)
112
- multi_json (1.12.1)
109
+ lumberjack (1.0.13)
110
+ method_source (0.9.0)
111
+ mime-types (3.1)
112
+ mime-types-data (~> 3.2015)
113
+ mime-types-data (3.2016.0521)
114
+ minitest (5.11.3)
115
+ multi_json (1.13.1)
113
116
  multipart-post (2.0.0)
114
117
  nenv (0.3.0)
115
118
  notiffany (0.1.1)
116
119
  nenv (~> 0.1)
117
120
  shellany (~> 0.0)
118
- octokit (4.7.0)
121
+ octokit (4.9.0)
119
122
  sawyer (~> 0.8.0, >= 0.5.3)
120
- parser (2.4.0.0)
121
- ast (~> 2.2)
122
- path_expander (1.0.2)
123
+ parallel (1.12.1)
124
+ parser (2.5.1.0)
125
+ ast (~> 2.4.0)
126
+ path_expander (1.0.3)
123
127
  powerpack (0.1.1)
124
- pry (0.10.4)
128
+ pry (0.11.3)
125
129
  coderay (~> 1.1.0)
126
- method_source (~> 0.8.1)
127
- slop (~> 3.4)
128
- public_suffix (2.0.5)
129
- rainbow (2.2.2)
130
- rake
131
- rake (12.0.0)
132
- rb-fsevent (0.9.8)
133
- rb-inotify (0.9.8)
134
- ffi (>= 0.5.0)
135
- rdoc (5.1.0)
136
- reek (4.6.2)
130
+ method_source (~> 0.9.0)
131
+ public_suffix (3.0.2)
132
+ rainbow (3.0.0)
133
+ rake (12.3.1)
134
+ rb-fsevent (0.10.3)
135
+ rb-inotify (0.9.10)
136
+ ffi (>= 0.5.0, < 2)
137
+ rdoc (6.0.4)
138
+ reek (4.8.1)
137
139
  codeclimate-engine-rb (~> 0.4.0)
138
- parser (>= 2.4.0.0, < 2.5)
139
- rainbow (~> 2.0)
140
+ parser (>= 2.5.0.0, < 2.6)
141
+ rainbow (>= 2.0, < 4.0)
142
+ rest-client (1.6.7)
143
+ mime-types (>= 1.16)
140
144
  retriable (2.1.0)
141
- rspec (3.6.0)
142
- rspec-core (~> 3.6.0)
143
- rspec-expectations (~> 3.6.0)
144
- rspec-mocks (~> 3.6.0)
145
- rspec-core (3.6.0)
146
- rspec-support (~> 3.6.0)
147
- rspec-expectations (3.6.0)
145
+ rspec (3.7.0)
146
+ rspec-core (~> 3.7.0)
147
+ rspec-expectations (~> 3.7.0)
148
+ rspec-mocks (~> 3.7.0)
149
+ rspec-core (3.7.1)
150
+ rspec-support (~> 3.7.0)
151
+ rspec-expectations (3.7.0)
148
152
  diff-lcs (>= 1.2.0, < 2.0)
149
- rspec-support (~> 3.6.0)
150
- rspec-mocks (3.6.0)
153
+ rspec-support (~> 3.7.0)
154
+ rspec-mocks (3.7.0)
151
155
  diff-lcs (>= 1.2.0, < 2.0)
152
- rspec-support (~> 3.6.0)
153
- rspec-support (3.6.0)
154
- rspec_junit_formatter (0.2.3)
155
- builder (< 4)
156
+ rspec-support (~> 3.7.0)
157
+ rspec-support (3.7.1)
158
+ rspec_junit_formatter (0.4.0)
156
159
  rspec-core (>= 2, < 4, != 2.12.0)
157
- rubocop (0.48.1)
158
- parser (>= 2.3.3.1, < 3.0)
160
+ rubocop (0.56.0)
161
+ parallel (~> 1.10)
162
+ parser (>= 2.5)
159
163
  powerpack (~> 0.1)
160
- rainbow (>= 1.99.1, < 3.0)
164
+ rainbow (>= 2.2.2, < 4.0)
161
165
  ruby-progressbar (~> 1.7)
162
166
  unicode-display_width (~> 1.0, >= 1.0.1)
163
- rubocop-rspec (1.15.1)
164
- rubocop (>= 0.42.0)
165
- ruby-progressbar (1.8.1)
167
+ rubocop-rspec (1.25.1)
168
+ rubocop (>= 0.53.0)
169
+ ruby-progressbar (1.9.0)
166
170
  ruby_dep (1.5.0)
167
- ruby_parser (3.9.0)
168
- sexp_processor (~> 4.1)
169
- rubycritic (3.2.2)
171
+ ruby_parser (3.11.0)
172
+ sexp_processor (~> 4.9)
173
+ rubycritic (3.4.0)
170
174
  flay (~> 2.8)
171
175
  flog (~> 4.4)
172
176
  launchy (= 2.4.3)
173
- parser (~> 2.4.0)
174
- rainbow (~> 2.1)
177
+ parser (~> 2.5.0)
178
+ rainbow (~> 3.0)
175
179
  reek (~> 4.4)
176
180
  ruby_parser (~> 3.8)
181
+ tty-which (~> 0.3.0)
177
182
  virtus (~> 1.0)
178
183
  sawyer (0.8.1)
179
184
  addressable (>= 2.3.5, < 2.6)
180
185
  faraday (~> 0.8, < 1.0)
181
- sexp_processor (4.9.0)
186
+ sexp_processor (4.11.0)
182
187
  shellany (0.0.1)
183
- simplecov (0.14.1)
184
- docile (~> 1.1.0)
188
+ simplecov (0.16.1)
189
+ docile (~> 1.1)
185
190
  json (>= 1.8, < 3)
186
191
  simplecov-html (~> 0.10.0)
187
- simplecov-html (0.10.1)
188
- slop (3.6.0)
192
+ simplecov-html (0.10.2)
189
193
  sqlite3 (1.3.13)
190
- term-ansicolor (1.6.0)
191
- tins (~> 1.0)
192
- thor (0.19.4)
194
+ term-ansicolor (1.2.2)
195
+ tins (~> 0.8)
196
+ thor (0.18.1)
193
197
  thread_safe (0.3.6)
194
- tins (1.14.0)
195
- tzinfo (1.2.3)
198
+ tins (0.13.2)
199
+ tty-which (0.3.0)
200
+ tzinfo (1.2.5)
196
201
  thread_safe (~> 0.1)
197
- unicode-display_width (1.2.1)
202
+ unicode-display_width (1.3.3)
198
203
  virtus (1.0.5)
199
204
  axiom-types (~> 0.1)
200
205
  coercible (~> 1.0)
@@ -205,12 +210,12 @@ PLATFORMS
205
210
  ruby
206
211
 
207
212
  DEPENDENCIES
208
- activerecord (~> 5.0.3)
213
+ activerecord (~> 5.0.7)
209
214
  appraisal
210
215
  codeclimate-test-reporter
211
216
  coveralls
212
217
  fuubar
213
- gem-release
218
+ gem-release (> 1)
214
219
  github_changelog_generator
215
220
  guard
216
221
  guard-rspec
@@ -225,7 +230,7 @@ DEPENDENCIES
225
230
  sqlite3
226
231
 
227
232
  RUBY VERSION
228
- ruby 2.3.4p301
233
+ ruby 2.4.1p111
229
234
 
230
235
  BUNDLED WITH
231
- 1.14.6
236
+ 1.16.2
@@ -4,19 +4,19 @@ source "http://rubygems.org"
4
4
 
5
5
  ruby RUBY_VERSION
6
6
 
7
- gem "activerecord", "~> 5.1.1", group: :test, require: false
8
- gem 'sqlite3'
7
+ gem "sqlite3"
8
+ gem "activerecord", "~> 5.1.6", group: :test, require: false
9
9
 
10
10
  group :development do
11
- gem 'appraisal', require: false
12
- gem 'gem-release', require: false
13
- gem 'github_changelog_generator', require: false
14
- gem 'guard', require: false
15
- gem 'guard-rspec', require: false
16
- gem 'guard-rubocop', require: false
17
- gem 'guard-rubycritic', require: false
18
- gem 'rdoc', require: false
19
- gem 'rubocop-rspec', require: false
11
+ gem "appraisal", require: false
12
+ gem "gem-release", "> 1", require: false
13
+ gem "github_changelog_generator", require: false
14
+ gem "guard", require: false
15
+ gem "guard-rspec", require: false
16
+ gem "guard-rubocop", require: false
17
+ gem "guard-rubycritic", require: false
18
+ gem "rdoc", require: false
19
+ gem "rubocop-rspec", require: false
20
20
  end
21
21
 
22
22
  group :test do
@@ -1,74 +1,73 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- machinist_redux (3.0.2)
4
+ machinist_redux (3.0.4)
5
5
 
6
6
  GEM
7
7
  remote: http://rubygems.org/
8
8
  specs:
9
- activemodel (5.1.1)
10
- activesupport (= 5.1.1)
11
- activerecord (5.1.1)
12
- activemodel (= 5.1.1)
13
- activesupport (= 5.1.1)
9
+ activemodel (5.1.6)
10
+ activesupport (= 5.1.6)
11
+ activerecord (5.1.6)
12
+ activemodel (= 5.1.6)
13
+ activesupport (= 5.1.6)
14
14
  arel (~> 8.0)
15
- activesupport (5.1.1)
15
+ activesupport (5.1.6)
16
16
  concurrent-ruby (~> 1.0, >= 1.0.2)
17
- i18n (~> 0.7)
17
+ i18n (>= 0.7, < 2)
18
18
  minitest (~> 5.1)
19
19
  tzinfo (~> 1.1)
20
- addressable (2.5.1)
21
- public_suffix (~> 2.0, >= 2.0.2)
20
+ addressable (2.5.2)
21
+ public_suffix (>= 2.0.2, < 4.0)
22
22
  appraisal (2.2.0)
23
23
  bundler
24
24
  rake
25
25
  thor (>= 0.14.0)
26
26
  arel (8.0.0)
27
- ast (2.3.0)
27
+ ast (2.4.0)
28
28
  axiom-types (0.1.1)
29
29
  descendants_tracker (~> 0.0.4)
30
30
  ice_nine (~> 0.11.0)
31
31
  thread_safe (~> 0.3, >= 0.3.1)
32
- builder (3.2.3)
33
- codeclimate-engine-rb (0.4.0)
32
+ codeclimate-engine-rb (0.4.1)
34
33
  virtus (~> 1.0)
35
34
  codeclimate-test-reporter (1.0.7)
36
35
  simplecov
37
- coderay (1.1.1)
36
+ coderay (1.1.2)
38
37
  coercible (1.0.0)
39
38
  descendants_tracker (~> 0.0.1)
40
39
  concurrent-ruby (1.0.5)
41
- coveralls (0.8.21)
42
- json (>= 1.8, < 3)
43
- simplecov (~> 0.14.1)
44
- term-ansicolor (~> 1.3)
45
- thor (~> 0.19.4)
46
- tins (~> 1.6)
40
+ coveralls (0.7.2)
41
+ multi_json (~> 1.3)
42
+ rest-client (= 1.6.7)
43
+ simplecov (>= 0.7)
44
+ term-ansicolor (= 1.2.2)
45
+ thor (= 0.18.1)
47
46
  descendants_tracker (0.0.4)
48
47
  thread_safe (~> 0.3, >= 0.3.1)
49
48
  diff-lcs (1.3)
50
- docile (1.1.5)
49
+ docile (1.3.1)
51
50
  equalizer (0.0.11)
52
51
  erubis (2.7.0)
53
- faraday (0.12.1)
52
+ faraday (0.15.2)
54
53
  multipart-post (>= 1.2, < 3)
55
54
  faraday-http-cache (2.0.0)
56
55
  faraday (~> 0.8)
57
- ffi (1.9.18)
58
- flay (2.9.0)
56
+ ffi (1.9.23)
57
+ flay (2.12.0)
59
58
  erubis (~> 2.7.0)
60
59
  path_expander (~> 1.0)
61
60
  ruby_parser (~> 3.0)
62
61
  sexp_processor (~> 4.0)
63
- flog (4.6.1)
62
+ flog (4.6.2)
64
63
  path_expander (~> 1.0)
65
64
  ruby_parser (~> 3.1, > 3.1.0)
66
65
  sexp_processor (~> 4.8)
67
66
  formatador (0.2.5)
68
- fuubar (2.2.0)
67
+ fuubar (2.3.1)
69
68
  rspec-core (~> 3.0)
70
69
  ruby-progressbar (~> 1.4)
71
- gem-release (1.0.0)
70
+ gem-release (2.0.0.rc.3)
72
71
  github_changelog_generator (1.14.3)
73
72
  activesupport
74
73
  faraday-http-cache
@@ -77,10 +76,10 @@ GEM
77
76
  rainbow (>= 2.1)
78
77
  rake (>= 10.0)
79
78
  retriable (~> 2.1)
80
- guard (2.14.1)
79
+ guard (2.14.2)
81
80
  formatador (>= 0.2.4)
82
81
  listen (>= 2.7, < 4.0)
83
- lumberjack (~> 1.0)
82
+ lumberjack (>= 1.0.12, < 2.0)
84
83
  nenv (~> 0.1)
85
84
  notiffany (~> 0.0)
86
85
  pry (>= 0.9.12)
@@ -91,13 +90,14 @@ GEM
91
90
  guard (~> 2.1)
92
91
  guard-compat (~> 1.1)
93
92
  rspec (>= 2.99.0, < 4.0)
94
- guard-rubocop (1.2.0)
93
+ guard-rubocop (1.3.0)
95
94
  guard (~> 2.0)
96
95
  rubocop (~> 0.20)
97
96
  guard-rubycritic (2.9.3)
98
97
  guard (~> 2.6)
99
98
  rubycritic (>= 2.9.3)
100
- i18n (0.8.1)
99
+ i18n (1.0.1)
100
+ concurrent-ruby (~> 1.0)
101
101
  ice_nine (0.11.2)
102
102
  json (2.1.0)
103
103
  launchy (2.4.3)
@@ -106,95 +106,100 @@ GEM
106
106
  rb-fsevent (~> 0.9, >= 0.9.4)
107
107
  rb-inotify (~> 0.9, >= 0.9.7)
108
108
  ruby_dep (~> 1.2)
109
- lumberjack (1.0.12)
110
- method_source (0.8.2)
111
- minitest (5.10.2)
112
- multi_json (1.12.1)
109
+ lumberjack (1.0.13)
110
+ method_source (0.9.0)
111
+ mime-types (3.1)
112
+ mime-types-data (~> 3.2015)
113
+ mime-types-data (3.2016.0521)
114
+ minitest (5.11.3)
115
+ multi_json (1.13.1)
113
116
  multipart-post (2.0.0)
114
117
  nenv (0.3.0)
115
118
  notiffany (0.1.1)
116
119
  nenv (~> 0.1)
117
120
  shellany (~> 0.0)
118
- octokit (4.7.0)
121
+ octokit (4.9.0)
119
122
  sawyer (~> 0.8.0, >= 0.5.3)
120
- parser (2.4.0.0)
121
- ast (~> 2.2)
122
- path_expander (1.0.2)
123
+ parallel (1.12.1)
124
+ parser (2.5.1.0)
125
+ ast (~> 2.4.0)
126
+ path_expander (1.0.3)
123
127
  powerpack (0.1.1)
124
- pry (0.10.4)
128
+ pry (0.11.3)
125
129
  coderay (~> 1.1.0)
126
- method_source (~> 0.8.1)
127
- slop (~> 3.4)
128
- public_suffix (2.0.5)
129
- rainbow (2.2.2)
130
- rake
131
- rake (12.0.0)
132
- rb-fsevent (0.9.8)
133
- rb-inotify (0.9.8)
134
- ffi (>= 0.5.0)
135
- rdoc (5.1.0)
136
- reek (4.6.2)
130
+ method_source (~> 0.9.0)
131
+ public_suffix (3.0.2)
132
+ rainbow (3.0.0)
133
+ rake (12.3.1)
134
+ rb-fsevent (0.10.3)
135
+ rb-inotify (0.9.10)
136
+ ffi (>= 0.5.0, < 2)
137
+ rdoc (6.0.4)
138
+ reek (4.8.1)
137
139
  codeclimate-engine-rb (~> 0.4.0)
138
- parser (>= 2.4.0.0, < 2.5)
139
- rainbow (~> 2.0)
140
+ parser (>= 2.5.0.0, < 2.6)
141
+ rainbow (>= 2.0, < 4.0)
142
+ rest-client (1.6.7)
143
+ mime-types (>= 1.16)
140
144
  retriable (2.1.0)
141
- rspec (3.6.0)
142
- rspec-core (~> 3.6.0)
143
- rspec-expectations (~> 3.6.0)
144
- rspec-mocks (~> 3.6.0)
145
- rspec-core (3.6.0)
146
- rspec-support (~> 3.6.0)
147
- rspec-expectations (3.6.0)
145
+ rspec (3.7.0)
146
+ rspec-core (~> 3.7.0)
147
+ rspec-expectations (~> 3.7.0)
148
+ rspec-mocks (~> 3.7.0)
149
+ rspec-core (3.7.1)
150
+ rspec-support (~> 3.7.0)
151
+ rspec-expectations (3.7.0)
148
152
  diff-lcs (>= 1.2.0, < 2.0)
149
- rspec-support (~> 3.6.0)
150
- rspec-mocks (3.6.0)
153
+ rspec-support (~> 3.7.0)
154
+ rspec-mocks (3.7.0)
151
155
  diff-lcs (>= 1.2.0, < 2.0)
152
- rspec-support (~> 3.6.0)
153
- rspec-support (3.6.0)
154
- rspec_junit_formatter (0.2.3)
155
- builder (< 4)
156
+ rspec-support (~> 3.7.0)
157
+ rspec-support (3.7.1)
158
+ rspec_junit_formatter (0.4.0)
156
159
  rspec-core (>= 2, < 4, != 2.12.0)
157
- rubocop (0.48.1)
158
- parser (>= 2.3.3.1, < 3.0)
160
+ rubocop (0.56.0)
161
+ parallel (~> 1.10)
162
+ parser (>= 2.5)
159
163
  powerpack (~> 0.1)
160
- rainbow (>= 1.99.1, < 3.0)
164
+ rainbow (>= 2.2.2, < 4.0)
161
165
  ruby-progressbar (~> 1.7)
162
166
  unicode-display_width (~> 1.0, >= 1.0.1)
163
- rubocop-rspec (1.15.1)
164
- rubocop (>= 0.42.0)
165
- ruby-progressbar (1.8.1)
167
+ rubocop-rspec (1.25.1)
168
+ rubocop (>= 0.53.0)
169
+ ruby-progressbar (1.9.0)
166
170
  ruby_dep (1.5.0)
167
- ruby_parser (3.9.0)
168
- sexp_processor (~> 4.1)
169
- rubycritic (3.2.2)
171
+ ruby_parser (3.11.0)
172
+ sexp_processor (~> 4.9)
173
+ rubycritic (3.4.0)
170
174
  flay (~> 2.8)
171
175
  flog (~> 4.4)
172
176
  launchy (= 2.4.3)
173
- parser (~> 2.4.0)
174
- rainbow (~> 2.1)
177
+ parser (~> 2.5.0)
178
+ rainbow (~> 3.0)
175
179
  reek (~> 4.4)
176
180
  ruby_parser (~> 3.8)
181
+ tty-which (~> 0.3.0)
177
182
  virtus (~> 1.0)
178
183
  sawyer (0.8.1)
179
184
  addressable (>= 2.3.5, < 2.6)
180
185
  faraday (~> 0.8, < 1.0)
181
- sexp_processor (4.9.0)
186
+ sexp_processor (4.11.0)
182
187
  shellany (0.0.1)
183
- simplecov (0.14.1)
184
- docile (~> 1.1.0)
188
+ simplecov (0.16.1)
189
+ docile (~> 1.1)
185
190
  json (>= 1.8, < 3)
186
191
  simplecov-html (~> 0.10.0)
187
- simplecov-html (0.10.1)
188
- slop (3.6.0)
192
+ simplecov-html (0.10.2)
189
193
  sqlite3 (1.3.13)
190
- term-ansicolor (1.6.0)
191
- tins (~> 1.0)
192
- thor (0.19.4)
194
+ term-ansicolor (1.2.2)
195
+ tins (~> 0.8)
196
+ thor (0.18.1)
193
197
  thread_safe (0.3.6)
194
- tins (1.14.0)
195
- tzinfo (1.2.3)
198
+ tins (0.13.2)
199
+ tty-which (0.3.0)
200
+ tzinfo (1.2.5)
196
201
  thread_safe (~> 0.1)
197
- unicode-display_width (1.2.1)
202
+ unicode-display_width (1.3.3)
198
203
  virtus (1.0.5)
199
204
  axiom-types (~> 0.1)
200
205
  coercible (~> 1.0)
@@ -205,12 +210,12 @@ PLATFORMS
205
210
  ruby
206
211
 
207
212
  DEPENDENCIES
208
- activerecord (~> 5.1.1)
213
+ activerecord (~> 5.1.6)
209
214
  appraisal
210
215
  codeclimate-test-reporter
211
216
  coveralls
212
217
  fuubar
213
- gem-release
218
+ gem-release (> 1)
214
219
  github_changelog_generator
215
220
  guard
216
221
  guard-rspec
@@ -225,7 +230,7 @@ DEPENDENCIES
225
230
  sqlite3
226
231
 
227
232
  RUBY VERSION
228
- ruby 2.3.4p301
233
+ ruby 2.4.1p111
229
234
 
230
235
  BUNDLED WITH
231
- 1.14.6
236
+ 1.16.2