rails_state_machine 2.2.0 → 3.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/test.yml +2 -2
- data/.ruby-version +1 -1
- data/CHANGELOG.md +57 -0
- data/Gemfile +1 -1
- data/Gemfile.5.2.pg +2 -2
- data/Gemfile.5.2.pg.lock +123 -103
- data/Gemfile.6.0.pg +2 -2
- data/Gemfile.6.0.pg.lock +140 -120
- data/Gemfile.6.1.pg +4 -4
- data/Gemfile.6.1.pg.lock +131 -119
- data/Gemfile.7.0.pg +6 -5
- data/Gemfile.7.0.pg.lock +112 -93
- data/Gemfile.lock +1 -1
- data/README.md +7 -2
- data/bin/console +1 -1
- data/lib/rails_state_machine/callbacks.rb +11 -0
- data/lib/rails_state_machine/state_machine.rb +5 -11
- data/lib/rails_state_machine/state_manager.rb +25 -7
- data/lib/rails_state_machine/version.rb +1 -1
- data/rails_state_machine.gemspec +0 -1
- metadata +3 -19
- data/Gemfile.5.1.pg +0 -15
- data/Gemfile.5.1.pg.lock +0 -149
data/Gemfile.6.0.pg.lock
CHANGED
@@ -1,175 +1,195 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
rails_state_machine (
|
4
|
+
rails_state_machine (3.0.0)
|
5
5
|
activerecord
|
6
6
|
|
7
7
|
GEM
|
8
8
|
remote: https://rubygems.org/
|
9
9
|
specs:
|
10
|
-
actioncable (6.0.
|
11
|
-
actionpack (= 6.0.
|
10
|
+
actioncable (6.0.6.1)
|
11
|
+
actionpack (= 6.0.6.1)
|
12
12
|
nio4r (~> 2.0)
|
13
13
|
websocket-driver (>= 0.6.1)
|
14
|
-
actionmailbox (6.0.
|
15
|
-
actionpack (= 6.0.
|
16
|
-
activejob (= 6.0.
|
17
|
-
activerecord (= 6.0.
|
18
|
-
activestorage (= 6.0.
|
19
|
-
activesupport (= 6.0.
|
14
|
+
actionmailbox (6.0.6.1)
|
15
|
+
actionpack (= 6.0.6.1)
|
16
|
+
activejob (= 6.0.6.1)
|
17
|
+
activerecord (= 6.0.6.1)
|
18
|
+
activestorage (= 6.0.6.1)
|
19
|
+
activesupport (= 6.0.6.1)
|
20
20
|
mail (>= 2.7.1)
|
21
|
-
actionmailer (6.0.
|
22
|
-
actionpack (= 6.0.
|
23
|
-
actionview (= 6.0.
|
24
|
-
activejob (= 6.0.
|
21
|
+
actionmailer (6.0.6.1)
|
22
|
+
actionpack (= 6.0.6.1)
|
23
|
+
actionview (= 6.0.6.1)
|
24
|
+
activejob (= 6.0.6.1)
|
25
25
|
mail (~> 2.5, >= 2.5.4)
|
26
26
|
rails-dom-testing (~> 2.0)
|
27
|
-
actionpack (6.0.
|
28
|
-
actionview (= 6.0.
|
29
|
-
activesupport (= 6.0.
|
30
|
-
rack (~> 2.0)
|
27
|
+
actionpack (6.0.6.1)
|
28
|
+
actionview (= 6.0.6.1)
|
29
|
+
activesupport (= 6.0.6.1)
|
30
|
+
rack (~> 2.0, >= 2.0.8)
|
31
31
|
rack-test (>= 0.6.3)
|
32
32
|
rails-dom-testing (~> 2.0)
|
33
33
|
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
34
|
-
actiontext (6.0.
|
35
|
-
actionpack (= 6.0.
|
36
|
-
activerecord (= 6.0.
|
37
|
-
activestorage (= 6.0.
|
38
|
-
activesupport (= 6.0.
|
34
|
+
actiontext (6.0.6.1)
|
35
|
+
actionpack (= 6.0.6.1)
|
36
|
+
activerecord (= 6.0.6.1)
|
37
|
+
activestorage (= 6.0.6.1)
|
38
|
+
activesupport (= 6.0.6.1)
|
39
39
|
nokogiri (>= 1.8.5)
|
40
|
-
actionview (6.0.
|
41
|
-
activesupport (= 6.0.
|
40
|
+
actionview (6.0.6.1)
|
41
|
+
activesupport (= 6.0.6.1)
|
42
42
|
builder (~> 3.1)
|
43
43
|
erubi (~> 1.4)
|
44
44
|
rails-dom-testing (~> 2.0)
|
45
45
|
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
46
|
-
activejob (6.0.
|
47
|
-
activesupport (= 6.0.
|
46
|
+
activejob (6.0.6.1)
|
47
|
+
activesupport (= 6.0.6.1)
|
48
48
|
globalid (>= 0.3.6)
|
49
|
-
activemodel (6.0.
|
50
|
-
activesupport (= 6.0.
|
51
|
-
activerecord (6.0.
|
52
|
-
activemodel (= 6.0.
|
53
|
-
activesupport (= 6.0.
|
54
|
-
activestorage (6.0.
|
55
|
-
actionpack (= 6.0.
|
56
|
-
activejob (= 6.0.
|
57
|
-
activerecord (= 6.0.
|
58
|
-
marcel (~> 0
|
59
|
-
activesupport (6.0.
|
49
|
+
activemodel (6.0.6.1)
|
50
|
+
activesupport (= 6.0.6.1)
|
51
|
+
activerecord (6.0.6.1)
|
52
|
+
activemodel (= 6.0.6.1)
|
53
|
+
activesupport (= 6.0.6.1)
|
54
|
+
activestorage (6.0.6.1)
|
55
|
+
actionpack (= 6.0.6.1)
|
56
|
+
activejob (= 6.0.6.1)
|
57
|
+
activerecord (= 6.0.6.1)
|
58
|
+
marcel (~> 1.0)
|
59
|
+
activesupport (6.0.6.1)
|
60
60
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
61
61
|
i18n (>= 0.7, < 2)
|
62
62
|
minitest (~> 5.1)
|
63
63
|
tzinfo (~> 1.1)
|
64
|
-
zeitwerk (~> 2.
|
65
|
-
builder (3.
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
64
|
+
zeitwerk (~> 2.2, >= 2.2.2)
|
65
|
+
builder (3.3.0)
|
66
|
+
coderay (1.1.3)
|
67
|
+
concurrent-ruby (1.3.3)
|
68
|
+
crass (1.0.6)
|
69
|
+
database_cleaner (2.0.2)
|
70
|
+
database_cleaner-active_record (>= 2, < 3)
|
71
|
+
database_cleaner-active_record (2.1.0)
|
72
|
+
activerecord (>= 5.a)
|
73
|
+
database_cleaner-core (~> 2.0.0)
|
74
|
+
database_cleaner-core (2.0.1)
|
75
|
+
diff-lcs (1.5.1)
|
76
|
+
digest (3.1.1)
|
77
|
+
erubi (1.13.0)
|
78
|
+
gemika (0.8.3)
|
79
|
+
globalid (1.1.0)
|
80
|
+
activesupport (>= 5.0)
|
81
|
+
i18n (1.14.5)
|
77
82
|
concurrent-ruby (~> 1.0)
|
78
|
-
|
83
|
+
io-wait (0.3.1)
|
84
|
+
loofah (2.22.0)
|
79
85
|
crass (~> 1.0.2)
|
80
|
-
nokogiri (>= 1.
|
81
|
-
mail (2.
|
86
|
+
nokogiri (>= 1.12.0)
|
87
|
+
mail (2.8.1)
|
82
88
|
mini_mime (>= 0.1.1)
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
89
|
+
net-imap
|
90
|
+
net-pop
|
91
|
+
net-smtp
|
92
|
+
marcel (1.0.4)
|
93
|
+
method_source (1.1.0)
|
94
|
+
mini_mime (1.1.2)
|
95
|
+
mini_portile2 (2.6.1)
|
96
|
+
minitest (5.15.0)
|
97
|
+
net-imap (0.2.2)
|
98
|
+
digest
|
99
|
+
net-protocol
|
100
|
+
strscan
|
101
|
+
net-pop (0.1.2)
|
102
|
+
net-protocol
|
103
|
+
net-protocol (0.1.2)
|
104
|
+
io-wait
|
105
|
+
timeout
|
106
|
+
net-smtp (0.3.0)
|
107
|
+
digest
|
108
|
+
net-protocol
|
109
|
+
timeout
|
110
|
+
nio4r (2.7.3)
|
111
|
+
nokogiri (1.12.5)
|
112
|
+
mini_portile2 (~> 2.6.1)
|
113
|
+
racc (~> 1.4)
|
114
|
+
pg (1.5.6)
|
115
|
+
pry (0.14.2)
|
116
|
+
coderay (~> 1.1)
|
117
|
+
method_source (~> 1.0)
|
118
|
+
racc (1.8.0)
|
119
|
+
rack (2.2.9)
|
120
|
+
rack-test (2.1.0)
|
121
|
+
rack (>= 1.3)
|
122
|
+
rails (6.0.6.1)
|
123
|
+
actioncable (= 6.0.6.1)
|
124
|
+
actionmailbox (= 6.0.6.1)
|
125
|
+
actionmailer (= 6.0.6.1)
|
126
|
+
actionpack (= 6.0.6.1)
|
127
|
+
actiontext (= 6.0.6.1)
|
128
|
+
actionview (= 6.0.6.1)
|
129
|
+
activejob (= 6.0.6.1)
|
130
|
+
activemodel (= 6.0.6.1)
|
131
|
+
activerecord (= 6.0.6.1)
|
132
|
+
activestorage (= 6.0.6.1)
|
133
|
+
activesupport (= 6.0.6.1)
|
117
134
|
bundler (>= 1.3.0)
|
118
|
-
railties (= 6.0.
|
135
|
+
railties (= 6.0.6.1)
|
119
136
|
sprockets-rails (>= 2.0.0)
|
120
|
-
rails-dom-testing (2.0
|
121
|
-
activesupport (>=
|
137
|
+
rails-dom-testing (2.2.0)
|
138
|
+
activesupport (>= 5.0.0)
|
139
|
+
minitest
|
122
140
|
nokogiri (>= 1.6)
|
123
|
-
rails-html-sanitizer (1.
|
124
|
-
loofah (~> 2.
|
125
|
-
railties (6.0.
|
126
|
-
actionpack (= 6.0.
|
127
|
-
activesupport (= 6.0.
|
141
|
+
rails-html-sanitizer (1.5.0)
|
142
|
+
loofah (~> 2.19, >= 2.19.1)
|
143
|
+
railties (6.0.6.1)
|
144
|
+
actionpack (= 6.0.6.1)
|
145
|
+
activesupport (= 6.0.6.1)
|
128
146
|
method_source
|
129
147
|
rake (>= 0.8.7)
|
130
148
|
thor (>= 0.20.3, < 2.0)
|
131
|
-
rake (13.
|
132
|
-
rspec (3.
|
133
|
-
rspec-core (~> 3.
|
134
|
-
rspec-expectations (~> 3.
|
135
|
-
rspec-mocks (~> 3.
|
136
|
-
rspec-core (3.
|
137
|
-
rspec-support (~> 3.
|
138
|
-
rspec-expectations (3.
|
149
|
+
rake (13.2.1)
|
150
|
+
rspec (3.13.0)
|
151
|
+
rspec-core (~> 3.13.0)
|
152
|
+
rspec-expectations (~> 3.13.0)
|
153
|
+
rspec-mocks (~> 3.13.0)
|
154
|
+
rspec-core (3.13.0)
|
155
|
+
rspec-support (~> 3.13.0)
|
156
|
+
rspec-expectations (3.13.1)
|
139
157
|
diff-lcs (>= 1.2.0, < 2.0)
|
140
|
-
rspec-support (~> 3.
|
141
|
-
rspec-mocks (3.
|
158
|
+
rspec-support (~> 3.13.0)
|
159
|
+
rspec-mocks (3.13.1)
|
142
160
|
diff-lcs (>= 1.2.0, < 2.0)
|
143
|
-
rspec-support (~> 3.
|
144
|
-
rspec-support (3.
|
145
|
-
sprockets (
|
161
|
+
rspec-support (~> 3.13.0)
|
162
|
+
rspec-support (3.13.1)
|
163
|
+
sprockets (4.2.1)
|
146
164
|
concurrent-ruby (~> 1.0)
|
147
|
-
rack (
|
148
|
-
sprockets-rails (3.2
|
149
|
-
actionpack (>=
|
150
|
-
activesupport (>=
|
165
|
+
rack (>= 2.2.4, < 4)
|
166
|
+
sprockets-rails (3.4.2)
|
167
|
+
actionpack (>= 5.2)
|
168
|
+
activesupport (>= 5.2)
|
151
169
|
sprockets (>= 3.0.0)
|
152
|
-
|
170
|
+
strscan (3.1.0)
|
171
|
+
thor (1.2.2)
|
153
172
|
thread_safe (0.3.6)
|
154
|
-
|
173
|
+
timeout (0.4.0)
|
174
|
+
tzinfo (1.2.11)
|
155
175
|
thread_safe (~> 0.1)
|
156
|
-
websocket-driver (0.7.
|
176
|
+
websocket-driver (0.7.6)
|
157
177
|
websocket-extensions (>= 0.1.0)
|
158
|
-
websocket-extensions (0.1.
|
159
|
-
zeitwerk (2.
|
178
|
+
websocket-extensions (0.1.5)
|
179
|
+
zeitwerk (2.6.16)
|
160
180
|
|
161
181
|
PLATFORMS
|
162
182
|
ruby
|
163
183
|
|
164
184
|
DEPENDENCIES
|
165
185
|
database_cleaner
|
166
|
-
gemika
|
186
|
+
gemika (>= 0.8.1)
|
167
187
|
pg
|
168
|
-
pry
|
188
|
+
pry
|
169
189
|
rails (~> 6.0.0)
|
170
190
|
rails_state_machine!
|
171
191
|
rake
|
172
192
|
rspec (~> 3.5)
|
173
193
|
|
174
194
|
BUNDLED WITH
|
175
|
-
2.3.
|
195
|
+
2.3.11
|
data/Gemfile.6.1.pg
CHANGED
@@ -2,13 +2,13 @@ source 'https://rubygems.org'
|
|
2
2
|
|
3
3
|
# Runtime dependencies
|
4
4
|
gem 'rails', '~>6.1.0'
|
5
|
-
gem 'pg'
|
5
|
+
gem 'pg', '> 1.2.3'
|
6
6
|
|
7
7
|
# Development dependencies
|
8
8
|
gem 'rspec', '~>3.5'
|
9
|
-
gem 'rake'
|
10
|
-
gem 'pry
|
11
|
-
gem 'gemika'
|
9
|
+
gem 'rake', '> 10.0'
|
10
|
+
gem 'pry'
|
11
|
+
gem 'gemika', '>= 0.8.1'
|
12
12
|
gem 'database_cleaner'
|
13
13
|
|
14
14
|
# Gem under test
|
data/Gemfile.6.1.pg.lock
CHANGED
@@ -1,181 +1,193 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
rails_state_machine (
|
4
|
+
rails_state_machine (3.0.0)
|
5
5
|
activerecord
|
6
6
|
|
7
7
|
GEM
|
8
8
|
remote: https://rubygems.org/
|
9
9
|
specs:
|
10
|
-
actioncable (6.1.
|
11
|
-
actionpack (= 6.1.
|
12
|
-
activesupport (= 6.1.
|
10
|
+
actioncable (6.1.7.8)
|
11
|
+
actionpack (= 6.1.7.8)
|
12
|
+
activesupport (= 6.1.7.8)
|
13
13
|
nio4r (~> 2.0)
|
14
14
|
websocket-driver (>= 0.6.1)
|
15
|
-
actionmailbox (6.1.
|
16
|
-
actionpack (= 6.1.
|
17
|
-
activejob (= 6.1.
|
18
|
-
activerecord (= 6.1.
|
19
|
-
activestorage (= 6.1.
|
20
|
-
activesupport (= 6.1.
|
15
|
+
actionmailbox (6.1.7.8)
|
16
|
+
actionpack (= 6.1.7.8)
|
17
|
+
activejob (= 6.1.7.8)
|
18
|
+
activerecord (= 6.1.7.8)
|
19
|
+
activestorage (= 6.1.7.8)
|
20
|
+
activesupport (= 6.1.7.8)
|
21
21
|
mail (>= 2.7.1)
|
22
|
-
actionmailer (6.1.
|
23
|
-
actionpack (= 6.1.
|
24
|
-
actionview (= 6.1.
|
25
|
-
activejob (= 6.1.
|
26
|
-
activesupport (= 6.1.
|
22
|
+
actionmailer (6.1.7.8)
|
23
|
+
actionpack (= 6.1.7.8)
|
24
|
+
actionview (= 6.1.7.8)
|
25
|
+
activejob (= 6.1.7.8)
|
26
|
+
activesupport (= 6.1.7.8)
|
27
27
|
mail (~> 2.5, >= 2.5.4)
|
28
28
|
rails-dom-testing (~> 2.0)
|
29
|
-
actionpack (6.1.
|
30
|
-
actionview (= 6.1.
|
31
|
-
activesupport (= 6.1.
|
29
|
+
actionpack (6.1.7.8)
|
30
|
+
actionview (= 6.1.7.8)
|
31
|
+
activesupport (= 6.1.7.8)
|
32
32
|
rack (~> 2.0, >= 2.0.9)
|
33
33
|
rack-test (>= 0.6.3)
|
34
34
|
rails-dom-testing (~> 2.0)
|
35
35
|
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
36
|
-
actiontext (6.1.
|
37
|
-
actionpack (= 6.1.
|
38
|
-
activerecord (= 6.1.
|
39
|
-
activestorage (= 6.1.
|
40
|
-
activesupport (= 6.1.
|
36
|
+
actiontext (6.1.7.8)
|
37
|
+
actionpack (= 6.1.7.8)
|
38
|
+
activerecord (= 6.1.7.8)
|
39
|
+
activestorage (= 6.1.7.8)
|
40
|
+
activesupport (= 6.1.7.8)
|
41
41
|
nokogiri (>= 1.8.5)
|
42
|
-
actionview (6.1.
|
43
|
-
activesupport (= 6.1.
|
42
|
+
actionview (6.1.7.8)
|
43
|
+
activesupport (= 6.1.7.8)
|
44
44
|
builder (~> 3.1)
|
45
45
|
erubi (~> 1.4)
|
46
46
|
rails-dom-testing (~> 2.0)
|
47
47
|
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
48
|
-
activejob (6.1.
|
49
|
-
activesupport (= 6.1.
|
48
|
+
activejob (6.1.7.8)
|
49
|
+
activesupport (= 6.1.7.8)
|
50
50
|
globalid (>= 0.3.6)
|
51
|
-
activemodel (6.1.
|
52
|
-
activesupport (= 6.1.
|
53
|
-
activerecord (6.1.
|
54
|
-
activemodel (= 6.1.
|
55
|
-
activesupport (= 6.1.
|
56
|
-
activestorage (6.1.
|
57
|
-
actionpack (= 6.1.
|
58
|
-
activejob (= 6.1.
|
59
|
-
activerecord (= 6.1.
|
60
|
-
activesupport (= 6.1.
|
61
|
-
marcel (~> 1.0
|
62
|
-
mini_mime (
|
63
|
-
activesupport (6.1.
|
51
|
+
activemodel (6.1.7.8)
|
52
|
+
activesupport (= 6.1.7.8)
|
53
|
+
activerecord (6.1.7.8)
|
54
|
+
activemodel (= 6.1.7.8)
|
55
|
+
activesupport (= 6.1.7.8)
|
56
|
+
activestorage (6.1.7.8)
|
57
|
+
actionpack (= 6.1.7.8)
|
58
|
+
activejob (= 6.1.7.8)
|
59
|
+
activerecord (= 6.1.7.8)
|
60
|
+
activesupport (= 6.1.7.8)
|
61
|
+
marcel (~> 1.0)
|
62
|
+
mini_mime (>= 1.1.0)
|
63
|
+
activesupport (6.1.7.8)
|
64
64
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
65
65
|
i18n (>= 1.6, < 2)
|
66
66
|
minitest (>= 5.1)
|
67
67
|
tzinfo (~> 2.0)
|
68
68
|
zeitwerk (~> 2.3)
|
69
|
-
builder (3.
|
70
|
-
byebug (11.1.3)
|
69
|
+
builder (3.3.0)
|
71
70
|
coderay (1.1.3)
|
72
|
-
concurrent-ruby (1.
|
71
|
+
concurrent-ruby (1.3.3)
|
73
72
|
crass (1.0.6)
|
74
|
-
database_cleaner (2.0.
|
75
|
-
database_cleaner-active_record (
|
76
|
-
database_cleaner-active_record (2.
|
73
|
+
database_cleaner (2.0.2)
|
74
|
+
database_cleaner-active_record (>= 2, < 3)
|
75
|
+
database_cleaner-active_record (2.1.0)
|
77
76
|
activerecord (>= 5.a)
|
78
77
|
database_cleaner-core (~> 2.0.0)
|
79
78
|
database_cleaner-core (2.0.1)
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
79
|
+
date (3.3.4)
|
80
|
+
diff-lcs (1.5.1)
|
81
|
+
erubi (1.13.0)
|
82
|
+
gemika (0.8.3)
|
83
|
+
globalid (1.2.1)
|
84
|
+
activesupport (>= 6.1)
|
85
|
+
i18n (1.14.5)
|
86
86
|
concurrent-ruby (~> 1.0)
|
87
|
-
loofah (2.
|
87
|
+
loofah (2.22.0)
|
88
88
|
crass (~> 1.0.2)
|
89
|
-
nokogiri (>= 1.
|
90
|
-
mail (2.
|
89
|
+
nokogiri (>= 1.12.0)
|
90
|
+
mail (2.8.1)
|
91
91
|
mini_mime (>= 0.1.1)
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
92
|
+
net-imap
|
93
|
+
net-pop
|
94
|
+
net-smtp
|
95
|
+
marcel (1.0.4)
|
96
|
+
method_source (1.1.0)
|
97
|
+
mini_mime (1.1.5)
|
98
|
+
mini_portile2 (2.8.7)
|
99
|
+
minitest (5.23.1)
|
100
|
+
net-imap (0.3.7)
|
101
|
+
date
|
102
|
+
net-protocol
|
103
|
+
net-pop (0.1.2)
|
104
|
+
net-protocol
|
105
|
+
net-protocol (0.2.2)
|
106
|
+
timeout
|
107
|
+
net-smtp (0.5.0)
|
108
|
+
net-protocol
|
109
|
+
nio4r (2.7.3)
|
110
|
+
nokogiri (1.15.6)
|
111
|
+
mini_portile2 (~> 2.8.2)
|
100
112
|
racc (~> 1.4)
|
101
|
-
pg (1.
|
102
|
-
pry (0.
|
113
|
+
pg (1.5.6)
|
114
|
+
pry (0.14.2)
|
103
115
|
coderay (~> 1.1)
|
104
116
|
method_source (~> 1.0)
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
activerecord (= 6.1.3.1)
|
122
|
-
activestorage (= 6.1.3.1)
|
123
|
-
activesupport (= 6.1.3.1)
|
117
|
+
racc (1.8.0)
|
118
|
+
rack (2.2.9)
|
119
|
+
rack-test (2.1.0)
|
120
|
+
rack (>= 1.3)
|
121
|
+
rails (6.1.7.8)
|
122
|
+
actioncable (= 6.1.7.8)
|
123
|
+
actionmailbox (= 6.1.7.8)
|
124
|
+
actionmailer (= 6.1.7.8)
|
125
|
+
actionpack (= 6.1.7.8)
|
126
|
+
actiontext (= 6.1.7.8)
|
127
|
+
actionview (= 6.1.7.8)
|
128
|
+
activejob (= 6.1.7.8)
|
129
|
+
activemodel (= 6.1.7.8)
|
130
|
+
activerecord (= 6.1.7.8)
|
131
|
+
activestorage (= 6.1.7.8)
|
132
|
+
activesupport (= 6.1.7.8)
|
124
133
|
bundler (>= 1.15.0)
|
125
|
-
railties (= 6.1.
|
134
|
+
railties (= 6.1.7.8)
|
126
135
|
sprockets-rails (>= 2.0.0)
|
127
|
-
rails-dom-testing (2.0
|
128
|
-
activesupport (>=
|
136
|
+
rails-dom-testing (2.2.0)
|
137
|
+
activesupport (>= 5.0.0)
|
138
|
+
minitest
|
129
139
|
nokogiri (>= 1.6)
|
130
|
-
rails-html-sanitizer (1.
|
131
|
-
loofah (~> 2.
|
132
|
-
|
133
|
-
|
134
|
-
|
140
|
+
rails-html-sanitizer (1.6.0)
|
141
|
+
loofah (~> 2.21)
|
142
|
+
nokogiri (~> 1.14)
|
143
|
+
railties (6.1.7.8)
|
144
|
+
actionpack (= 6.1.7.8)
|
145
|
+
activesupport (= 6.1.7.8)
|
135
146
|
method_source
|
136
|
-
rake (>=
|
147
|
+
rake (>= 12.2)
|
137
148
|
thor (~> 1.0)
|
138
|
-
rake (13.
|
139
|
-
rspec (3.
|
140
|
-
rspec-core (~> 3.
|
141
|
-
rspec-expectations (~> 3.
|
142
|
-
rspec-mocks (~> 3.
|
143
|
-
rspec-core (3.
|
144
|
-
rspec-support (~> 3.
|
145
|
-
rspec-expectations (3.
|
149
|
+
rake (13.2.1)
|
150
|
+
rspec (3.13.0)
|
151
|
+
rspec-core (~> 3.13.0)
|
152
|
+
rspec-expectations (~> 3.13.0)
|
153
|
+
rspec-mocks (~> 3.13.0)
|
154
|
+
rspec-core (3.13.0)
|
155
|
+
rspec-support (~> 3.13.0)
|
156
|
+
rspec-expectations (3.13.1)
|
146
157
|
diff-lcs (>= 1.2.0, < 2.0)
|
147
|
-
rspec-support (~> 3.
|
148
|
-
rspec-mocks (3.
|
158
|
+
rspec-support (~> 3.13.0)
|
159
|
+
rspec-mocks (3.13.1)
|
149
160
|
diff-lcs (>= 1.2.0, < 2.0)
|
150
|
-
rspec-support (~> 3.
|
151
|
-
rspec-support (3.
|
152
|
-
sprockets (4.
|
161
|
+
rspec-support (~> 3.13.0)
|
162
|
+
rspec-support (3.13.1)
|
163
|
+
sprockets (4.2.1)
|
153
164
|
concurrent-ruby (~> 1.0)
|
154
|
-
rack (
|
155
|
-
sprockets-rails (3.
|
156
|
-
actionpack (>=
|
157
|
-
activesupport (>=
|
165
|
+
rack (>= 2.2.4, < 4)
|
166
|
+
sprockets-rails (3.5.1)
|
167
|
+
actionpack (>= 6.1)
|
168
|
+
activesupport (>= 6.1)
|
158
169
|
sprockets (>= 3.0.0)
|
159
|
-
thor (1.1
|
160
|
-
|
170
|
+
thor (1.3.1)
|
171
|
+
timeout (0.4.1)
|
172
|
+
tzinfo (2.0.6)
|
161
173
|
concurrent-ruby (~> 1.0)
|
162
|
-
websocket-driver (0.7.
|
174
|
+
websocket-driver (0.7.6)
|
163
175
|
websocket-extensions (>= 0.1.0)
|
164
176
|
websocket-extensions (0.1.5)
|
165
|
-
zeitwerk (2.
|
177
|
+
zeitwerk (2.6.16)
|
166
178
|
|
167
179
|
PLATFORMS
|
168
180
|
ruby
|
169
181
|
|
170
182
|
DEPENDENCIES
|
171
183
|
database_cleaner
|
172
|
-
gemika
|
173
|
-
pg
|
174
|
-
pry
|
184
|
+
gemika (>= 0.8.1)
|
185
|
+
pg (> 1.2.3)
|
186
|
+
pry
|
175
187
|
rails (~> 6.1.0)
|
176
188
|
rails_state_machine!
|
177
|
-
rake
|
189
|
+
rake (> 10.0)
|
178
190
|
rspec (~> 3.5)
|
179
191
|
|
180
192
|
BUNDLED WITH
|
181
|
-
2.2.
|
193
|
+
2.2.25
|
data/Gemfile.7.0.pg
CHANGED
@@ -1,14 +1,15 @@
|
|
1
1
|
source 'https://rubygems.org'
|
2
2
|
|
3
3
|
# Runtime dependencies
|
4
|
-
gem 'rails', '
|
5
|
-
gem 'pg'
|
4
|
+
gem 'rails', '=7.0.1'
|
5
|
+
gem 'pg', '> 1.2.3'
|
6
|
+
gem 'activerecord', '=7.0.1'
|
6
7
|
|
7
8
|
# Development dependencies
|
8
9
|
gem 'rspec', '~>3.5'
|
9
|
-
gem 'rake'
|
10
|
-
gem 'pry
|
11
|
-
gem 'gemika'
|
10
|
+
gem 'rake', '> 10.0'
|
11
|
+
gem 'pry'
|
12
|
+
gem 'gemika', '>= 0.8.1'
|
12
13
|
gem 'database_cleaner'
|
13
14
|
|
14
15
|
# Gem under test
|