beta_feature 0.1.2 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (43) hide show
  1. checksums.yaml +4 -4
  2. data/MIT-LICENSE +20 -0
  3. data/README.md +59 -4
  4. data/Rakefile +7 -2
  5. data/app/controllers/beta_feature/application_controller.rb +4 -0
  6. data/app/controllers/beta_feature/configurations_controller.rb +9 -0
  7. data/app/controllers/beta_feature/settings_controller.rb +59 -0
  8. data/app/models/beta_feature/application_record.rb +5 -0
  9. data/{lib → app/models}/beta_feature/setting.rb +4 -8
  10. data/app/views/layouts/beta_feature/application.html.erb +15 -0
  11. data/config/routes.rb +10 -0
  12. data/db/migrate/20210102124824_create_beta_feature_settings.rb +18 -0
  13. data/lib/beta_feature.rb +3 -9
  14. data/lib/beta_feature/engine.rb +25 -0
  15. data/lib/beta_feature/flagger.rb +10 -6
  16. data/lib/beta_feature/version.rb +1 -1
  17. data/lib/generators/beta_feature/install_generator.rb +1 -12
  18. data/lib/generators/beta_feature/templates/beta_features.yml +1 -2
  19. data/lib/tasks/beta_feature_tasks.rake +4 -0
  20. metadata +27 -109
  21. data/.gitignore +0 -18
  22. data/.rspec +0 -3
  23. data/.rubycop.yml +0 -24
  24. data/.travis.yml +0 -57
  25. data/Appraisals +0 -18
  26. data/CHANGELOG.md +0 -0
  27. data/CODE_OF_CONDUCT.md +0 -74
  28. data/Gemfile +0 -6
  29. data/LICENSE.txt +0 -21
  30. data/beta_feature.gemspec +0 -52
  31. data/bin/console +0 -14
  32. data/bin/setup +0 -8
  33. data/gemfiles/rails50.gemfile +0 -7
  34. data/gemfiles/rails50.gemfile.lock +0 -175
  35. data/gemfiles/rails51.gemfile +0 -7
  36. data/gemfiles/rails51.gemfile.lock +0 -175
  37. data/gemfiles/rails52.gemfile +0 -7
  38. data/gemfiles/rails52.gemfile.lock +0 -183
  39. data/gemfiles/rails60.gemfile +0 -7
  40. data/gemfiles/rails60.gemfile.lock +0 -199
  41. data/lib/generators/beta_feature/migration.rb +0 -15
  42. data/lib/generators/beta_feature/migration_helper.rb +0 -13
  43. data/lib/generators/beta_feature/templates/install.rb +0 -16
