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
@@ -19,4 +19,4 @@ gem "sqlite3", :platforms => :ruby
19
19
  gem "activerecord", "~> 5.0.0"
20
20
  gem "railties", "~> 5.0.0"
21
21
 
22
- gemspec :path => "../", :name => "factory_bot_rails"
22
+ gemspec :name => "factory_bot_rails", :path => "../"
@@ -1,35 +1,35 @@
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
- actionpack (5.0.6)
12
- actionview (= 5.0.6)
13
- activesupport (= 5.0.6)
11
+ actionpack (5.0.7)
12
+ actionview (= 5.0.7)
13
+ activesupport (= 5.0.7)
14
14
  rack (~> 2.0)
15
15
  rack-test (~> 0.6.3)
16
16
  rails-dom-testing (~> 2.0)
17
17
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
18
- actionview (5.0.6)
19
- activesupport (= 5.0.6)
18
+ actionview (5.0.7)
19
+ activesupport (= 5.0.7)
20
20
  builder (~> 3.1)
21
21
  erubis (~> 2.7.0)
22
22
  rails-dom-testing (~> 2.0)
23
23
  rails-html-sanitizer (~> 1.0, >= 1.0.3)
24
- activemodel (5.0.6)
25
- activesupport (= 5.0.6)
26
- activerecord (5.0.6)
27
- activemodel (= 5.0.6)
28
- activesupport (= 5.0.6)
24
+ activemodel (5.0.7)
25
+ activesupport (= 5.0.7)
26
+ activerecord (5.0.7)
27
+ activemodel (= 5.0.7)
28
+ activesupport (= 5.0.7)
29
29
  arel (~> 7.0)
30
- activesupport (5.0.6)
30
+ activesupport (5.0.7)
31
31
  concurrent-ruby (~> 1.0, >= 1.0.2)
32
- i18n (~> 0.7)
32
+ i18n (>= 0.7, < 2)
33
33
  minitest (~> 5.1)
34
34
  tzinfo (~> 1.1)
35
35
  appraisal (2.2.0)
@@ -37,15 +37,15 @@ GEM
37
37
  rake
38
38
  thor (>= 0.14.0)
39
39
  arel (7.1.4)
40
- aruba (0.14.2)
41
- childprocess (~> 0.5.6)
40
+ aruba (0.14.5)
41
+ childprocess (>= 0.6.3, < 0.10.0)
42
42
  contracts (~> 0.9)
43
43
  cucumber (>= 1.3.19)
44
44
  ffi (~> 1.9.10)
45
45
  rspec-expectations (>= 2.99)
46
46
  thor (~> 0.19)
47
47
  builder (3.2.3)
48
- childprocess (0.5.9)
48
+ childprocess (0.9.0)
49
49
  ffi (~> 1.0, >= 1.0.11)
50
50
  coffee-rails (4.2.2)
51
51
  coffee-script (>= 2.2.0)
@@ -56,7 +56,7 @@ GEM
56
56
  coffee-script-source (1.12.2)
57
57
  concurrent-ruby (1.0.5)
58
58
  contracts (0.16.0)
59
- crass (1.0.2)
59
+ crass (1.0.4)
60
60
  cucumber (1.3.19)
61
61
  builder (>= 2.1.2)
62
62
  diff-lcs (>= 1.1.3)
@@ -66,43 +66,43 @@ GEM
66
66
  diff-lcs (1.3)
67
67
  erubis (2.7.0)
68
68
  execjs (2.7.0)
69
- factory_bot (4.8.2)
69
+ factory_bot (4.10.0)
70
70
  activesupport (>= 3.0.0)
71
- ffi (1.9.18)
71
+ ffi (1.9.23)
72
72
  gherkin (2.12.2)
73
73
  multi_json (~> 1.3)
74
- i18n (0.9.0)
74
+ i18n (1.0.1)
75
75
  concurrent-ruby (~> 1.0)
76
- jquery-rails (4.3.1)
76
+ jquery-rails (4.3.3)
77
77
  rails-dom-testing (>= 1, < 3)
78
78
  railties (>= 4.2.0)
79
79
  thor (>= 0.14, < 2.0)
80
- loofah (2.1.1)
80
+ loofah (2.2.2)
81
81
  crass (~> 1.0.2)
82
82
  nokogiri (>= 1.5.9)
83
83
  method_source (0.9.0)
84
84
  mini_portile2 (2.3.0)
85
- minitest (5.10.3)
86
- multi_json (1.12.2)
85
+ minitest (5.11.3)
86
+ multi_json (1.13.1)
87
87
  multi_test (0.1.2)
