factory_bot_rails 4.8.2 → 4.10.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (82) hide show
  1. checksums.yaml +5 -5
  2. data/Gemfile.lock +6 -6
  3. data/NEWS +3 -0
  4. data/README.md +4 -0
  5. data/factory_bot_rails.gemspec +2 -2
  6. data/gemfiles/rails3.2.gemfile +1 -1
  7. data/gemfiles/rails3.2.gemfile.lock +57 -60
  8. data/gemfiles/rails4.1.gemfile +1 -1
  9. data/gemfiles/rails4.1.gemfile.lock +26 -28
  10. data/gemfiles/rails4.2.gemfile +1 -1
  11. data/gemfiles/rails4.2.gemfile.lock +61 -63
  12. data/gemfiles/rails5.0.gemfile +1 -1
  13. data/gemfiles/rails5.0.gemfile.lock +38 -38
  14. metadata +5 -73
  15. data/factory_girl_rails-4.8.0.gem +0 -0
  16. data/tmp/aruba/testapp/Gemfile +0 -55
  17. data/tmp/aruba/testapp/Gemfile.lock +0 -195
  18. data/tmp/aruba/testapp/README.md +0 -24
  19. data/tmp/aruba/testapp/Rakefile +0 -6
  20. data/tmp/aruba/testapp/app/assets/config/manifest.js +0 -3
  21. data/tmp/aruba/testapp/app/assets/javascripts/application.js +0 -16
  22. data/tmp/aruba/testapp/app/assets/javascripts/cable.js +0 -13
  23. data/tmp/aruba/testapp/app/assets/stylesheets/application.css +0 -15
  24. data/tmp/aruba/testapp/app/channels/application_cable/channel.rb +0 -4
  25. data/tmp/aruba/testapp/app/channels/application_cable/connection.rb +0 -4
  26. data/tmp/aruba/testapp/app/controllers/application_controller.rb +0 -3
  27. data/tmp/aruba/testapp/app/helpers/application_helper.rb +0 -2
  28. data/tmp/aruba/testapp/app/jobs/application_job.rb +0 -2
  29. data/tmp/aruba/testapp/app/mailers/application_mailer.rb +0 -4
  30. data/tmp/aruba/testapp/app/models/application_record.rb +0 -3
  31. data/tmp/aruba/testapp/app/models/user.rb +0 -2
  32. data/tmp/aruba/testapp/app/views/layouts/application.html.erb +0 -14
  33. data/tmp/aruba/testapp/app/views/layouts/mailer.html.erb +0 -13
  34. data/tmp/aruba/testapp/app/views/layouts/mailer.text.erb +0 -1
  35. data/tmp/aruba/testapp/bin/bundle +0 -3
  36. data/tmp/aruba/testapp/bin/rails +0 -9
  37. data/tmp/aruba/testapp/bin/rake +0 -9
  38. data/tmp/aruba/testapp/bin/setup +0 -34
  39. data/tmp/aruba/testapp/bin/spring +0 -17
  40. data/tmp/aruba/testapp/bin/update +0 -29
  41. data/tmp/aruba/testapp/config.ru +0 -5
  42. data/tmp/aruba/testapp/config/application.rb +0 -16
  43. data/tmp/aruba/testapp/config/boot.rb +0 -3
  44. data/tmp/aruba/testapp/config/cable.yml +0 -9
  45. data/tmp/aruba/testapp/config/database.yml +0 -25
  46. data/tmp/aruba/testapp/config/environment.rb +0 -5
  47. data/tmp/aruba/testapp/config/environments/development.rb +0 -54
  48. data/tmp/aruba/testapp/config/environments/production.rb +0 -86
  49. data/tmp/aruba/testapp/config/environments/test.rb +0 -42
  50. data/tmp/aruba/testapp/config/initializers/application_controller_renderer.rb +0 -8
  51. data/tmp/aruba/testapp/config/initializers/assets.rb +0 -11
  52. data/tmp/aruba/testapp/config/initializers/backtrace_silencers.rb +0 -7
  53. data/tmp/aruba/testapp/config/initializers/cookies_serializer.rb +0 -5
  54. data/tmp/aruba/testapp/config/initializers/filter_parameter_logging.rb +0 -4
  55. data/tmp/aruba/testapp/config/initializers/inflections.rb +0 -16
  56. data/tmp/aruba/testapp/config/initializers/mime_types.rb +0 -4
  57. data/tmp/aruba/testapp/config/initializers/new_framework_defaults.rb +0 -26
  58. data/tmp/aruba/testapp/config/initializers/session_store.rb +0 -3
  59. data/tmp/aruba/testapp/config/initializers/wrap_parameters.rb +0 -14
  60. data/tmp/aruba/testapp/config/locales/en.yml +0 -23
  61. data/tmp/aruba/testapp/config/puma.rb +0 -47
  62. data/tmp/aruba/testapp/config/routes.rb +0 -3
  63. data/tmp/aruba/testapp/config/secrets.yml +0 -22
  64. data/tmp/aruba/testapp/config/spring.rb +0 -6
  65. data/tmp/aruba/testapp/db/development.sqlite3 +0 -0
  66. data/tmp/aruba/testapp/db/migrate/1_create_users.rb +0 -7
  67. data/tmp/aruba/testapp/db/schema.rb +0 -19
  68. data/tmp/aruba/testapp/db/seeds.rb +0 -7
  69. data/tmp/aruba/testapp/db/test.sqlite3 +0 -0
  70. data/tmp/aruba/testapp/lib/some_railtie/factories.rb +0 -5
  71. data/tmp/aruba/testapp/lib/some_railtie/railties.rb +0 -8
  72. data/tmp/aruba/testapp/log/development.log +0 -16
  73. data/tmp/aruba/testapp/log/test.log +0 -21
  74. data/tmp/aruba/testapp/public/404.html +0 -67
  75. data/tmp/aruba/testapp/public/422.html +0 -67
  76. data/tmp/aruba/testapp/public/500.html +0 -66
  77. data/tmp/aruba/testapp/public/apple-touch-icon-precomposed.png +0 -0
  78. data/tmp/aruba/testapp/public/apple-touch-icon.png +0 -0
  79. data/tmp/aruba/testapp/public/favicon.ico +0 -0
  80. data/tmp/aruba/testapp/public/robots.txt +0 -5
  81. data/tmp/aruba/testapp/test/test_helper.rb +0 -10
  82. data/tmp/aruba/testapp/test/unit/user_test.rb +0 -8
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 1095210e982ed6c1978e8c7337b03225a4d5662d
4
- data.tar.gz: d5f6f27708ee6ca513ad1be5010a1824d7667b97
2
+ SHA256:
3
+ metadata.gz: 917aaa31074162b1470cb002cd09f6b2c5f2bafcdfc9865300ebbf8daa6fbfe0
4
+ data.tar.gz: 4cab82f61488aae7350a5dd93104ebaa1ec596a0c5c6cb93dd638bb038dfee39
5
5
  SHA512:
