factory_girl_rails 4.8.0 → 4.9.0
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 +4 -4
- data/Gemfile.lock +3 -3
- data/factory_girl_rails.gemspec +2 -2
- data/gemfiles/rails3.2.gemfile.lock +43 -34
- data/gemfiles/rails4.1.gemfile.lock +54 -46
- data/gemfiles/rails4.2.gemfile.lock +85 -84
- data/gemfiles/rails5.0.gemfile.lock +62 -61
- data/tmp/aruba/testapp/Gemfile +8 -3
- data/tmp/aruba/testapp/Gemfile.lock +95 -88
- data/tmp/aruba/testapp/bin/spring +2 -1
- data/tmp/aruba/testapp/config/initializers/application_controller_renderer.rb +6 -4
- data/tmp/aruba/testapp/config/initializers/new_framework_defaults.rb +3 -1
- data/tmp/aruba/testapp/config/secrets.yml +2 -2
- data/tmp/aruba/testapp/db/development.sqlite3 +0 -0
- data/tmp/aruba/testapp/db/test.sqlite3 +0 -0
- data/tmp/aruba/testapp/log/development.log +11 -11
- data/tmp/aruba/testapp/log/test.log +13 -13
- data/tmp/aruba/testapp/public/404.html +6 -6
- data/tmp/aruba/testapp/public/422.html +6 -6
- data/tmp/aruba/testapp/public/500.html +6 -6
- metadata +5 -5
@@ -1,33 +1,33 @@
|
|
1
1
|
PATH
|
2
2
|
remote: ../
|
3
3
|
specs:
|
4
|
-
factory_girl_rails (4.
|
5
|
-
factory_girl (~> 4.
|
4
|
+
factory_girl_rails (4.9.0)
|
5
|
+
factory_girl (~> 4.9.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.
|
12
|
-
actionview (= 5.0.
|
13
|
-
activesupport (= 5.0.
|
11
|
+
actionpack (5.0.6)
|
12
|
+
actionview (= 5.0.6)
|
13
|
+
activesupport (= 5.0.6)
|
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.
|
19
|
-
activesupport (= 5.0.
|
18
|
+
actionview (5.0.6)
|
19
|
+
activesupport (= 5.0.6)
|
20
20
|
builder (~> 3.1)
|
21
21
|
erubis (~> 2.7.0)
|
22
22
|
rails-dom-testing (~> 2.0)
|
23
|
-
rails-html-sanitizer (~> 1.0, >= 1.0.
|
24
|
-
activemodel (5.0.
|
25
|
-
activesupport (= 5.0.
|
26
|
-
activerecord (5.0.
|
27
|
-
activemodel (= 5.0.
|
28
|
-
activesupport (= 5.0.
|
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)
|
29
29
|
arel (~> 7.0)
|
30
|
-
activesupport (5.0.
|
30
|
+
activesupport (5.0.6)
|
31
31
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
32
32
|
i18n (~> 0.7)
|
33
33
|
minitest (~> 5.1)
|
@@ -36,97 +36,98 @@ GEM
|
|
36
36
|
bundler
|
37
37
|
rake
|
38
38
|
thor (>= 0.14.0)
|
39
|
-
arel (7.
|
40
|
-
aruba (0.14.
|
39
|
+
arel (7.1.4)
|
40
|
+
aruba (0.14.2)
|
41
41
|
childprocess (~> 0.5.6)
|
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
|
-
builder (3.2.
|
47
|
+
builder (3.2.3)
|
48
48
|
childprocess (0.5.9)
|
49
49
|
ffi (~> 1.0, >= 1.0.11)
|
50
|
-
coffee-rails (4.2.
|
50
|
+
coffee-rails (4.2.2)
|
51
51
|
coffee-script (>= 2.2.0)
|
52
|
-
railties (>= 4.0.0
|
52
|
+
railties (>= 4.0.0)
|
53
53
|
coffee-script (2.4.1)
|
54
54
|
coffee-script-source
|
55
55
|
execjs
|
56
|
-
coffee-script-source (1.
|
57
|
-
concurrent-ruby (1.0.
|
58
|
-
contracts (0.
|
56
|
+
coffee-script-source (1.12.2)
|
57
|
+
concurrent-ruby (1.0.5)
|
58
|
+
contracts (0.16.0)
|
59
|
+
crass (1.0.2)
|
59
60
|
cucumber (1.3.19)
|
60
61
|
builder (>= 2.1.2)
|
61
62
|
diff-lcs (>= 1.1.3)
|
62
63
|
gherkin (~> 2.12)
|
63
64
|
multi_json (>= 1.7.5, < 2.0)
|
64
65
|
multi_test (>= 0.1.2)
|
65
|
-
diff-lcs (1.
|
66
|
+
diff-lcs (1.3)
|
66
67
|
erubis (2.7.0)
|
67
68
|
execjs (2.7.0)
|
68
|
-
factory_girl (4.
|
69
|
+
factory_girl (4.9.0)
|
69
70
|
activesupport (>= 3.0.0)
|
70
|
-
ffi (1.9.
|
71
|
+
ffi (1.9.18)
|
71
72
|
gherkin (2.12.2)
|
72
73
|
multi_json (~> 1.3)
|
73
|
-
i18n (0.
|
74
|
-
|
74
|
+
i18n (0.9.0)
|
75
|
+
concurrent-ruby (~> 1.0)
|
76
|
+
jquery-rails (4.3.1)
|
75
77
|
rails-dom-testing (>= 1, < 3)
|
76
78
|
railties (>= 4.2.0)
|
77
79
|
thor (>= 0.14, < 2.0)
|
78
|
-
loofah (2.
|
80
|
+
loofah (2.1.1)
|
81
|
+
crass (~> 1.0.2)
|
79
82
|
nokogiri (>= 1.5.9)
|
80
|
-
method_source (0.
|
81
|
-
mini_portile2 (2.
|
82
|
-
minitest (5.
|
83
|
-
multi_json (1.12.
|
83
|
+
method_source (0.9.0)
|
84
|
+
mini_portile2 (2.3.0)
|
85
|
+
minitest (5.10.3)
|
86
|
+
multi_json (1.12.2)
|
84
87
|
multi_test (0.1.2)
|
85
|
-
nokogiri (1.
|
86
|
-
mini_portile2 (~> 2.
|
87
|
-
pkg-config (~> 1.1.7)
|
88
|
-
pkg-config (1.1.7)
|
88
|
+
nokogiri (1.8.1)
|
89
|
+
mini_portile2 (~> 2.3.0)
|
89
90
|
power_assert (0.3.0)
|
90
|
-
rack (2.0.
|
91
|
+
rack (2.0.3)
|
91
92
|
rack-test (0.6.3)
|
92
93
|
rack (>= 1.0)
|
93
|
-
rails-dom-testing (2.0.
|
94
|
-
activesupport (>= 4.2.0
|
95
|
-
nokogiri (
|
94
|
+
rails-dom-testing (2.0.3)
|
95
|
+
activesupport (>= 4.2.0)
|
96
|
+
nokogiri (>= 1.6)
|
96
97
|
rails-html-sanitizer (1.0.3)
|
97
98
|
loofah (~> 2.0)
|
98
|
-
railties (5.0.
|
99
|
-
actionpack (= 5.0.
|
100
|
-
activesupport (= 5.0.
|
99
|
+
railties (5.0.6)
|
100
|
+
actionpack (= 5.0.6)
|
101
|
+
activesupport (= 5.0.6)
|
101
102
|
method_source
|
102
103
|
rake (>= 0.8.7)
|
103
104
|
thor (>= 0.18.1, < 2.0)
|
104
|
-
rake (
|
105
|
-
rspec-core (3.5.
|
106
|
-
rspec-support (
|
107
|
-
rspec-expectations (3.5.0
|
105
|
+
rake (12.1.0)
|
106
|
+
rspec-core (3.5.4)
|
107
|
+
rspec-support (~> 3.5.0)
|
108
|
+
rspec-expectations (3.5.0)
|
108
109
|
diff-lcs (>= 1.2.0, < 2.0)
|
109
|
-
rspec-support (
|
110
|
-
rspec-mocks (3.5.0
|
110
|
+
rspec-support (~> 3.5.0)
|
111
|
+
rspec-mocks (3.5.0)
|
111
112
|
diff-lcs (>= 1.2.0, < 2.0)
|
112
|
-
rspec-support (
|
113
|
-
rspec-rails (3.5.
|
113
|
+
rspec-support (~> 3.5.0)
|
114
|
+
rspec-rails (3.5.2)
|
114
115
|
actionpack (>= 3.0)
|
115
116
|
activesupport (>= 3.0)
|
116
117
|
railties (>= 3.0)
|
117
|
-
rspec-core (
|
118
|
-
rspec-expectations (
|
119
|
-
rspec-mocks (
|
120
|
-
rspec-support (
|
121
|
-
rspec-support (3.5.0
|
122
|
-
sqlite3 (1.3.
|
118
|
+
rspec-core (~> 3.5.0)
|
119
|
+
rspec-expectations (~> 3.5.0)
|
120
|
+
rspec-mocks (~> 3.5.0)
|
121
|
+
rspec-support (~> 3.5.0)
|
122
|
+
rspec-support (3.5.0)
|
123
|
+
sqlite3 (1.3.13)
|
123
124
|
test-unit (3.2.0)
|
124
125
|
power_assert
|
125
|
-
thor (0.
|
126
|
-
thread_safe (0.3.
|
127
|
-
tzinfo (1.2.
|
126
|
+
thor (0.20.0)
|
127
|
+
thread_safe (0.3.6)
|
128
|
+
tzinfo (1.2.3)
|
128
129
|
thread_safe (~> 0.1)
|
129
|
-
uglifier (3.
|
130
|
+
uglifier (3.2.0)
|
130
131
|
execjs (>= 0.3.0, < 3)
|
131
132
|
|
132
133
|
PLATFORMS
|
data/tmp/aruba/testapp/Gemfile
CHANGED
@@ -1,8 +1,13 @@
|
|
1
1
|
source 'https://rubygems.org'
|
2
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
|
+
|
3
8
|
|
4
9
|
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
|
5
|
-
gem 'rails', '~> 5.0.
|
10
|
+
gem 'rails', '~> 5.0.6'
|
6
11
|
# Use sqlite3 as the database for Active Record
|
7
12
|
gem 'sqlite3'
|
8
13
|
# Use Puma as the app server
|
@@ -37,7 +42,7 @@ end
|
|
37
42
|
|
38
43
|
group :development do
|
39
44
|
# Access an IRB console on exception pages or by using <%= console %> anywhere in the code.
|
40
|
-
gem 'web-console'
|
45
|
+
gem 'web-console', '>= 3.3.0'
|
41
46
|
gem 'listen', '~> 3.0.5'
|
42
47
|
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
|
43
48
|
gem 'spring'
|
@@ -46,5 +51,5 @@ end
|
|
46
51
|
|
47
52
|
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
|
48
53
|
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
|
49
|
-
gem "factory_girl_rails", :path => "/Users/joshuaclayton/dev/gems/
|
54
|
+
gem "factory_girl_rails", :path => "/Users/joshuaclayton/dev/gems/factory_bot_rails"
|
50
55
|
gem "test-unit"
|
@@ -1,164 +1,171 @@
|
|
1
1
|
PATH
|
2
|
-
remote: /Users/joshuaclayton/dev/gems/
|
2
|
+
remote: /Users/joshuaclayton/dev/gems/factory_bot_rails
|
3
3
|
specs:
|
4
|
-
factory_girl_rails (4.
|
5
|
-
factory_girl (~> 4.
|
4
|
+
factory_girl_rails (4.9.0)
|
5
|
+
factory_girl (~> 4.9.0)
|
6
6
|
railties (>= 3.0.0)
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: https://rubygems.org/
|
10
10
|
specs:
|
11
|
-
actioncable (5.0.
|
12
|
-
actionpack (= 5.0.
|
13
|
-
nio4r (
|
11
|
+
actioncable (5.0.6)
|
12
|
+
actionpack (= 5.0.6)
|
13
|
+
nio4r (>= 1.2, < 3.0)
|
14
14
|
websocket-driver (~> 0.6.1)
|
15
|
-
actionmailer (5.0.
|
16
|
-
actionpack (= 5.0.
|
17
|
-
actionview (= 5.0.
|
18
|
-
activejob (= 5.0.
|
15
|
+
actionmailer (5.0.6)
|
16
|
+
actionpack (= 5.0.6)
|
17
|
+
actionview (= 5.0.6)
|
18
|
+
activejob (= 5.0.6)
|
19
19
|
mail (~> 2.5, >= 2.5.4)
|
20
20
|
rails-dom-testing (~> 2.0)
|
21
|
-
actionpack (5.0.
|
22
|
-
actionview (= 5.0.
|
23
|
-
activesupport (= 5.0.
|
21
|
+
actionpack (5.0.6)
|
22
|
+
actionview (= 5.0.6)
|
23
|
+
activesupport (= 5.0.6)
|
24
24
|
rack (~> 2.0)
|
25
25
|
rack-test (~> 0.6.3)
|
26
26
|
rails-dom-testing (~> 2.0)
|
27
27
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
28
|
-
actionview (5.0.
|
29
|
-
activesupport (= 5.0.
|
28
|
+
actionview (5.0.6)
|
29
|
+
activesupport (= 5.0.6)
|
30
30
|
builder (~> 3.1)
|
31
31
|
erubis (~> 2.7.0)
|
32
32
|
rails-dom-testing (~> 2.0)
|
33
|
-
rails-html-sanitizer (~> 1.0, >= 1.0.
|
34
|
-
activejob (5.0.
|
35
|
-
activesupport (= 5.0.
|
33
|
+
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
34
|
+
activejob (5.0.6)
|
35
|
+
activesupport (= 5.0.6)
|
36
36
|
globalid (>= 0.3.6)
|
37
|
-
activemodel (5.0.
|
38
|
-
activesupport (= 5.0.
|
39
|
-
activerecord (5.0.
|
40
|
-
activemodel (= 5.0.
|
41
|
-
activesupport (= 5.0.
|
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
42
|
arel (~> 7.0)
|
43
|
-
activesupport (5.0.
|
43
|
+
activesupport (5.0.6)
|
44
44
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
45
45
|
i18n (~> 0.7)
|
46
46
|
minitest (~> 5.1)
|
47
47
|
tzinfo (~> 1.1)
|
48
48
|
arel (7.1.4)
|
49
|
-
|
50
|
-
|
51
|
-
|
49
|
+
bindex (0.5.0)
|
50
|
+
builder (3.2.3)
|
51
|
+
byebug (9.1.0)
|
52
|
+
coffee-rails (4.2.2)
|
52
53
|
coffee-script (>= 2.2.0)
|
53
|
-
railties (>= 4.0.0
|
54
|
+
railties (>= 4.0.0)
|
54
55
|
coffee-script (2.4.1)
|
55
56
|
coffee-script-source
|
56
57
|
execjs
|
57
|
-
coffee-script-source (1.
|
58
|
-
concurrent-ruby (1.0.
|
59
|
-
|
58
|
+
coffee-script-source (1.12.2)
|
59
|
+
concurrent-ruby (1.0.5)
|
60
|
+
crass (1.0.2)
|
60
61
|
erubis (2.7.0)
|
61
62
|
execjs (2.7.0)
|
62
|
-
factory_girl (4.
|
63
|
+
factory_girl (4.9.0)
|
63
64
|
activesupport (>= 3.0.0)
|
64
|
-
ffi (1.9.
|
65
|
-
globalid (0.
|
66
|
-
activesupport (>= 4.
|
67
|
-
i18n (0.
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
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)
|
72
74
|
rails-dom-testing (>= 1, < 3)
|
73
75
|
railties (>= 4.2.0)
|
74
76
|
thor (>= 0.14, < 2.0)
|
75
77
|
listen (3.0.8)
|
76
78
|
rb-fsevent (~> 0.9, >= 0.9.4)
|
77
79
|
rb-inotify (~> 0.9, >= 0.9.7)
|
78
|
-
loofah (2.
|
80
|
+
loofah (2.1.1)
|
81
|
+
crass (~> 1.0.2)
|
79
82
|
nokogiri (>= 1.5.9)
|
80
|
-
mail (2.6.
|
83
|
+
mail (2.6.6)
|
81
84
|
mime-types (>= 1.16, < 4)
|
82
|
-
method_source (0.
|
85
|
+
method_source (0.9.0)
|
83
86
|
mime-types (3.1)
|
84
87
|
mime-types-data (~> 3.2015)
|
85
88
|
mime-types-data (3.2016.0521)
|
86
|
-
mini_portile2 (2.
|
87
|
-
minitest (5.10.
|
88
|
-
multi_json (1.12.
|
89
|
-
nio4r (
|
90
|
-
nokogiri (1.
|
91
|
-
mini_portile2 (~> 2.
|
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)
|
92
95
|
power_assert (0.3.0)
|
93
|
-
puma (3.
|
94
|
-
rack (2.0.
|
96
|
+
puma (3.10.0)
|
97
|
+
rack (2.0.3)
|
95
98
|
rack-test (0.6.3)
|
96
99
|
rack (>= 1.0)
|
97
|
-
rails (5.0.
|
98
|
-
actioncable (= 5.0.
|
99
|
-
actionmailer (= 5.0.
|
100
|
-
actionpack (= 5.0.
|
101
|
-
actionview (= 5.0.
|
102
|
-
activejob (= 5.0.
|
103
|
-
activemodel (= 5.0.
|
104
|
-
activerecord (= 5.0.
|
105
|
-
activesupport (= 5.0.
|
106
|
-
bundler (>= 1.3.0
|
107
|
-
railties (= 5.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)
|
108
111
|
sprockets-rails (>= 2.0.0)
|
109
|
-
rails-dom-testing (2.0.
|
110
|
-
activesupport (>= 4.2.0
|
111
|
-
nokogiri (
|
112
|
+
rails-dom-testing (2.0.3)
|
113
|
+
activesupport (>= 4.2.0)
|
114
|
+
nokogiri (>= 1.6)
|
112
115
|
rails-html-sanitizer (1.0.3)
|
113
116
|
loofah (~> 2.0)
|
114
|
-
railties (5.0.
|
115
|
-
actionpack (= 5.0.
|
116
|
-
activesupport (= 5.0.
|
117
|
+
railties (5.0.6)
|
118
|
+
actionpack (= 5.0.6)
|
119
|
+
activesupport (= 5.0.6)
|
117
120
|
method_source
|
118
121
|
rake (>= 0.8.7)
|
119
122
|
thor (>= 0.18.1, < 2.0)
|
120
|
-
rake (12.
|
121
|
-
rb-fsevent (0.
|
122
|
-
rb-inotify (0.9.
|
123
|
-
ffi (>= 0.5.0)
|
124
|
-
sass (3.
|
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)
|
125
132
|
sass-rails (5.0.6)
|
126
133
|
railties (>= 4.0.0, < 6)
|
127
134
|
sass (~> 3.1)
|
128
135
|
sprockets (>= 2.8, < 4.0)
|
129
136
|
sprockets-rails (>= 2.0, < 4.0)
|
130
137
|
tilt (>= 1.1, < 3)
|
131
|
-
spring (2.0.
|
138
|
+
spring (2.0.2)
|
132
139
|
activesupport (>= 4.2)
|
133
140
|
spring-watcher-listen (2.0.1)
|
134
141
|
listen (>= 2.7, < 4.0)
|
135
142
|
spring (>= 1.2, < 3.0)
|
136
|
-
sprockets (3.7.
|
143
|
+
sprockets (3.7.1)
|
137
144
|
concurrent-ruby (~> 1.0)
|
138
145
|
rack (> 1, < 3)
|
139
|
-
sprockets-rails (3.2.
|
146
|
+
sprockets-rails (3.2.1)
|
140
147
|
actionpack (>= 4.0)
|
141
148
|
activesupport (>= 4.0)
|
142
149
|
sprockets (>= 3.0.0)
|
143
|
-
sqlite3 (1.3.
|
150
|
+
sqlite3 (1.3.13)
|
144
151
|
test-unit (3.2.0)
|
145
152
|
power_assert
|
146
|
-
thor (0.
|
147
|
-
thread_safe (0.3.
|
148
|
-
tilt (2.0.
|
153
|
+
thor (0.20.0)
|
154
|
+
thread_safe (0.3.6)
|
155
|
+
tilt (2.0.8)
|
149
156
|
turbolinks (5.0.1)
|
150
157
|
turbolinks-source (~> 5)
|
151
|
-
turbolinks-source (5.0.
|
152
|
-
tzinfo (1.2.
|
158
|
+
turbolinks-source (5.0.3)
|
159
|
+
tzinfo (1.2.3)
|
153
160
|
thread_safe (~> 0.1)
|
154
|
-
uglifier (3.0
|
161
|
+
uglifier (3.2.0)
|
155
162
|
execjs (>= 0.3.0, < 3)
|
156
|
-
web-console (3.
|
163
|
+
web-console (3.5.1)
|
157
164
|
actionview (>= 5.0)
|
158
165
|
activemodel (>= 5.0)
|
159
|
-
|
166
|
+
bindex (>= 0.4.0)
|
160
167
|
railties (>= 5.0)
|
161
|
-
websocket-driver (0.6.
|
168
|
+
websocket-driver (0.6.5)
|
162
169
|
websocket-extensions (>= 0.1.0)
|
163
170
|
websocket-extensions (0.1.2)
|
164
171
|
|
@@ -173,7 +180,7 @@ DEPENDENCIES
|
|
173
180
|
jquery-rails
|
174
181
|
listen (~> 3.0.5)
|
175
182
|
puma (~> 3.0)
|
176
|
-
rails (~> 5.0.
|
183
|
+
rails (~> 5.0.6)
|
177
184
|
sass-rails (~> 5.0)
|
178
185
|
spring
|
179
186
|
spring-watcher-listen (~> 2.0.0)
|
@@ -182,7 +189,7 @@ DEPENDENCIES
|
|
182
189
|
turbolinks (~> 5)
|
183
190
|
tzinfo-data
|
184
191
|
uglifier (>= 1.3.0)
|
185
|
-
web-console
|
192
|
+
web-console (>= 3.3.0)
|
186
193
|
|
187
194
|
BUNDLED WITH
|
188
195
|
1.13.6
|