simple_calendar 3.0.3 → 3.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (93) hide show
  1. checksums.yaml +4 -4
  2. data/lib/simple_calendar/version.rb +1 -1
  3. metadata +8 -97
  4. data/.github/FUNDING.yml +0 -12
  5. data/.github/workflows/ci.yml +0 -45
  6. data/.github/workflows/publish_gem.yml +0 -22
  7. data/.gitignore +0 -10
  8. data/.rspec +0 -2
  9. data/.standard.yml +0 -1
  10. data/Appraisals +0 -15
  11. data/CHANGELOG.md +0 -39
  12. data/Gemfile +0 -11
  13. data/Gemfile.lock +0 -258
  14. data/LICENSE.txt +0 -22
  15. data/bin/console +0 -8
  16. data/bin/rails +0 -16
  17. data/bin/setup +0 -5
  18. data/gemfiles/rails_6_1.gemfile +0 -12
  19. data/gemfiles/rails_6_1.gemfile.lock +0 -234
  20. data/gemfiles/rails_7_0.gemfile +0 -12
  21. data/gemfiles/rails_7_0.gemfile.lock +0 -231
  22. data/gemfiles/rails_7_1.gemfile +0 -12
  23. data/gemfiles/rails_7_1.gemfile.lock +0 -264
  24. data/gemfiles/rails_main.gemfile +0 -12
  25. data/gemfiles/rails_main.gemfile.lock +0 -263
  26. data/simple_calendar.gemspec +0 -20
  27. data/test/calendars/calendar_test.rb +0 -161
  28. data/test/calendars/month_calendar_test.rb +0 -16
  29. data/test/dummy/Rakefile +0 -6
  30. data/test/dummy/app/assets/config/manifest.js +0 -1
  31. data/test/dummy/app/assets/images/.keep +0 -0
  32. data/test/dummy/app/assets/stylesheets/application.css +0 -1
  33. data/test/dummy/app/calendars/business_week_calendar.rb +0 -9
  34. data/test/dummy/app/channels/application_cable/channel.rb +0 -4
  35. data/test/dummy/app/channels/application_cable/connection.rb +0 -4
  36. data/test/dummy/app/controllers/application_controller.rb +0 -2
  37. data/test/dummy/app/controllers/concerns/.keep +0 -0
  38. data/test/dummy/app/controllers/meetings_controller.rb +0 -63
  39. data/test/dummy/app/helpers/application_helper.rb +0 -2
  40. data/test/dummy/app/helpers/meetings_helper.rb +0 -2
  41. data/test/dummy/app/jobs/application_job.rb +0 -7
  42. data/test/dummy/app/mailers/application_mailer.rb +0 -4
  43. data/test/dummy/app/models/application_record.rb +0 -7
  44. data/test/dummy/app/models/concerns/.keep +0 -0
  45. data/test/dummy/app/models/meeting.rb +0 -2
  46. data/test/dummy/app/views/layouts/application.html.erb +0 -15
  47. data/test/dummy/app/views/layouts/mailer.html.erb +0 -13
  48. data/test/dummy/app/views/layouts/mailer.text.erb +0 -1
  49. data/test/dummy/app/views/meetings/_business_week_calendar.html.erb +0 -33
  50. data/test/dummy/app/views/meetings/_form.html.erb +0 -32
  51. data/test/dummy/app/views/meetings/_meeting.html.erb +0 -17
  52. data/test/dummy/app/views/meetings/business_week.html.erb +0 -24
  53. data/test/dummy/app/views/meetings/edit.html.erb +0 -10
  54. data/test/dummy/app/views/meetings/index.html.erb +0 -24
  55. data/test/dummy/app/views/meetings/new.html.erb +0 -9
  56. data/test/dummy/app/views/meetings/show.html.erb +0 -10
  57. data/test/dummy/bin/rails +0 -4
  58. data/test/dummy/bin/rake +0 -4
  59. data/test/dummy/bin/setup +0 -33
  60. data/test/dummy/config/application.rb +0 -22
  61. data/test/dummy/config/boot.rb +0 -5
  62. data/test/dummy/config/cable.yml +0 -10
  63. data/test/dummy/config/database.yml +0 -25
  64. data/test/dummy/config/environment.rb +0 -5
  65. data/test/dummy/config/environments/development.rb +0 -67
  66. data/test/dummy/config/environments/production.rb +0 -87
  67. data/test/dummy/config/environments/test.rb +0 -60
  68. data/test/dummy/config/initializers/content_security_policy.rb +0 -25
  69. data/test/dummy/config/initializers/filter_parameter_logging.rb +0 -8
  70. data/test/dummy/config/initializers/inflections.rb +0 -16
  71. data/test/dummy/config/initializers/permissions_policy.rb +0 -11
  72. data/test/dummy/config/locales/en.yml +0 -33
  73. data/test/dummy/config/puma.rb +0 -43
  74. data/test/dummy/config/routes.rb +0 -11
  75. data/test/dummy/config/storage.yml +0 -34
  76. data/test/dummy/config.ru +0 -6
  77. data/test/dummy/db/migrate/20220930184313_create_meetings.rb +0 -11
  78. data/test/dummy/db/schema.rb +0 -21
  79. data/test/dummy/lib/assets/.keep +0 -0
  80. data/test/dummy/log/.keep +0 -0
  81. data/test/dummy/public/404.html +0 -67
  82. data/test/dummy/public/422.html +0 -67
  83. data/test/dummy/public/500.html +0 -66
  84. data/test/dummy/public/apple-touch-icon-precomposed.png +0 -0
  85. data/test/dummy/public/apple-touch-icon.png +0 -0
  86. data/test/dummy/public/favicon.ico +0 -0
  87. data/test/dummy/storage/.keep +0 -0
  88. data/test/fixtures/meetings.yml +0 -36
  89. data/test/integrations/custom_calendar_test.rb +0 -33
  90. data/test/integrations/month_calendar_test.rb +0 -58
  91. data/test/simple_calendar_test.rb +0 -7
  92. data/test/test_helper.rb +0 -17
  93. /data/app/assets/stylesheets/{simple_calendar.scss → simple_calendar.css} +0 -0