6
- metadata.gz: 354483d1a7482c548a2d672baf2cc609bbc522ccc8d49877692167e3e778ddd00747cefc04a09e0d41f758260de79e339df6c590c235c2a0a1fd3f1df8a86609
7
- data.tar.gz: 84b39f6b73cac89c08edba7b386372fc0d026a4f581b0e9179214ed2dd7c74add874ba1fc418cc418b31ab0e7fa3df0612aa912f7f86d8324c433618dd2f6311
6
+ metadata.gz: 732c62eb130da9a8a7cc697627b2f22b10bc280e61107d8e95503ffce0489c143447903e59c9ce7b92857eed3368e4229573a892607adc55f27584540bbc6c1b
7
+ data.tar.gz: 5e633a2cc4b296e2779c1d828753bf4d951c596a838c6da662c24b0710ad05d8056d48863c7a20a93f37ab66cb9b9dd713d9f4e13671b6ae7a8b0dd34e136d27
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- factory_bot_rails (4.8.2)
5
- factory_bot (~> 4.8.2)
4
+ factory_bot_rails (4.10.0)
5
+ factory_bot (~> 4.10.0)
6
6
  railties (>= 3.0.0)
7
7
 
8
8
  GEM
@@ -63,7 +63,7 @@ GEM
63
63
  diff-lcs (1.2.5)
64
64
  erubis (2.7.0)
65
65
  execjs (2.0.2)
66
- factory_bot (4.8.2)
66
+ factory_bot (4.10.0)
67
67
  activesupport (>= 3.0.0)
68
68
  ffi (1.9.3)
69
69
  ffi (1.9.3-java)
@@ -77,8 +77,8 @@ GEM
77
77
  railties (>= 3.0, < 5.0)
78
78
  thor (>= 0.14, < 2.0)
79
79
  jruby-openssl (0.9.6-java)
80
- json (1.8.3)
81
- json (1.8.3-java)
80
+ json (1.8.6)
81
+ json (1.8.6-java)
82
82
  minitest (5.9.0)
83
83
  multi_json (1.11.2)
84
84
  multi_test (0.1.2)