88
- nokogiri (1.8.1)
88
+ nokogiri (1.8.2)
89
89
  mini_portile2 (~> 2.3.0)
90
- power_assert (1.1.0)
91
- rack (2.0.3)
90
+ power_assert (1.1.1)
91
+ rack (2.0.5)
92
92
  rack-test (0.6.3)
93
93
  rack (>= 1.0)
94
94
  rails-dom-testing (2.0.3)
95
95
  activesupport (>= 4.2.0)
96
96
  nokogiri (>= 1.6)
97
- rails-html-sanitizer (1.0.3)
98
- loofah (~> 2.0)
99
- railties (5.0.6)
100
- actionpack (= 5.0.6)
101
- activesupport (= 5.0.6)
97
+ rails-html-sanitizer (1.0.4)
98
+ loofah (~> 2.2, >= 2.2.2)
99
+ railties (5.0.7)
100
+ actionpack (= 5.0.7)
101
+ activesupport (= 5.0.7)
102
102
  method_source
103
103
  rake (>= 0.8.7)
104
104
  thor (>= 0.18.1, < 2.0)
105
- rake (12.1.0)
105
+ rake (12.3.1)
106
106
  rspec-core (3.5.4)
107
107
  rspec-support (~> 3.5.0)
108
108
  rspec-expectations (3.5.0)
@@ -121,13 +121,13 @@ GEM
121
121
  rspec-support (~> 3.5.0)
122
122
  rspec-support (3.5.0)
123
123
  sqlite3 (1.3.13)
124
- test-unit (3.2.6)
124
+ test-unit (3.2.8)
125
125
  power_assert
126
126
  thor (0.20.0)
127
127
  thread_safe (0.3.6)
128
- tzinfo (1.2.3)
128
+ tzinfo (1.2.5)
129
129
  thread_safe (~> 0.1)
130
- uglifier (3.2.0)
130
+ uglifier (4.1.10)
131
131
  execjs (>= 0.3.0, < 3)
132
132
 
133
133
  PLATFORMS
@@ -153,4 +153,4 @@ DEPENDENCIES
153
153
  uglifier
154
154
 
155
155
  BUNDLED WITH
156
- 1.15.3
156
+ 1.16.1
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: factory_bot_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.8.2
4
+ version: 4.10.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joe Ferris
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-10-20 00:00:00.000000000 Z
11
+ date: 2018-05-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties
@@ -30,14 +30,14 @@ dependencies:
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: 4.8.2
33
+ version: 4.10.0
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: 4.8.2
40
+ version: 4.10.0
41
41
  description: |-
42
42
  factory_bot_rails provides integration between