@@ -1,7 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "rails", "~> 5.1.4"
6
-
7
- gemspec path: "../"
@@ -1,175 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- beta_feature (0.1.0)
5
- rails (>= 4.2, < 6.1)
6
-
7
- GEM
8
- remote: https://rubygems.org/
9
- specs:
10
- actioncable (5.1.7)
11
- actionpack (= 5.1.7)
12
- nio4r (~> 2.0)
13
- websocket-driver (~> 0.6.1)
14
- actionmailer (5.1.7)
15
- actionpack (= 5.1.7)
16
- actionview (= 5.1.7)
17
- activejob (= 5.1.7)
18
- mail (~> 2.5, >= 2.5.4)
19
- rails-dom-testing (~> 2.0)
20
- actionpack (5.1.7)
21
- actionview (= 5.1.7)
22
- activesupport (= 5.1.7)
23
- rack (~> 2.0)
24
- rack-test (>= 0.6.3)
25
- rails-dom-testing (~> 2.0)
26
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
27
- actionview (5.1.7)
28
- activesupport (= 5.1.7)
29
- builder (~> 3.1)
30
- erubi (~> 1.4)
31
- rails-dom-testing (~> 2.0)
32
- rails-html-sanitizer (~> 1.0, >= 1.0.3)
33
- activejob (5.1.7)
34
- activesupport (= 5.1.7)
35
- globalid (>= 0.3.6)
36
- activemodel (5.1.7)
37
- activesupport (= 5.1.7)
38
- activerecord (5.1.7)
39
- activemodel (= 5.1.7)
40
- activesupport (= 5.1.7)
41
- arel (~> 8.0)
42
- activesupport (5.1.7)
43
- concurrent-ruby (~> 1.0, >= 1.0.2)
44
- i18n (>= 0.7, < 2)
45
- minitest (~> 5.1)
46
- tzinfo (~> 1.1)
47
- appraisal (2.2.0)
48
- bundler
49
- rake
50
- thor (>= 0.14.0)
51
- arel (8.0.0)
52
- ast (2.4.0)
53
- builder (3.2.4)
54
- coderay (1.1.2)
55
- concurrent-ruby (1.1.6)
56
- crass (1.0.6)
57
- diff-lcs (1.3)
58
- erubi (1.9.0)
59
- globalid (0.4.2)
60
- activesupport (>= 4.2.0)
61
- i18n (1.8.2)
62
- concurrent-ruby (~> 1.0)
63
- jaro_winkler (1.5.4)
64
- loofah (2.5.0)
65
- crass (~> 1.0.2)
66
- nokogiri (>= 1.5.9)
67
- mail (2.7.1)
68
- mini_mime (>= 0.1.1)
69
- method_source (1.0.0)
70
- mini_mime (1.0.2)
71
- mini_portile2 (2.4.0)
72
- minitest (5.14.0)
73
- mysql2 (0.5.3)
74
- nio4r (2.5.2)
75
- nokogiri (1.10.9)
76
- mini_portile2 (~> 2.4.0)
77
- parallel (1.19.1)
78
- parser (2.7.1.1)
79
- ast (~> 2.4.0)
80
- pg (1.2.3)
81
- pry (0.13.1)
82
- coderay (~> 1.1)
83
- method_source (~> 1.0)
84
- rack (2.2.2)
85
- rack-test (1.1.0)
86
- rack (>= 1.0, < 3)
87
- rails (5.1.7)
88
- actioncable (= 5.1.7)
89
- actionmailer (= 5.1.7)
90
- actionpack (= 5.1.7)
91
- actionview (= 5.1.7)
92
- activejob (= 5.1.7)
93
- activemodel (= 5.1.7)
94
- activerecord (= 5.1.7)
95
- activesupport (= 5.1.7)
96
- bundler (>= 1.3.0)
97
- railties (= 5.1.7)
98
- sprockets-rails (>= 2.0.0)
99
- rails-dom-testing (2.0.3)
100
- activesupport (>= 4.2.0)
101
- nokogiri (>= 1.6)
102
- rails-html-sanitizer (1.3.0)
103
- loofah (~> 2.3)
104
- railties (5.1.7)
105
- actionpack (= 5.1.7)
106
- activesupport (= 5.1.7)
107
- method_source
108
- rake (>= 0.8.7)
109
- thor (>= 0.18.1, < 2.0)
110
- rainbow (3.0.0)
111
- rake (13.0.1)
112
- rexml (3.2.4)
113
- rspec (3.9.0)
114
- rspec-core (~> 3.9.0)
115
- rspec-expectations (~> 3.9.0)
116
- rspec-mocks (~> 3.9.0)
117
- rspec-core (3.9.1)
118
- rspec-support (~> 3.9.1)
119
- rspec-expectations (3.9.1)
120
- diff-lcs (>= 1.2.0, < 2.0)
121
- rspec-support (~> 3.9.0)
122
- rspec-mocks (3.9.1)
123
- diff-lcs (>= 1.2.0, < 2.0)
124
- rspec-support (~> 3.9.0)
125
- rspec-rails (3.9.0)
126
- actionpack (>= 3.0)
127
- activesupport (>= 3.0)
128
- railties (>= 3.0)
129
- rspec-core (~> 3.9.0)
130
- rspec-expectations (~> 3.9.0)
131
- rspec-mocks (~> 3.9.0)
132
- rspec-support (~> 3.9.0)
133
- rspec-support (3.9.2)
134
- rubocop (0.82.0)
135
- jaro_winkler (~> 1.5.1)
136
- parallel (~> 1.10)
137
- parser (>= 2.7.0.1)
138
- rainbow (>= 2.2.2, < 4.0)
139
- rexml
140
- ruby-progressbar (~> 1.7)
141
- unicode-display_width (>= 1.4.0, < 2.0)
142
- ruby-progressbar (1.10.1)
143
- sprockets (4.0.0)
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
- thor (1.0.1)
151
- thread_safe (0.3.6)
152
- tzinfo (1.2.7)
153
- thread_safe (~> 0.1)
154
- unicode-display_width (1.7.0)
155
- websocket-driver (0.6.5)
156
- websocket-extensions (>= 0.1.0)
157
- websocket-extensions (0.1.4)
158
-
159
- PLATFORMS
160
- ruby
161
-
162
- DEPENDENCIES
163
- appraisal
164
- beta_feature!
165
- mysql2 (>= 0.3.20)
166
- pg (>= 0.18, < 2.0)
167
- pry
168
- rails (~> 5.1.4)
169
- rake (>= 12.3.3)
170
- rspec (>= 3.0)
171
- rspec-rails (>= 3.5)
172
- rubocop (>= 0.54.0)
173
-
174
- BUNDLED WITH
175
- 1.17.3
@@ -1,7 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "rails", ">= 5.2.0", "< 5.3"
6
-
7
- gemspec path: "../"
@@ -1,183 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- beta_feature (0.1.0)
5
- rails (>= 4.2, < 6.1)
6
-
7
- GEM
8
- remote: https://rubygems.org/
9
- specs:
10
- actioncable (5.2.4.2)
11
- actionpack (= 5.2.4.2)
12
- nio4r (~> 2.0)
13
- websocket-driver (>= 0.6.1)
14
- actionmailer (5.2.4.2)
15
- actionpack (= 5.2.4.2)
16
- actionview (= 5.2.4.2)
17
- activejob (= 5.2.4.2)
18
- mail (~> 2.5, >= 2.5.4)
19
- rails-dom-testing (~> 2.0)
20
- actionpack (5.2.4.2)
21
- actionview (= 5.2.4.2)
22
- activesupport (= 5.2.4.2)
23
- rack (~> 2.0, >= 2.0.8)
24
- rack-test (>= 0.6.3)
25
- rails-dom-testing (~> 2.0)
26
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
27
- actionview (5.2.4.2)
28
- activesupport (= 5.2.4.2)
29
- builder (~> 3.1)
30
- erubi (~> 1.4)
31
- rails-dom-testing (~> 2.0)
32
- rails-html-sanitizer (~> 1.0, >= 1.0.3)
33
- activejob (5.2.4.2)
34
- activesupport (= 5.2.4.2)
35
- globalid (>= 0.3.6)
36
- activemodel (5.2.4.2)
37
- activesupport (= 5.2.4.2)
38
- activerecord (5.2.4.2)
39
- activemodel (= 5.2.4.2)
40
- activesupport (= 5.2.4.2)
41
- arel (>= 9.0)
42
- activestorage (5.2.4.2)
43
- actionpack (= 5.2.4.2)
44
- activerecord (= 5.2.4.2)
45
- marcel (~> 0.3.1)
46
- activesupport (5.2.4.2)
47
- concurrent-ruby (~> 1.0, >= 1.0.2)
48
- i18n (>= 0.7, < 2)
49
- minitest (~> 5.1)
50
- tzinfo (~> 1.1)
51
- appraisal (2.2.0)
52
- bundler
53
- rake
54
- thor (>= 0.14.0)
55
- arel (9.0.0)
56
- ast (2.4.0)
57
- builder (3.2.4)
58
- coderay (1.1.2)
59
- concurrent-ruby (1.1.6)
60
- crass (1.0.6)
61
- diff-lcs (1.3)
62
- erubi (1.9.0)
63
- globalid (0.4.2)
64
- activesupport (>= 4.2.0)
65
- i18n (1.8.2)
66
- concurrent-ruby (~> 1.0)
67
- jaro_winkler (1.5.4)
68
- loofah (2.5.0)
69
- crass (~> 1.0.2)
70
- nokogiri (>= 1.5.9)
71
- mail (2.7.1)
72
- mini_mime (>= 0.1.1)
73
- marcel (0.3.3)
74
- mimemagic (~> 0.3.2)
75
- method_source (1.0.0)
76
- mimemagic (0.3.4)
77
- mini_mime (1.0.2)
78
- mini_portile2 (2.4.0)
79
- minitest (5.14.0)
80
- mysql2 (0.5.3)
81
- nio4r (2.5.2)
82
- nokogiri (1.10.9)
83
- mini_portile2 (~> 2.4.0)
84
- parallel (1.19.1)
85
- parser (2.7.1.1)
86
- ast (~> 2.4.0)
87
- pg (1.2.3)
88
- pry (0.13.1)
89
- coderay (~> 1.1)
90
- method_source (~> 1.0)
91
- rack (2.2.2)
92
- rack-test (1.1.0)
93
- rack (>= 1.0, < 3)
94
- rails (5.2.4.2)
95
- actioncable (= 5.2.4.2)
96
- actionmailer (= 5.2.4.2)
97
- actionpack (= 5.2.4.2)
98
- actionview (= 5.2.4.2)
99
- activejob (= 5.2.4.2)
100
- activemodel (= 5.2.4.2)
101
- activerecord (= 5.2.4.2)
102
- activestorage (= 5.2.4.2)
103
- activesupport (= 5.2.4.2)
104
- bundler (>= 1.3.0)
105
- railties (= 5.2.4.2)
106
- sprockets-rails (>= 2.0.0)
107
- rails-dom-testing (2.0.3)
108
- activesupport (>= 4.2.0)
109
- nokogiri (>= 1.6)
110
- rails-html-sanitizer (1.3.0)
111
- loofah (~> 2.3)
112
- railties (5.2.4.2)
113
- actionpack (= 5.2.4.2)
114
- activesupport (= 5.2.4.2)
115
- method_source
116
- rake (>= 0.8.7)
117
- thor (>= 0.19.0, < 2.0)
118
- rainbow (3.0.0)
119
- rake (13.0.1)
120
- rexml (3.2.4)
121
- rspec (3.9.0)
122
- rspec-core (~> 3.9.0)
123
- rspec-expectations (~> 3.9.0)
124
- rspec-mocks (~> 3.9.0)
125
- rspec-core (3.9.1)
126
- rspec-support (~> 3.9.1)
127
- rspec-expectations (3.9.1)
128
- diff-lcs (>= 1.2.0, < 2.0)
129
- rspec-support (~> 3.9.0)
130
- rspec-mocks (3.9.1)
131
- diff-lcs (>= 1.2.0, < 2.0)
132
- rspec-support (~> 3.9.0)
133
- rspec-rails (3.9.0)
134
- actionpack (>= 3.0)
135
- activesupport (>= 3.0)
136
- railties (>= 3.0)
137
- rspec-core (~> 3.9.0)
138
- rspec-expectations (~> 3.9.0)
139
- rspec-mocks (~> 3.9.0)
140
- rspec-support (~> 3.9.0)
141
- rspec-support (3.9.2)
142
- rubocop (0.82.0)
143
- jaro_winkler (~> 1.5.1)
144
- parallel (~> 1.10)
145
- parser (>= 2.7.0.1)
146
- rainbow (>= 2.2.2, < 4.0)
147
- rexml
148
- ruby-progressbar (~> 1.7)
149
- unicode-display_width (>= 1.4.0, < 2.0)
150
- ruby-progressbar (1.10.1)
151
- sprockets (4.0.0)
152
- concurrent-ruby (~> 1.0)
153
- rack (> 1, < 3)
154
- sprockets-rails (3.2.1)
155
- actionpack (>= 4.0)
156
- activesupport (>= 4.0)
157
- sprockets (>= 3.0.0)
158
- thor (1.0.1)
159
- thread_safe (0.3.6)
160
- tzinfo (1.2.7)
161
- thread_safe (~> 0.1)
162
- unicode-display_width (1.7.0)
163
- websocket-driver (0.7.1)
164
- websocket-extensions (>= 0.1.0)
165
- websocket-extensions (0.1.4)
166
-
167
- PLATFORMS
168
- ruby
169
-
170
- DEPENDENCIES
171
- appraisal
172
- beta_feature!
173
- mysql2 (>= 0.3.20)
174
- pg (>= 0.18, < 2.0)
175
- pry
176
- rails (>= 5.2.0, < 5.3)
177
- rake (>= 12.3.3)
178
- rspec (>= 3.0)
179
- rspec-rails (>= 3.5)
180
- rubocop (>= 0.54.0)
181
-
182
- BUNDLED WITH
183
- 1.17.3
@@ -1,7 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "rails", ">= 6.0.0.rc1", "< 6.1"
6
-
7
- gemspec path: "../"
@@ -1,199 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- beta_feature (0.1.0)
5
- rails (>= 4.2, < 6.1)
6
-
7
- GEM
8
- remote: https://rubygems.org/
9
- specs:
10
- actioncable (6.0.2.2)
11
- actionpack (= 6.0.2.2)
12
- nio4r (~> 2.0)
13
- websocket-driver (>= 0.6.1)
14
- actionmailbox (6.0.2.2)
15
- actionpack (= 6.0.2.2)
16
- activejob (= 6.0.2.2)
17
- activerecord (= 6.0.2.2)
18
- activestorage (= 6.0.2.2)
19
- activesupport (= 6.0.2.2)
20
- mail (>= 2.7.1)
21
- actionmailer (6.0.2.2)
22
- actionpack (= 6.0.2.2)
23
- actionview (= 6.0.2.2)
24
- activejob (= 6.0.2.2)
25
- mail (~> 2.5, >= 2.5.4)
26
- rails-dom-testing (~> 2.0)
27
- actionpack (6.0.2.2)
28
- actionview (= 6.0.2.2)
29
- activesupport (= 6.0.2.2)
30
- rack (~> 2.0, >= 2.0.8)
31
- rack-test (>= 0.6.3)
32
- rails-dom-testing (~> 2.0)
33
- rails-html-sanitizer (~> 1.0, >= 1.2.0)
34
- actiontext (6.0.2.2)
35
- actionpack (= 6.0.2.2)
36
- activerecord (= 6.0.2.2)
37
- activestorage (= 6.0.2.2)
38
- activesupport (= 6.0.2.2)
39
- nokogiri (>= 1.8.5)
40
- actionview (6.0.2.2)
41
- activesupport (= 6.0.2.2)
42
- builder (~> 3.1)
43
- erubi (~> 1.4)
44
- rails-dom-testing (~> 2.0)
45
- rails-html-sanitizer (~> 1.1, >= 1.2.0)
46
- activejob (6.0.2.2)
47
- activesupport (= 6.0.2.2)
48
- globalid (>= 0.3.6)
49
- activemodel (6.0.2.2)
50
- activesupport (= 6.0.2.2)
51
- activerecord (6.0.2.2)
52
- activemodel (= 6.0.2.2)
53
- activesupport (= 6.0.2.2)
54
- activestorage (6.0.2.2)
55
- actionpack (= 6.0.2.2)
56
- activejob (= 6.0.2.2)
57
- activerecord (= 6.0.2.2)
58
- marcel (~> 0.3.1)
59
- activesupport (6.0.2.2)
60
- concurrent-ruby (~> 1.0, >= 1.0.2)
61
- i18n (>= 0.7, < 2)
62
- minitest (~> 5.1)
63
- tzinfo (~> 1.1)
64
- zeitwerk (~> 2.2)
65
- appraisal (2.2.0)
66
- bundler
67
- rake
68
- thor (>= 0.14.0)
69
- ast (2.4.0)
70
- builder (3.2.4)
71
- coderay (1.1.2)
72
- concurrent-ruby (1.1.6)
73
- crass (1.0.6)
74
- diff-lcs (1.3)
75
- erubi (1.9.0)
76
- globalid (0.4.2)
77
- activesupport (>= 4.2.0)
78
- i18n (1.8.2)
79
- concurrent-ruby (~> 1.0)
80
- jaro_winkler (1.5.4)
81
- loofah (2.5.0)
82
- crass (~> 1.0.2)
83
- nokogiri (>= 1.5.9)
84
- mail (2.7.1)
85
- mini_mime (>= 0.1.1)
86
- marcel (0.3.3)
87
- mimemagic (~> 0.3.2)
88
- method_source (1.0.0)
89
- mimemagic (0.3.4)
90
- mini_mime (1.0.2)
91
- mini_portile2 (2.4.0)
92
- minitest (5.14.0)
93
- mysql2 (0.5.3)
94
- nio4r (2.5.2)
95
- nokogiri (1.10.9)
96
- mini_portile2 (~> 2.4.0)
97
- parallel (1.19.1)
98
- parser (2.7.1.1)
99
- ast (~> 2.4.0)
100
- pg (1.2.3)
101
- pry (0.13.1)
102
- coderay (~> 1.1)
103
- method_source (~> 1.0)
104
- rack (2.2.2)
105
- rack-test (1.1.0)
106
- rack (>= 1.0, < 3)
107
- rails (6.0.2.2)
108
- actioncable (= 6.0.2.2)
109
- actionmailbox (= 6.0.2.2)
110
- actionmailer (= 6.0.2.2)
111
- actionpack (= 6.0.2.2)
112
- actiontext (= 6.0.2.2)
113
- actionview (= 6.0.2.2)
114
- activejob (= 6.0.2.2)
115
- activemodel (= 6.0.2.2)
116
- activerecord (= 6.0.2.2)
117
- activestorage (= 6.0.2.2)
118
- activesupport (= 6.0.2.2)
119
- bundler (>= 1.3.0)
120
- railties (= 6.0.2.2)
121
- sprockets-rails (>= 2.0.0)
122
- rails-dom-testing (2.0.3)
123
- activesupport (>= 4.2.0)
124
- nokogiri (>= 1.6)
125
- rails-html-sanitizer (1.3.0)
126
- loofah (~> 2.3)
127
- railties (6.0.2.2)
128
- actionpack (= 6.0.2.2)
129
- activesupport (= 6.0.2.2)
130
- method_source
131
- rake (>= 0.8.7)
132
- thor (>= 0.20.3, < 2.0)
133
- rainbow (3.0.0)
134
- rake (13.0.1)
135
- rexml (3.2.4)
136
- rspec (3.9.0)
137
- rspec-core (~> 3.9.0)
138
- rspec-expectations (~> 3.9.0)
139
- rspec-mocks (~> 3.9.0)
140
- rspec-core (3.9.1)
141
- rspec-support (~> 3.9.1)
142
- rspec-expectations (3.9.1)
143
- diff-lcs (>= 1.2.0, < 2.0)
144
- rspec-support (~> 3.9.0)
145
- rspec-mocks (3.9.1)
146
- diff-lcs (>= 1.2.0, < 2.0)
147
- rspec-support (~> 3.9.0)
148
- rspec-rails (3.9.0)
149
- actionpack (>= 3.0)
150
- activesupport (>= 3.0)
151
- railties (>= 3.0)
152
- rspec-core (~> 3.9.0)
153
- rspec-expectations (~> 3.9.0)
154
- rspec-mocks (~> 3.9.0)
155
- rspec-support (~> 3.9.0)
156
- rspec-support (3.9.2)
157
- rubocop (0.82.0)
158
- jaro_winkler (~> 1.5.1)
159
- parallel (~> 1.10)
160
- parser (>= 2.7.0.1)
161
- rainbow (>= 2.2.2, < 4.0)
162
- rexml
163
- ruby-progressbar (~> 1.7)
164
- unicode-display_width (>= 1.4.0, < 2.0)
165
- ruby-progressbar (1.10.1)
166
- sprockets (4.0.0)
167
- concurrent-ruby (~> 1.0)
168
- rack (> 1, < 3)
169
- sprockets-rails (3.2.1)
170
- actionpack (>= 4.0)
171
- activesupport (>= 4.0)
172
- sprockets (>= 3.0.0)
173
- thor (1.0.1)
174
- thread_safe (0.3.6)
175
- tzinfo (1.2.7)
176
- thread_safe (~> 0.1)
177
- unicode-display_width (1.7.0)
178
- websocket-driver (0.7.1)
179
- websocket-extensions (>= 0.1.0)
180
- websocket-extensions (0.1.4)
181
- zeitwerk (2.3.0)
182
-
183
- PLATFORMS
184
- ruby
185
-
186
- DEPENDENCIES
187
- appraisal
188
- beta_feature!
189
- mysql2 (>= 0.3.20)
190
- pg (>= 0.18, < 2.0)
191
- pry
192
- rails (>= 6.0.0.rc1, < 6.1)
193
- rake (>= 12.3.3)
194
- rspec (>= 3.0)
195
- rspec-rails (>= 3.5)
196
- rubocop (>= 0.54.0)
197
-
198
- BUNDLED WITH
199
- 1.17.3