@@ -141,4 +141,4 @@ DEPENDENCIES
141
141
  uglifier
142
142
 
143
143
  BUNDLED WITH
144
- 1.13.6
144
+ 1.16.1
data/NEWS CHANGED
@@ -1,6 +1,9 @@
1
1
  factory_bot_rails versioning is synced with factory_bot releases. For this reason
2
2
  there might not be any notable changes in new versions of this project.
3
3
 
4
+ 4.10.0 (May 25, 2018)
5
+ No notable changes
6
+
4
7
  4.8.2 (October 20, 2017)
5
8
  Rename factory_girl_rails to factory_bot_rails
6
9
 
data/README.md CHANGED
@@ -6,6 +6,10 @@ instances, attribute hashes, and stubbed objects), and support for multiple
6
6
  factories for the same class (`user`, `admin_user`, and so on), including factory
7
7
  inheritance.
8
8
 
9
+ ### Transitioning from factory\_girl\_rails?
10
+
11
+ Check out the [guide](https://github.com/thoughtbot/factory_bot/blob/4-9-0-stable/UPGRADE_FROM_FACTORY_GIRL.md).
12
+
9
13
  ## Rails
10
14
 
11
15
  factory_bot_rails provides Rails integration for [factory_bot][fb].
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = %q{factory_bot_rails}
3
- s.version = '4.8.2'
3
+ s.version = '4.10.0'
4
4
  s.authors = ["Joe Ferris"]
5
5
  s.email = %q{jferris@thoughtbot.com}
6
6
  s.homepage = "http://github.com/thoughtbot/factory_bot_rails"
@@ -16,5 +16,5 @@ Gem::Specification.new do |s|
16
16
  s.license = "MIT"
17
17
 
18
18
  s.add_runtime_dependency('railties', '>= 3.0.0')
19
- s.add_runtime_dependency('factory_bot', '~> 4.8.2')
19
+ s.add_runtime_dependency('factory_bot', '~> 4.10.0')
20
20
  end
@@ -19,4 +19,4 @@ gem "sqlite3", :platforms => :ruby
19
19
  gem "rails", "~> 3.2.21"
20
20
  gem "sass-rails"
21
21
 
22
- gemspec :path => "../", :name => "factory_bot_rails"
22
+ gemspec :name => "factory_bot_rails", :path => "../"
@@ -1,19 +1,19 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- factory_bot_rails (4.8.2)
5
- factory_bot (~> 4.8.2)
4
+ factory_bot_rails (4.10.0)
5
+ factory_bot (~> 4.10.0)
6
6
  railties (>= 3.0.0)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- actionmailer (3.2.22.7)
12
- actionpack (= 3.2.22.7)
11
+ actionmailer (3.2.22.5)
12
+ actionpack (= 3.2.22.5)
13
13
  mail (~> 2.5.4)
14
- actionpack (3.2.22.7)
15
- activemodel (= 3.2.22.7)
16
- activesupport (= 3.2.22.7)
14
+ actionpack (3.2.22.5)
15
+ activemodel (= 3.2.22.5)
16
+ activesupport (= 3.2.22.5)
17
17
  builder (~> 3.0.0)
18
18
  erubis (~> 2.7.0)
19
19
  journey (~> 1.0.4)
@@ -21,34 +21,34 @@ GEM
21
21
  rack-cache (~> 1.2)
22
22
  rack-test (~> 0.6.1)
23
23
  sprockets (~> 2.2.1)
24
- activemodel (3.2.22.7)
25
- activesupport (= 3.2.22.7)
24
+ activemodel (3.2.22.5)
25
+ activesupport (= 3.2.22.5)
26
26
  builder (~> 3.0.0)
27
- activerecord (3.2.22.7)
28
- activemodel (= 3.2.22.7)
29
- activesupport (= 3.2.22.7)
27
+ activerecord (3.2.22.5)
28
+ activemodel (= 3.2.22.5)
29
+ activesupport (= 3.2.22.5)
30
30
  arel (~> 3.0.2)
31
31
  tzinfo (~> 0.3.29)
32
- activeresource (3.2.22.7)
33
- activemodel (= 3.2.22.7)
34
- activesupport (= 3.2.22.7)
35
- activesupport (3.2.22.7)
32
+ activeresource (3.2.22.5)
33
+ activemodel (= 3.2.22.5)
34
+ activesupport (= 3.2.22.5)
35
+ activesupport (3.2.22.5)
36
36
  i18n (~> 0.6, >= 0.6.4)
37
37
  multi_json (~> 1.0)
38
- appraisal (2.1.0)
38
+ appraisal (2.2.0)
39
39
  bundler
40
40
  rake
41
41
  thor (>= 0.14.0)
42
42
  arel (3.0.3)
43
- aruba (0.14.2)
44
- childprocess (~> 0.5.6)
43
+ aruba (0.14.5)
44
+ childprocess (>= 0.6.3, < 0.10.0)
45
45
  contracts (~> 0.9)
46
46
  cucumber (>= 1.3.19)
47
47
  ffi (~> 1.9.10)
48
48
  rspec-expectations (>= 2.99)
49
49
  thor (~> 0.19)
50
50
  builder (3.0.4)
51
- childprocess (0.5.9)
51
+ childprocess (0.9.0)
52
52
  ffi (~> 1.0, >= 1.0.11)
53
53
  coffee-rails (3.2.2)
54
54
  coffee-script (>= 2.2.0)
@@ -68,76 +68,73 @@ GEM
68
68
  diff-lcs (1.3)
69
69
  erubis (2.7.0)
70
70
  execjs (2.7.0)
71
- factory_bot (4.8.2)
71
+ factory_bot (4.10.0)
72
72
  activesupport (>= 3.0.0)
73
- ffi (1.9.18)
73
+ ffi (1.9.23)
74
74
  gherkin (2.12.2)
75
75
  multi_json (~> 1.3)
76
76
  hike (1.2.3)
77
- i18n (0.9.0)
77
+ i18n (0.9.5)
78
78
  concurrent-ruby (~> 1.0)
79
79
  journey (1.0.4)
80
- jquery-rails (3.1.4)
80
+ jquery-rails (3.1.5)
81
81
  railties (>= 3.0, < 5.0)
82
82
  thor (>= 0.14, < 2.0)
83
83
  json (1.8.6)
84
- mail (2.5.4)
84
+ mail (2.5.5)
85
85
  mime-types (~> 1.16)
86
86
  treetop (~> 1.4.8)
87
87
  mime-types (1.25.1)
88
- multi_json (1.12.2)
88
+ multi_json (1.13.1)
89
89
  multi_test (0.1.2)
90
90
  polyglot (0.3.5)
91
- power_assert (1.0.1)
91
+ power_assert (1.1.1)
92
92
  rack (1.4.7)
93
- rack-cache (1.7.0)
93
+ rack-cache (1.7.2)
94
94
  rack (>= 0.4)
95
95
  rack-ssl (1.3.4)
96
96
  rack
97
97
  rack-test (0.6.3)
98
98
  rack (>= 1.0)
99
- rails (3.2.22.7)
100
- actionmailer (= 3.2.22.7)
101
- actionpack (= 3.2.22.7)
102
- activemodel (= 3.2.22.7)
103
- activerecord (= 3.2.22.7)
104
- activeresource (= 3.2.22.7)
105
- activesupport (= 3.2.22.7)
99
+ rails (3.2.22.5)
100
+ actionmailer (= 3.2.22.5)
101
+ actionpack (= 3.2.22.5)
102
+ activerecord (= 3.2.22.5)
103
+ activeresource (= 3.2.22.5)
104
+ activesupport (= 3.2.22.5)
106
105
  bundler (~> 1.0)
107
- railslts-version (= 3.2.22.7)
108
- railties (= 3.2.22.7)
109
- railslts-version (3.2.22.7)
110
- railties (3.2.22.7)
111
- actionpack (= 3.2.22.7)
112
- activesupport (= 3.2.22.7)
106
+ railties (= 3.2.22.5)
107
+ railties (3.2.22.5)
108
+ actionpack (= 3.2.22.5)
109
+ activesupport (= 3.2.22.5)
113
110
  rack-ssl (~> 1.3.2)
114
111
  rake (>= 0.8.7)
115
112
  rdoc (~> 3.4)
116
113
  thor (>= 0.14.6, < 2.0)
117
- rake (12.1.0)
118
- rb-fsevent (0.10.2)
114
+ rake (12.3.1)
115
+ rb-fsevent (0.10.3)
119
116
  rb-inotify (0.9.10)
120
117
  ffi (>= 0.5.0, < 2)
121
118
  rdoc (3.12.2)
122
119
  json (~> 1.4)
123
- rspec-core (3.6.0)
124
- rspec-support (~> 3.6.0)
125
- rspec-expectations (3.6.0)
120
+ rspec-core (3.7.1)
121
+ rspec-support (~> 3.7.0)
122
+ rspec-expectations (3.7.0)
126
123
  diff-lcs (>= 1.2.0, < 2.0)
127
- rspec-support (~> 3.6.0)
128
- rspec-mocks (3.6.0)
124
+ rspec-support (~> 3.7.0)
125
+ rspec-mocks (3.7.0)
129
126
  diff-lcs (>= 1.2.0, < 2.0)
130
- rspec-support (~> 3.6.0)
131
- rspec-rails (3.6.1)
127
+ rspec-support (~> 3.7.0)
128
+ rspec-rails (3.7.2)
132
129
  actionpack (>= 3.0)
133
130
  activesupport (>= 3.0)
134
131
  railties (>= 3.0)
135
- rspec-core (~> 3.6.0)
136
- rspec-expectations (~> 3.6.0)
137
- rspec-mocks (~> 3.6.0)
138
- rspec-support (~> 3.6.0)
139
- rspec-support (3.6.0)
140
- sass (3.5.2)
132
+ rspec-core (~> 3.7.0)
133
+ rspec-expectations (~> 3.7.0)
134
+ rspec-mocks (~> 3.7.0)
135
+ rspec-support (~> 3.7.0)
136
+ rspec-support (3.7.1)
137
+ sass (3.5.6)
141
138
  sass-listen (~> 4.0.0)
142
139
  sass-listen (4.0.0)
143
140
  rb-fsevent (~> 0.9, >= 0.9.4)
@@ -152,15 +149,15 @@ GEM
152
149
  rack (~> 1.0)
153
150
  tilt (~> 1.1, != 1.3.0)
154
151
  sqlite3 (1.3.13)
155
- test-unit (3.2.3)
152
+ test-unit (3.2.8)
156
153
  power_assert
157
154
  thor (0.20.0)
158
155
  tilt (1.4.1)
159
156
  treetop (1.4.15)
160
157
  polyglot
161
158
  polyglot (>= 0.3.1)
162
- tzinfo (0.3.53)
163
- uglifier (3.2.0)
159
+ tzinfo (0.3.54)
160
+ uglifier (4.1.10)
164
161
  execjs (>= 0.3.0, < 3)
165
162
 
166
163
  PLATFORMS
@@ -186,4 +183,4 @@ DEPENDENCIES
186
183
  uglifier
187
184
 
188
185
  BUNDLED WITH
189
- 1.15.3
186
+ 1.16.1
@@ -20,4 +20,4 @@ gem "rails", "~> 4.1.9"
20
20
  gem "sass-rails"
21
21
  gem "spring"
22
22
 
23
- gemspec :path => "../", :name => "factory_bot_rails"
23
+ gemspec :name => "factory_bot_rails", :path => "../"
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- factory_bot_rails (4.8.2)
5
- factory_bot (~> 4.8.2)
4
+ factory_bot_rails (4.10.0)
5
+ factory_bot (~> 4.10.0)
6
6
  railties (>= 3.0.0)
7
7
 
8
8
  GEM
@@ -39,15 +39,15 @@ GEM
39
39
  rake
40
40
  thor (>= 0.14.0)
41
41
  arel (5.0.1.20140414130214)
42
- aruba (0.14.2)
43
- childprocess (~> 0.5.6)
42
+ aruba (0.14.5)
43
+ childprocess (>= 0.6.3, < 0.10.0)
44
44
  contracts (~> 0.9)
45
45
  cucumber (>= 1.3.19)
46
46
  ffi (~> 1.9.10)
47
47
  rspec-expectations (>= 2.99)
48
48
  thor (~> 0.19)
49
49
  builder (3.2.3)
50
- childprocess (0.5.9)
50
+ childprocess (0.9.0)
51
51
  ffi (~> 1.0, >= 1.0.11)
52
52
  coffee-rails (4.2.2)
53
53
  coffee-script (>= 2.2.0)
@@ -67,26 +67,24 @@ GEM
67
67
  diff-lcs (1.3)
68
68
  erubis (2.7.0)
69
69
  execjs (2.7.0)
70
- factory_bot (4.8.2)
70
+ factory_bot (4.10.0)
71
71
  activesupport (>= 3.0.0)
72
- ffi (1.9.18)
72
+ ffi (1.9.23)
73
73
  gherkin (2.12.2)
74
74
  multi_json (~> 1.3)
75
- i18n (0.9.0)
75
+ i18n (0.9.5)
76
76
  concurrent-ruby (~> 1.0)
77
- jquery-rails (3.1.4)
77
+ jquery-rails (3.1.5)
78
78
  railties (>= 3.0, < 5.0)
79
79
  thor (>= 0.14, < 2.0)
80
80
  json (1.8.6)
81
- mail (2.6.6)
82
- mime-types (>= 1.16, < 4)
83
- mime-types (3.1)
84
- mime-types-data (~> 3.2015)
85
- mime-types-data (3.2016.0521)
86
- minitest (5.10.3)
87
- multi_json (1.12.2)
81
+ mail (2.7.0)
82
+ mini_mime (>= 0.1.1)
83
+ mini_mime (1.0.0)
84
+ minitest (5.11.3)
85
+ multi_json (1.13.1)
88
86
  multi_test (0.1.2)
89
- power_assert (1.1.0)
87
+ power_assert (1.1.1)
90
88
  rack (1.5.5)
91
89
  rack-test (0.6.3)
92
90
  rack (>= 1.0)
@@ -105,11 +103,11 @@ GEM
105
103
  activesupport (= 4.1.16)
106
104
  rake (>= 0.8.7)
107
105
  thor (>= 0.18.1, < 2.0)
108
- rake (12.1.0)
109
- rb-fsevent (0.10.2)
106
+ rake (12.3.1)
107
+ rb-fsevent (0.10.3)
110
108
  rb-inotify (0.9.10)
111
109
  ffi (>= 0.5.0, < 2)
112
- rspec-core (3.7.0)
110
+ rspec-core (3.7.1)
113
111
  rspec-support (~> 3.7.0)
114
112
  rspec-expectations (3.7.0)
115
113
  diff-lcs (>= 1.2.0, < 2.0)
@@ -117,7 +115,7 @@ GEM
117
115
  rspec-mocks (3.7.0)
118
116
  diff-lcs (>= 1.2.0, < 2.0)
119
117
  rspec-support (~> 3.7.0)
120
- rspec-rails (3.7.1)
118
+ rspec-rails (3.7.2)
121
119
  actionpack (>= 3.0)
122
120
  activesupport (>= 3.0)
123
121
  railties (>= 3.0)
@@ -125,13 +123,13 @@ GEM
125
123
  rspec-expectations (~> 3.7.0)
126
124
  rspec-mocks (~> 3.7.0)
127
125
  rspec-support (~> 3.7.0)
128
- rspec-support (3.7.0)
129
- sass (3.5.2)
126
+ rspec-support (3.7.1)
127
+ sass (3.5.6)
130
128
  sass-listen (~> 4.0.0)
131
129
  sass-listen (4.0.0)
132
130
  rb-fsevent (~> 0.9, >= 0.9.4)
133
131
  rb-inotify (~> 0.9, >= 0.9.7)
134
- sass-rails (5.0.6)
132
+ sass-rails (5.0.7)
135
133
  railties (>= 4.0.0, < 6)
136
134
  sass (~> 3.1)
137
135
  sprockets (>= 2.8, < 4.0)
@@ -146,14 +144,14 @@ GEM
146
144
  activesupport (>= 3.0)
147
145
  sprockets (>= 2.8, < 4.0)
148
146
  sqlite3 (1.3.13)
149
- test-unit (3.2.6)
147
+ test-unit (3.2.8)
150
148
  power_assert
151
149
  thor (0.20.0)
152
150
  thread_safe (0.3.6)
153
151
  tilt (2.0.8)
154
- tzinfo (1.2.3)
152
+ tzinfo (1.2.5)
155
153
  thread_safe (~> 0.1)
156
- uglifier (3.2.0)
154
+ uglifier (4.1.10)
157
155
  execjs (>= 0.3.0, < 3)
158
156
 
159
157
  PLATFORMS
@@ -180,4 +178,4 @@ DEPENDENCIES
180
178
  uglifier
181
179
 
182
180
  BUNDLED WITH
183
- 1.15.3
181
+ 1.16.1
@@ -18,4 +18,4 @@ gem "jruby-openssl", :platforms => :jruby
18
18
  gem "sqlite3", :platforms => :ruby
19
19
  gem "rails", "~> 4.2.0"
20
20
 
21
- gemspec :path => "../", :name => "factory_bot_rails"
21
+ gemspec :name => "factory_bot_rails", :path => "../"
@@ -1,43 +1,43 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- factory_bot_rails (4.8.2)
5
- factory_bot (~> 4.8.2)
4
+ factory_bot_rails (4.10.0)
5
+ factory_bot (~> 4.10.0)
6
6
  railties (>= 3.0.0)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- actionmailer (4.2.8)
12
- actionpack (= 4.2.8)
13
- actionview (= 4.2.8)
14
- activejob (= 4.2.8)
11
+ actionmailer (4.2.10)
12
+ actionpack (= 4.2.10)
13
+ actionview (= 4.2.10)
14
+ activejob (= 4.2.10)
15
15
  mail (~> 2.5, >= 2.5.4)
16
16
  rails-dom-testing (~> 1.0, >= 1.0.5)
17
- actionpack (4.2.8)
18
- actionview (= 4.2.8)
19
- activesupport (= 4.2.8)
17
+ actionpack (4.2.10)
18
+ actionview (= 4.2.10)
19
+ activesupport (= 4.2.10)
20
20
  rack (~> 1.6)
21
21
  rack-test (~> 0.6.2)
22
22
  rails-dom-testing (~> 1.0, >= 1.0.5)
23
23
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
24
- actionview (4.2.8)
25
- activesupport (= 4.2.8)
24
+ actionview (4.2.10)
25
+ activesupport (= 4.2.10)
26
26
  builder (~> 3.1)
27
27
  erubis (~> 2.7.0)
28
28
  rails-dom-testing (~> 1.0, >= 1.0.5)
29
29
  rails-html-sanitizer (~> 1.0, >= 1.0.3)
30
- activejob (4.2.8)
31
- activesupport (= 4.2.8)
30
+ activejob (4.2.10)
31
+ activesupport (= 4.2.10)
32
32
  globalid (>= 0.3.0)
33
- activemodel (4.2.8)
34
- activesupport (= 4.2.8)
33
+ activemodel (4.2.10)
34
+ activesupport (= 4.2.10)
35
35
  builder (~> 3.1)
36
- activerecord (4.2.8)
37
- activemodel (= 4.2.8)
38
- activesupport (= 4.2.8)
36
+ activerecord (4.2.10)
37
+ activemodel (= 4.2.10)
38
+ activesupport (= 4.2.10)
39
39
  arel (~> 6.0)
40
- activesupport (4.2.8)
40
+ activesupport (4.2.10)
41
41
  i18n (~> 0.7)
42
42
  minitest (~> 5.1)
43
43
  thread_safe (~> 0.3, >= 0.3.4)
@@ -47,15 +47,15 @@ GEM
47
47
  rake
48
48
  thor (>= 0.14.0)
49
49
  arel (6.0.4)
50
- aruba (0.14.2)
51
- childprocess (~> 0.5.6)
50
+ aruba (0.14.5)
51
+ childprocess (>= 0.6.3, < 0.10.0)
52
52
  contracts (~> 0.9)
53
53
  cucumber (>= 1.3.19)
54
54
  ffi (~> 1.9.10)
55
55
  rspec-expectations (>= 2.99)
56
56
  thor (~> 0.19)
57
57
  builder (3.2.3)
58
- childprocess (0.5.9)
58
+ childprocess (0.9.0)
59
59
  ffi (~> 1.0, >= 1.0.11)
60
60
  coffee-rails (4.2.2)
61
61
  coffee-script (>= 2.2.0)
@@ -66,7 +66,7 @@ GEM
66
66
  coffee-script-source (1.12.2)
67
67
  concurrent-ruby (1.0.5)
68
68
  contracts (0.16.0)
69
- crass (1.0.2)
69
+ crass (1.0.4)
70
70
  cucumber (1.3.19)
71
71
  builder (>= 2.1.2)
72
72
  diff-lcs (>= 1.1.3)
@@ -76,63 +76,61 @@ GEM
76
76
  diff-lcs (1.3)
77
77
  erubis (2.7.0)
78
78
  execjs (2.7.0)
79
- factory_bot (4.8.2)
79
+ factory_bot (4.10.0)
80
80
  activesupport (>= 3.0.0)
81
- ffi (1.9.18)
81
+ ffi (1.9.23)
82
82
  gherkin (2.12.2)
83
83
  multi_json (~> 1.3)
84
- globalid (0.4.0)
84
+ globalid (0.4.1)
85
85
  activesupport (>= 4.2.0)
86
- i18n (0.9.0)
86
+ i18n (0.9.5)
87
87
  concurrent-ruby (~> 1.0)
88
- jquery-rails (4.3.1)
88
+ jquery-rails (4.3.3)
89
89
  rails-dom-testing (>= 1, < 3)
90
90
  railties (>= 4.2.0)
91
91
  thor (>= 0.14, < 2.0)
92
- loofah (2.1.1)
92
+ loofah (2.2.2)
93
93
  crass (~> 1.0.2)
94
94
  nokogiri (>= 1.5.9)
95
- mail (2.6.6)
96
- mime-types (>= 1.16, < 4)
97
- mime-types (3.1)
98
- mime-types-data (~> 3.2015)
99
- mime-types-data (3.2016.0521)
95
+ mail (2.7.0)
96
+ mini_mime (>= 0.1.1)
97
+ mini_mime (1.0.0)
100
98
  mini_portile2 (2.3.0)
101
- minitest (5.10.3)
102
- multi_json (1.12.2)
99
+ minitest (5.11.3)
100
+ multi_json (1.13.1)
103
101
  multi_test (0.1.2)
104
- nokogiri (1.8.1)
102
+ nokogiri (1.8.2)
105
103
  mini_portile2 (~> 2.3.0)
106
- power_assert (1.1.0)
107
- rack (1.6.5)
104
+ power_assert (1.1.1)
105
+ rack (1.6.10)
108
106
  rack-test (0.6.3)
109
107
  rack (>= 1.0)
110
- rails (4.2.8)
111
- actionmailer (= 4.2.8)
112
- actionpack (= 4.2.8)
113
- actionview (= 4.2.8)
114
- activejob (= 4.2.8)
115
- activemodel (= 4.2.8)
116
- activerecord (= 4.2.8)
117
- activesupport (= 4.2.8)
108
+ rails (4.2.10)
109
+ actionmailer (= 4.2.10)
110
+ actionpack (= 4.2.10)
111
+ actionview (= 4.2.10)
112
+ activejob (= 4.2.10)
113
+ activemodel (= 4.2.10)
114
+ activerecord (= 4.2.10)
115
+ activesupport (= 4.2.10)
118
116
  bundler (>= 1.3.0, < 2.0)
119
- railties (= 4.2.8)
117
+ railties (= 4.2.10)
120
118
  sprockets-rails
121
119
  rails-deprecated_sanitizer (1.0.3)
122
120
  activesupport (>= 4.2.0.alpha)
123
- rails-dom-testing (1.0.8)
124
- activesupport (>= 4.2.0.beta, < 5.0)
121
+ rails-dom-testing (1.0.9)
122
+ activesupport (>= 4.2.0, < 5.0)
125
123
  nokogiri (~> 1.6)
126
124
  rails-deprecated_sanitizer (>= 1.0.1)
127
- rails-html-sanitizer (1.0.3)
128
- loofah (~> 2.0)
129
- railties (4.2.8)
130
- actionpack (= 4.2.8)
131
- activesupport (= 4.2.8)
125
+ rails-html-sanitizer (1.0.4)
126
+ loofah (~> 2.2, >= 2.2.2)
127
+ railties (4.2.10)
128
+ actionpack (= 4.2.10)
129
+ activesupport (= 4.2.10)
132
130
  rake (>= 0.8.7)
133
131
  thor (>= 0.18.1, < 2.0)
134
- rake (12.1.0)
135
- rspec-core (3.7.0)
132
+ rake (12.3.1)
133
+ rspec-core (3.7.1)
136
134
  rspec-support (~> 3.7.0)
137
135
  rspec-expectations (3.7.0)
138
136
  diff-lcs (>= 1.2.0, < 2.0)
@@ -140,7 +138,7 @@ GEM
140
138
  rspec-mocks (3.7.0)
141
139
  diff-lcs (>= 1.2.0, < 2.0)
142
140
  rspec-support (~> 3.7.0)
143
- rspec-rails (3.7.1)
141
+ rspec-rails (3.7.2)
144
142
  actionpack (>= 3.0)
145
143
  activesupport (>= 3.0)
146
144
  railties (>= 3.0)
@@ -148,7 +146,7 @@ GEM
148
146
  rspec-expectations (~> 3.7.0)
149
147
  rspec-mocks (~> 3.7.0)
150
148
  rspec-support (~> 3.7.0)
151
- rspec-support (3.7.0)
149
+ rspec-support (3.7.1)
152
150
  sprockets (3.7.1)
153
151
  concurrent-ruby (~> 1.0)
154
152
  rack (> 1, < 3)
@@ -157,13 +155,13 @@ GEM
157
155
  activesupport (>= 4.0)
158
156
  sprockets (>= 3.0.0)
159
157
  sqlite3 (1.3.13)
160
- test-unit (3.2.6)
158
+ test-unit (3.2.8)
161
159
  power_assert
162
160
  thor (0.20.0)
163
161
  thread_safe (0.3.6)
164
- tzinfo (1.2.3)
162
+ tzinfo (1.2.5)
165
163
  thread_safe (~> 0.1)
166
- uglifier (3.2.0)
164
+ uglifier (4.1.10)
167
165
  execjs (>= 0.3.0, < 3)
168
166
 
169
167
  PLATFORMS
@@ -188,4 +186,4 @@ DEPENDENCIES
188
186
  uglifier
189
187
 
190
188
  BUNDLED WITH
191
- 1.15.3
189
+ 1.16.1