43
43
  factory_bot and rails 3 or newer (currently just automatic factory definition
@@ -57,7 +57,6 @@ files:
57
57
  - Rakefile
58
58
  - bin/setup
59
59
  - factory_bot_rails.gemspec
60
- - factory_girl_rails-4.8.0.gem
61
60
  - factory_girl_rails.gemspec
62
61
  - features/fixture_replacement_config.feature
63
62
  - features/generators.feature
@@ -81,73 +80,6 @@ files:
81
80
  - lib/factory_bot_rails/railtie.rb
82
81
  - lib/generators/factory_bot.rb
83
82
  - lib/generators/factory_bot/model/model_generator.rb
84
- - tmp/aruba/testapp/Gemfile
85
- - tmp/aruba/testapp/Gemfile.lock
86
- - tmp/aruba/testapp/README.md
87
- - tmp/aruba/testapp/Rakefile
88
- - tmp/aruba/testapp/app/assets/config/manifest.js
89
- - tmp/aruba/testapp/app/assets/javascripts/application.js
90
- - tmp/aruba/testapp/app/assets/javascripts/cable.js
91
- - tmp/aruba/testapp/app/assets/stylesheets/application.css
92
- - tmp/aruba/testapp/app/channels/application_cable/channel.rb
93
- - tmp/aruba/testapp/app/channels/application_cable/connection.rb
94
- - tmp/aruba/testapp/app/controllers/application_controller.rb
95
- - tmp/aruba/testapp/app/helpers/application_helper.rb
96
- - tmp/aruba/testapp/app/jobs/application_job.rb
97
- - tmp/aruba/testapp/app/mailers/application_mailer.rb
98
- - tmp/aruba/testapp/app/models/application_record.rb
99
- - tmp/aruba/testapp/app/models/user.rb
100
- - tmp/aruba/testapp/app/views/layouts/application.html.erb
101
- - tmp/aruba/testapp/app/views/layouts/mailer.html.erb
102
- - tmp/aruba/testapp/app/views/layouts/mailer.text.erb
103
- - tmp/aruba/testapp/bin/bundle
104
- - tmp/aruba/testapp/bin/rails
105
- - tmp/aruba/testapp/bin/rake
106
- - tmp/aruba/testapp/bin/setup
107
- - tmp/aruba/testapp/bin/spring
108
- - tmp/aruba/testapp/bin/update
109
- - tmp/aruba/testapp/config.ru
110
- - tmp/aruba/testapp/config/application.rb
111
- - tmp/aruba/testapp/config/boot.rb
112
- - tmp/aruba/testapp/config/cable.yml
113
- - tmp/aruba/testapp/config/database.yml
114
- - tmp/aruba/testapp/config/environment.rb
115
- - tmp/aruba/testapp/config/environments/development.rb
116
- - tmp/aruba/testapp/config/environments/production.rb
117
- - tmp/aruba/testapp/config/environments/test.rb
118
- - tmp/aruba/testapp/config/initializers/application_controller_renderer.rb
119
- - tmp/aruba/testapp/config/initializers/assets.rb
120
- - tmp/aruba/testapp/config/initializers/backtrace_silencers.rb
121
- - tmp/aruba/testapp/config/initializers/cookies_serializer.rb
122
- - tmp/aruba/testapp/config/initializers/filter_parameter_logging.rb
123
- - tmp/aruba/testapp/config/initializers/inflections.rb
124
- - tmp/aruba/testapp/config/initializers/mime_types.rb
125
- - tmp/aruba/testapp/config/initializers/new_framework_defaults.rb
126
- - tmp/aruba/testapp/config/initializers/session_store.rb
127
- - tmp/aruba/testapp/config/initializers/wrap_parameters.rb
128
- - tmp/aruba/testapp/config/locales/en.yml
129
- - tmp/aruba/testapp/config/puma.rb
130
- - tmp/aruba/testapp/config/routes.rb
131
- - tmp/aruba/testapp/config/secrets.yml
132
- - tmp/aruba/testapp/config/spring.rb
133
- - tmp/aruba/testapp/db/development.sqlite3
134
- - tmp/aruba/testapp/db/migrate/1_create_users.rb
135
- - tmp/aruba/testapp/db/schema.rb
136
- - tmp/aruba/testapp/db/seeds.rb
137
- - tmp/aruba/testapp/db/test.sqlite3
138
- - tmp/aruba/testapp/lib/some_railtie/factories.rb
139
- - tmp/aruba/testapp/lib/some_railtie/railties.rb
140
- - tmp/aruba/testapp/log/development.log
141
- - tmp/aruba/testapp/log/test.log
142
- - tmp/aruba/testapp/public/404.html
143
- - tmp/aruba/testapp/public/422.html
144
- - tmp/aruba/testapp/public/500.html
145
- - tmp/aruba/testapp/public/apple-touch-icon-precomposed.png
146
- - tmp/aruba/testapp/public/apple-touch-icon.png
147
- - tmp/aruba/testapp/public/favicon.ico
148
- - tmp/aruba/testapp/public/robots.txt
149
- - tmp/aruba/testapp/test/test_helper.rb
150
- - tmp/aruba/testapp/test/unit/user_test.rb
151
83
  homepage: http://github.com/thoughtbot/factory_bot_rails
152
84
  licenses:
153
85
  - MIT
@@ -168,7 +100,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
168
100
  version: '0'
169
101
  requirements: []
170
102
  rubyforge_project:
171
- rubygems_version: 2.6.11
103
+ rubygems_version: 2.7.6
172
104
  signing_key:
173
105
  specification_version: 4
174
106
  summary: factory_bot_rails provides integration between factory_bot and rails 3 or
Binary file
@@ -1,55 +0,0 @@
1
- source 'https://rubygems.org'
2
-
3
- git_source(:github) do |repo_name|
4
- repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?("/")
5
- "https://github.com/#{repo_name}.git"
6
- end
7
-
8
-
9
- # Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
10
- gem 'rails', '~> 5.0.6'
11
- # Use sqlite3 as the database for Active Record
12
- gem 'sqlite3'
13
- # Use Puma as the app server
14
- gem 'puma', '~> 3.0'
15
- # Use SCSS for stylesheets
16
- gem 'sass-rails', '~> 5.0'
17
- # Use Uglifier as compressor for JavaScript assets
18
- gem 'uglifier', '>= 1.3.0'
19
- # Use CoffeeScript for .coffee assets and views
20
- gem 'coffee-rails', '~> 4.2'
21
- # See https://github.com/rails/execjs#readme for more supported runtimes
22
- # gem 'therubyracer', platforms: :ruby
23
-
24
- # Use jquery as the JavaScript library
25
- gem 'jquery-rails'
26
- # Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks
27
- gem 'turbolinks', '~> 5'
28
- # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
29
- gem 'jbuilder', '~> 2.5'
30
- # Use Redis adapter to run Action Cable in production
31
- # gem 'redis', '~> 3.0'
32
- # Use ActiveModel has_secure_password
33
- # gem 'bcrypt', '~> 3.1.7'
34
-
35
- # Use Capistrano for deployment
36
- # gem 'capistrano-rails', group: :development
37
-
38
- group :development, :test do
39
- # Call 'byebug' anywhere in the code to stop execution and get a debugger console
40
- gem 'byebug', platform: :mri
41
- end
42
-
43
- group :development do
44
- # Access an IRB console on exception pages or by using <%= console %> anywhere in the code.
45
- gem 'web-console', '>= 3.3.0'
46
- gem 'listen', '~> 3.0.5'
47
- # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
48
- gem 'spring'
49
- gem 'spring-watcher-listen', '~> 2.0.0'
50
- end
51
-
52
- # Windows does not include zoneinfo files, so bundle the tzinfo-data gem
53
- gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
54
- gem "factory_bot_rails", :path => "/Users/aviellewolfe/work/factories/factory_bot_rails"
55
- gem "test-unit"
@@ -1,195 +0,0 @@
1
- PATH
2
- remote: /Users/aviellewolfe/work/factories/factory_bot_rails
3
- specs:
4
- factory_bot_rails (4.8.2)
5
- factory_bot (~> 4.8.2)
6
- railties (>= 3.0.0)
7
-
8
- GEM
9
- remote: https://rubygems.org/
10
- specs:
11
- actioncable (5.0.6)
12
- actionpack (= 5.0.6)
13
- nio4r (>= 1.2, < 3.0)
14
- websocket-driver (~> 0.6.1)
15
- actionmailer (5.0.6)
16
- actionpack (= 5.0.6)
17
- actionview (= 5.0.6)
18
- activejob (= 5.0.6)
19
- mail (~> 2.5, >= 2.5.4)
20
- rails-dom-testing (~> 2.0)
21
- actionpack (5.0.6)
22
- actionview (= 5.0.6)
23
- activesupport (= 5.0.6)
24
- rack (~> 2.0)
25
- rack-test (~> 0.6.3)
26
- rails-dom-testing (~> 2.0)
27
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
28
- actionview (5.0.6)
29
- activesupport (= 5.0.6)
30
- builder (~> 3.1)
31
- erubis (~> 2.7.0)
32
- rails-dom-testing (~> 2.0)
33
- rails-html-sanitizer (~> 1.0, >= 1.0.3)
34
- activejob (5.0.6)
35
- activesupport (= 5.0.6)
36
- globalid (>= 0.3.6)
37
- activemodel (5.0.6)
38
- activesupport (= 5.0.6)
39
- activerecord (5.0.6)
40
- activemodel (= 5.0.6)
41
- activesupport (= 5.0.6)
42
- arel (~> 7.0)
43
- activesupport (5.0.6)
44
- concurrent-ruby (~> 1.0, >= 1.0.2)
45
- i18n (~> 0.7)
46
- minitest (~> 5.1)
47
- tzinfo (~> 1.1)
48
- arel (7.1.4)
49
- bindex (0.5.0)
50
- builder (3.2.3)
51
- byebug (9.1.0)
52
- coffee-rails (4.2.2)
53
- coffee-script (>= 2.2.0)
54
- railties (>= 4.0.0)
55
- coffee-script (2.4.1)
56
- coffee-script-source
57
- execjs
58
- coffee-script-source (1.12.2)
59
- concurrent-ruby (1.0.5)
60
- crass (1.0.2)
61
- erubis (2.7.0)
62
- execjs (2.7.0)
63
- factory_bot (4.8.2)
64
- activesupport (>= 3.0.0)
65
- ffi (1.9.18)
66
- globalid (0.4.0)
67
- activesupport (>= 4.2.0)
68
- i18n (0.9.0)
69
- concurrent-ruby (~> 1.0)
70
- jbuilder (2.7.0)
71
- activesupport (>= 4.2.0)
72
- multi_json (>= 1.2)
73
- jquery-rails (4.3.1)
74
- rails-dom-testing (>= 1, < 3)
75
- railties (>= 4.2.0)
76
- thor (>= 0.14, < 2.0)
77
- listen (3.0.8)
78
- rb-fsevent (~> 0.9, >= 0.9.4)
79
- rb-inotify (~> 0.9, >= 0.9.7)
80
- loofah (2.1.1)
81
- crass (~> 1.0.2)
82
- nokogiri (>= 1.5.9)
83
- mail (2.6.6)
84
- mime-types (>= 1.16, < 4)
85
- method_source (0.9.0)
86
- mime-types (3.1)
87
- mime-types-data (~> 3.2015)
88
- mime-types-data (3.2016.0521)
89
- mini_portile2 (2.3.0)
90
- minitest (5.10.3)
91
- multi_json (1.12.2)
92
- nio4r (2.1.0)
93
- nokogiri (1.8.1)
94
- mini_portile2 (~> 2.3.0)
95
- power_assert (1.1.0)
96
- puma (3.10.0)
97
- rack (2.0.3)
98
- rack-test (0.6.3)
99
- rack (>= 1.0)
100
- rails (5.0.6)
101
- actioncable (= 5.0.6)
102
- actionmailer (= 5.0.6)
103
- actionpack (= 5.0.6)
104
- actionview (= 5.0.6)
105
- activejob (= 5.0.6)
106
- activemodel (= 5.0.6)
107
- activerecord (= 5.0.6)
108
- activesupport (= 5.0.6)
109
- bundler (>= 1.3.0)
110
- railties (= 5.0.6)
111
- sprockets-rails (>= 2.0.0)
112
- rails-dom-testing (2.0.3)
113
- activesupport (>= 4.2.0)
114
- nokogiri (>= 1.6)
115
- rails-html-sanitizer (1.0.3)
116
- loofah (~> 2.0)
117
- railties (5.0.6)
118
- actionpack (= 5.0.6)
119
- activesupport (= 5.0.6)
120
- method_source
121
- rake (>= 0.8.7)
122
- thor (>= 0.18.1, < 2.0)
123
- rake (12.1.0)
124
- rb-fsevent (0.10.2)
125
- rb-inotify (0.9.10)
126
- ffi (>= 0.5.0, < 2)
127
- sass (3.5.2)
128
- sass-listen (~> 4.0.0)
129
- sass-listen (4.0.0)
130
- rb-fsevent (~> 0.9, >= 0.9.4)
131
- rb-inotify (~> 0.9, >= 0.9.7)
132
- sass-rails (5.0.6)
133
- railties (>= 4.0.0, < 6)
134
- sass (~> 3.1)
135
- sprockets (>= 2.8, < 4.0)
136
- sprockets-rails (>= 2.0, < 4.0)
137
- tilt (>= 1.1, < 3)
138
- spring (2.0.2)
139
- activesupport (>= 4.2)
140
- spring-watcher-listen (2.0.1)
141
- listen (>= 2.7, < 4.0)
142
- spring (>= 1.2, < 3.0)
143
- sprockets (3.7.1)
144
- concurrent-ruby (~> 1.0)
145
- rack (> 1, < 3)
146
- sprockets-rails (3.2.1)
147
- actionpack (>= 4.0)
148
- activesupport (>= 4.0)
149
- sprockets (>= 3.0.0)
150
- sqlite3 (1.3.13)
151
- test-unit (3.2.6)
152
- power_assert
153
- thor (0.20.0)
154
- thread_safe (0.3.6)
155
- tilt (2.0.8)
156
- turbolinks (5.0.1)
157
- turbolinks-source (~> 5)
158
- turbolinks-source (5.0.3)
159
- tzinfo (1.2.3)
160
- thread_safe (~> 0.1)
161
- uglifier (3.2.0)
162
- execjs (>= 0.3.0, < 3)
163
- web-console (3.5.1)
164
- actionview (>= 5.0)
165
- activemodel (>= 5.0)
166
- bindex (>= 0.4.0)
167
- railties (>= 5.0)
168
- websocket-driver (0.6.5)
169
- websocket-extensions (>= 0.1.0)
170
- websocket-extensions (0.1.2)
171
-
172
- PLATFORMS
173
- ruby
174
-
175
- DEPENDENCIES
176
- byebug
177
- coffee-rails (~> 4.2)
178
- factory_bot_rails!
179
- jbuilder (~> 2.5)
180
- jquery-rails
181
- listen (~> 3.0.5)
182
- puma (~> 3.0)
183
- rails (~> 5.0.6)
184
- sass-rails (~> 5.0)
185
- spring
186
- spring-watcher-listen (~> 2.0.0)
187
- sqlite3
188
- test-unit
189
- turbolinks (~> 5)
190
- tzinfo-data
191
- uglifier (>= 1.3.0)
192
- web-console (>= 3.3.0)
193
-
194
- BUNDLED WITH
195
- 1.14.6