@@ -1,234 +0,0 @@
1
- GIT
2
- remote: https://github.com/thoughtbot/appraisal.git
3
- revision: f5e31c48a1dda036a2c13663fad1b657a0953f5d
4
- specs:
5
- appraisal (2.5.0)
6
- bundler
7
- rake
8
- thor (>= 0.14.0)
9
-
10
- PATH
11
- remote: ..
12
- specs:
13
- simple_calendar (3.0.3)
14
- rails (>= 6.1)
15
-
16
- GEM
17
- remote: http://rubygems.org/
18
- specs:
19
- actioncable (6.1.7.7)
20
- actionpack (= 6.1.7.7)
21
- activesupport (= 6.1.7.7)
22
- nio4r (~> 2.0)
23
- websocket-driver (>= 0.6.1)
24
- actionmailbox (6.1.7.7)
25
- actionpack (= 6.1.7.7)
26
- activejob (= 6.1.7.7)
27
- activerecord (= 6.1.7.7)
28
- activestorage (= 6.1.7.7)
29
- activesupport (= 6.1.7.7)
30
- mail (>= 2.7.1)
31
- actionmailer (6.1.7.7)
32
- actionpack (= 6.1.7.7)
33
- actionview (= 6.1.7.7)
34
- activejob (= 6.1.7.7)
35
- activesupport (= 6.1.7.7)
36
- mail (~> 2.5, >= 2.5.4)
37
- rails-dom-testing (~> 2.0)
38
- actionpack (6.1.7.7)
39
- actionview (= 6.1.7.7)
40
- activesupport (= 6.1.7.7)
41
- rack (~> 2.0, >= 2.0.9)
42
- rack-test (>= 0.6.3)
43
- rails-dom-testing (~> 2.0)
44
- rails-html-sanitizer (~> 1.0, >= 1.2.0)
45
- actiontext (6.1.7.7)
46
- actionpack (= 6.1.7.7)
47
- activerecord (= 6.1.7.7)
48
- activestorage (= 6.1.7.7)
49
- activesupport (= 6.1.7.7)
50
- nokogiri (>= 1.8.5)
51
- actionview (6.1.7.7)
52
- activesupport (= 6.1.7.7)
53
- builder (~> 3.1)
54
- erubi (~> 1.4)
55
- rails-dom-testing (~> 2.0)
56
- rails-html-sanitizer (~> 1.1, >= 1.2.0)
57
- activejob (6.1.7.7)
58
- activesupport (= 6.1.7.7)
59
- globalid (>= 0.3.6)
60
- activemodel (6.1.7.7)
61
- activesupport (= 6.1.7.7)
62
- activerecord (6.1.7.7)
63
- activemodel (= 6.1.7.7)
64
- activesupport (= 6.1.7.7)
65
- activestorage (6.1.7.7)
66
- actionpack (= 6.1.7.7)
67
- activejob (= 6.1.7.7)
68
- activerecord (= 6.1.7.7)
69
- activesupport (= 6.1.7.7)
70
- marcel (~> 1.0)
71
- mini_mime (>= 1.1.0)
72
- activesupport (6.1.7.7)
73
- concurrent-ruby (~> 1.0, >= 1.0.2)
74
- i18n (>= 1.6, < 2)
75
- minitest (>= 5.1)
76
- tzinfo (~> 2.0)
77
- zeitwerk (~> 2.3)
78
- ast (2.4.2)
79
- bindex (0.8.1)
80
- builder (3.2.4)
81
- concurrent-ruby (1.2.3)
82
- crass (1.0.6)
83
- date (3.3.4)
84
- erubi (1.12.0)
85
- globalid (1.2.1)
86
- activesupport (>= 6.1)
87
- i18n (1.14.4)
88
- concurrent-ruby (~> 1.0)
89
- json (2.7.1)
90
- language_server-protocol (3.17.0.3)
91
- lint_roller (1.1.0)
92
- loofah (2.22.0)
93
- crass (~> 1.0.2)
94
- nokogiri (>= 1.12.0)
95
- mail (2.8.1)
96
- mini_mime (>= 0.1.1)
97
- net-imap
98
- net-pop
99
- net-smtp
100
- marcel (1.0.4)
101
- method_source (1.0.0)
102
- mini_mime (1.1.5)
103
- mini_portile2 (2.8.5)
104
- minitest (5.22.3)
105
- net-imap (0.4.10)
106
- date
107
- net-protocol
108
- net-pop (0.1.2)
109
- net-protocol
110
- net-protocol (0.2.2)
111
- timeout
112
- net-smtp (0.5.0)
113
- net-protocol
114
- nio4r (2.7.1)
115
- nokogiri (1.16.3)
116
- mini_portile2 (~> 2.8.2)
117
- racc (~> 1.4)
118
- nokogiri (1.16.3-x86_64-darwin)
119
- racc (~> 1.4)
120
- nokogiri (1.16.3-x86_64-linux)
121
- racc (~> 1.4)
122
- parallel (1.24.0)
123
- parser (3.3.0.5)
124
- ast (~> 2.4.1)
125
- racc
126
- puma (6.4.2)
127
- nio4r (~> 2.0)
128
- racc (1.7.3)
129
- rack (2.2.9)
130
- rack-test (2.1.0)
131
- rack (>= 1.3)
132
- rails (6.1.7.7)
133
- actioncable (= 6.1.7.7)
134
- actionmailbox (= 6.1.7.7)
135
- actionmailer (= 6.1.7.7)
136
- actionpack (= 6.1.7.7)
137
- actiontext (= 6.1.7.7)
138
- actionview (= 6.1.7.7)
139
- activejob (= 6.1.7.7)
140
- activemodel (= 6.1.7.7)
141
- activerecord (= 6.1.7.7)
142
- activestorage (= 6.1.7.7)
143
- activesupport (= 6.1.7.7)
144
- bundler (>= 1.15.0)
145
- railties (= 6.1.7.7)
146
- sprockets-rails (>= 2.0.0)
147
- rails-dom-testing (2.2.0)
148
- activesupport (>= 5.0.0)
149
- minitest
150
- nokogiri (>= 1.6)
151
- rails-html-sanitizer (1.6.0)
152
- loofah (~> 2.21)
153
- nokogiri (~> 1.14)
154
- railties (6.1.7.7)
155
- actionpack (= 6.1.7.7)
156
- activesupport (= 6.1.7.7)
157
- method_source
158
- rake (>= 12.2)
159
- thor (~> 1.0)
160
- rainbow (3.1.1)
161
- rake (13.1.0)
162
- regexp_parser (2.9.0)
163
- rexml (3.2.6)
164
- rubocop (1.62.1)
165
- json (~> 2.3)
166
- language_server-protocol (>= 3.17.0)
167
- parallel (~> 1.10)
168
- parser (>= 3.3.0.2)
169
- rainbow (>= 2.2.2, < 4.0)
170
- regexp_parser (>= 1.8, < 3.0)
171
- rexml (>= 3.2.5, < 4.0)
172
- rubocop-ast (>= 1.31.1, < 2.0)
173
- ruby-progressbar (~> 1.7)
174
- unicode-display_width (>= 2.4.0, < 3.0)
175
- rubocop-ast (1.31.2)
176
- parser (>= 3.3.0.4)
177
- rubocop-performance (1.20.2)
178
- rubocop (>= 1.48.1, < 2.0)
179
- rubocop-ast (>= 1.30.0, < 2.0)
180
- ruby-progressbar (1.13.0)
181
- sprockets (4.2.1)
182
- concurrent-ruby (~> 1.0)
183
- rack (>= 2.2.4, < 4)
184
- sprockets-rails (3.4.2)
185
- actionpack (>= 5.2)
186
- activesupport (>= 5.2)
187
- sprockets (>= 3.0.0)
188
- sqlite3 (1.7.3)
189
- mini_portile2 (~> 2.8.0)
190
- sqlite3 (1.7.3-x86_64-darwin)
191
- sqlite3 (1.7.3-x86_64-linux)
192
- standard (1.35.1)
193
- language_server-protocol (~> 3.17.0.2)
194
- lint_roller (~> 1.0)
195
- rubocop (~> 1.62.0)
196
- standard-custom (~> 1.0.0)
197
- standard-performance (~> 1.3)
198
- standard-custom (1.0.2)
199
- lint_roller (~> 1.0)
200
- rubocop (~> 1.50)
201
- standard-performance (1.3.1)
202
- lint_roller (~> 1.1)
203
- rubocop-performance (~> 1.20.2)
204
- thor (1.3.1)
205
- timeout (0.4.1)
206
- tzinfo (2.0.6)
207
- concurrent-ruby (~> 1.0)
208
- unicode-display_width (2.5.0)
209
- web-console (4.2.1)
210
- actionview (>= 6.0.0)
211
- activemodel (>= 6.0.0)
212
- bindex (>= 0.4.0)
213
- railties (>= 6.0.0)
214
- websocket-driver (0.7.6)
215
- websocket-extensions (>= 0.1.0)
216
- websocket-extensions (0.1.5)
217
- zeitwerk (2.6.13)
218
-
219
- PLATFORMS
220
- ruby
221
- x86_64-darwin-20
222
- x86_64-linux
223
-
224
- DEPENDENCIES
225
- appraisal!
226
- puma
227
- rails (~> 6.1.0)
228
- simple_calendar!
229
- sqlite3
230
- standard
231
- web-console (~> 4.2)
232
-
233
- BUNDLED WITH
234
- 2.4.16
@@ -1,12 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "http://rubygems.org"
4
-
5
- gem "appraisal", github: "thoughtbot/appraisal"
6
- gem "standard"
7
- gem "puma"
8
- gem "sqlite3"
9
- gem "web-console", "~> 4.2", group: :development
10
- gem "rails", "~> 7.0.0"
11
-
12
- gemspec path: "../"
@@ -1,231 +0,0 @@
1
- GIT
2
- remote: https://github.com/thoughtbot/appraisal.git
3
- revision: f5e31c48a1dda036a2c13663fad1b657a0953f5d
4
- specs:
5
- appraisal (2.5.0)
6
- bundler
7
- rake
8
- thor (>= 0.14.0)
9
-
10
- PATH
11
- remote: ..
12
- specs:
13
- simple_calendar (3.0.3)
14
- rails (>= 6.1)
15
-
16
- GEM
17
- remote: http://rubygems.org/
18
- specs:
19
- actioncable (7.0.8.1)
20
- actionpack (= 7.0.8.1)
21
- activesupport (= 7.0.8.1)
22
- nio4r (~> 2.0)
23
- websocket-driver (>= 0.6.1)
24
- actionmailbox (7.0.8.1)
25
- actionpack (= 7.0.8.1)
26
- activejob (= 7.0.8.1)
27
- activerecord (= 7.0.8.1)
28
- activestorage (= 7.0.8.1)
29
- activesupport (= 7.0.8.1)
30
- mail (>= 2.7.1)
31
- net-imap
32
- net-pop
33
- net-smtp
34
- actionmailer (7.0.8.1)
35
- actionpack (= 7.0.8.1)
36
- actionview (= 7.0.8.1)
37
- activejob (= 7.0.8.1)
38
- activesupport (= 7.0.8.1)
39
- mail (~> 2.5, >= 2.5.4)
40
- net-imap
41
- net-pop
42
- net-smtp
43
- rails-dom-testing (~> 2.0)
44
- actionpack (7.0.8.1)
45
- actionview (= 7.0.8.1)
46
- activesupport (= 7.0.8.1)
47
- rack (~> 2.0, >= 2.2.4)
48
- rack-test (>= 0.6.3)
49
- rails-dom-testing (~> 2.0)
50
- rails-html-sanitizer (~> 1.0, >= 1.2.0)
51
- actiontext (7.0.8.1)
52
- actionpack (= 7.0.8.1)
53
- activerecord (= 7.0.8.1)
54
- activestorage (= 7.0.8.1)
55
- activesupport (= 7.0.8.1)
56
- globalid (>= 0.6.0)
57
- nokogiri (>= 1.8.5)
58
- actionview (7.0.8.1)
59
- activesupport (= 7.0.8.1)
60
- builder (~> 3.1)
61
- erubi (~> 1.4)
62
- rails-dom-testing (~> 2.0)
63
- rails-html-sanitizer (~> 1.1, >= 1.2.0)
64
- activejob (7.0.8.1)
65
- activesupport (= 7.0.8.1)
66
- globalid (>= 0.3.6)
67
- activemodel (7.0.8.1)
68
- activesupport (= 7.0.8.1)
69
- activerecord (7.0.8.1)
70
- activemodel (= 7.0.8.1)
71
- activesupport (= 7.0.8.1)
72
- activestorage (7.0.8.1)
73
- actionpack (= 7.0.8.1)
74
- activejob (= 7.0.8.1)
75
- activerecord (= 7.0.8.1)
76
- activesupport (= 7.0.8.1)
77
- marcel (~> 1.0)
78
- mini_mime (>= 1.1.0)
79
- activesupport (7.0.8.1)
80
- concurrent-ruby (~> 1.0, >= 1.0.2)
81
- i18n (>= 1.6, < 2)
82
- minitest (>= 5.1)
83
- tzinfo (~> 2.0)
84
- ast (2.4.2)
85
- bindex (0.8.1)
86
- builder (3.2.4)
87
- concurrent-ruby (1.2.3)
88
- crass (1.0.6)
89
- date (3.3.4)
90
- erubi (1.12.0)
91
- globalid (1.2.1)
92
- activesupport (>= 6.1)
93
- i18n (1.14.4)
94
- concurrent-ruby (~> 1.0)
95
- json (2.7.1)
96
- language_server-protocol (3.17.0.3)
97
- lint_roller (1.1.0)
98
- loofah (2.22.0)
99
- crass (~> 1.0.2)
100
- nokogiri (>= 1.12.0)
101
- mail (2.8.1)
102
- mini_mime (>= 0.1.1)
103
- net-imap
104
- net-pop
105
- net-smtp
106
- marcel (1.0.4)
107
- method_source (1.0.0)
108
- mini_mime (1.1.5)
109
- minitest (5.22.3)
110
- net-imap (0.4.10)
111
- date
112
- net-protocol
113
- net-pop (0.1.2)
114
- net-protocol
115
- net-protocol (0.2.2)
116
- timeout
117
- net-smtp (0.5.0)
118
- net-protocol
119
- nio4r (2.7.1)
120
- nokogiri (1.16.3-arm64-darwin)
121
- racc (~> 1.4)
122
- nokogiri (1.16.3-x86_64-darwin)
123
- racc (~> 1.4)
124
- nokogiri (1.16.3-x86_64-linux)
125
- racc (~> 1.4)
126
- parallel (1.24.0)
127
- parser (3.3.0.5)
128
- ast (~> 2.4.1)
129
- racc
130
- puma (6.4.2)
131
- nio4r (~> 2.0)
132
- racc (1.7.3)
133
- rack (2.2.9)
134
- rack-test (2.1.0)
135
- rack (>= 1.3)
136
- rails (7.0.8.1)
137
- actioncable (= 7.0.8.1)
138
- actionmailbox (= 7.0.8.1)
139
- actionmailer (= 7.0.8.1)
140
- actionpack (= 7.0.8.1)
141
- actiontext (= 7.0.8.1)
142
- actionview (= 7.0.8.1)
143
- activejob (= 7.0.8.1)
144
- activemodel (= 7.0.8.1)
145
- activerecord (= 7.0.8.1)
146
- activestorage (= 7.0.8.1)
147
- activesupport (= 7.0.8.1)
148
- bundler (>= 1.15.0)
149
- railties (= 7.0.8.1)
150
- rails-dom-testing (2.2.0)
151
- activesupport (>= 5.0.0)
152
- minitest
153
- nokogiri (>= 1.6)
154
- rails-html-sanitizer (1.6.0)
155
- loofah (~> 2.21)
156
- nokogiri (~> 1.14)
157
- railties (7.0.8.1)
158
- actionpack (= 7.0.8.1)
159
- activesupport (= 7.0.8.1)
160
- method_source
161
- rake (>= 12.2)
162
- thor (~> 1.0)
163
- zeitwerk (~> 2.5)
164
- rainbow (3.1.1)
165
- rake (13.1.0)
166
- regexp_parser (2.9.0)
167
- rexml (3.2.6)
168
- rubocop (1.62.1)
169
- json (~> 2.3)
170
- language_server-protocol (>= 3.17.0)
171
- parallel (~> 1.10)
172
- parser (>= 3.3.0.2)
173
- rainbow (>= 2.2.2, < 4.0)
174
- regexp_parser (>= 1.8, < 3.0)
175
- rexml (>= 3.2.5, < 4.0)
176
- rubocop-ast (>= 1.31.1, < 2.0)
177
- ruby-progressbar (~> 1.7)
178
- unicode-display_width (>= 2.4.0, < 3.0)
179
- rubocop-ast (1.31.2)
180
- parser (>= 3.3.0.4)
181
- rubocop-performance (1.20.2)
182
- rubocop (>= 1.48.1, < 2.0)
183
- rubocop-ast (>= 1.30.0, < 2.0)
184
- ruby-progressbar (1.13.0)
185
- sqlite3 (1.7.3-arm64-darwin)
186
- sqlite3 (1.7.3-x86_64-darwin)
187
- sqlite3 (1.7.3-x86_64-linux)
188
- standard (1.35.1)
189
- language_server-protocol (~> 3.17.0.2)
190
- lint_roller (~> 1.0)
191
- rubocop (~> 1.62.0)
192
- standard-custom (~> 1.0.0)
193
- standard-performance (~> 1.3)
194
- standard-custom (1.0.2)
195
- lint_roller (~> 1.0)
196
- rubocop (~> 1.50)
197
- standard-performance (1.3.1)
198
- lint_roller (~> 1.1)
199
- rubocop-performance (~> 1.20.2)
200
- thor (1.3.1)
201
- timeout (0.4.1)
202
- tzinfo (2.0.6)
203
- concurrent-ruby (~> 1.0)
204
- unicode-display_width (2.5.0)
205
- web-console (4.2.1)
206
- actionview (>= 6.0.0)
207
- activemodel (>= 6.0.0)
208
- bindex (>= 0.4.0)
209
- railties (>= 6.0.0)
210
- websocket-driver (0.7.6)
211
- websocket-extensions (>= 0.1.0)
212
- websocket-extensions (0.1.5)
213
- zeitwerk (2.6.13)
214
-
215
- PLATFORMS
216
- arm64-darwin-22
217
- x86_64-darwin-22
218
- x86_64-darwin-23
219
- x86_64-linux
220
-
221
- DEPENDENCIES
222
- appraisal!
223
- puma
224
- rails (~> 7.0.0)
225
- simple_calendar!
226
- sqlite3
227
- standard
228
- web-console (~> 4.2)
229
-
230
- BUNDLED WITH
231
- 2.4.16
@@ -1,12 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "http://rubygems.org"
4
-
5
- gem "appraisal", github: "thoughtbot/appraisal"
6
- gem "standard"
7
- gem "puma"
8
- gem "sqlite3"
9
- gem "web-console", "~> 4.2", group: :development
10
- gem "rails", "~> 7.1.0.beta1"
11
-
12
- gemspec path: "../"