Skip to content

Commit 5c59491

Browse files
committed
Test
1 parent c282b37 commit 5c59491

12 files changed

+78
-69
lines changed

Gemfile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ gemspec
55

66
gem "appraisal"
77
gem "rails", "~> 6.1.0"
8-
gem "sqlite3", "~> 1.7"
8+
gem "sqlite3"
99
gem "debug", ">= 1.0.0"
10-
gem "zeitwerk", "~> 2.6.0"
11-
gem "net-imap", "~> 0.4.18"
12-
gem "sass-embedded", "~> 1.66.1"
10+
gem "zeitwerk", "~> 2.6.0" # 2.7 requires Ruby 3.2+
11+
gem "sass-embedded", "~> 1.77.8"

Gemfile.lock

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ GEM
7171
bundler
7272
rake
7373
thor (>= 0.14.0)
74+
bigdecimal (3.1.8)
7475
builder (3.3.0)
7576
concurrent-ruby (1.3.4)
7677
crass (1.0.6)
@@ -81,7 +82,9 @@ GEM
8182
erubi (1.13.0)
8283
globalid (1.2.1)
8384
activesupport (>= 6.1)
84-
google-protobuf (3.25.5)
85+
google-protobuf (4.28.3)
86+
bigdecimal
87+
rake (>= 13)
8588
i18n (1.14.6)
8689
concurrent-ruby (~> 1.0)
8790
io-console (0.7.2)
@@ -153,9 +156,9 @@ GEM
153156
psych (>= 4.0.0)
154157
reline (0.5.11)
155158
io-console (~> 0.5)
156-
sass-embedded (1.66.1)
157-
google-protobuf (~> 3.23)
158-
rake (>= 13.0.0)
159+
sass-embedded (1.77.8)
160+
google-protobuf (~> 4.26)
161+
rake (>= 13)
159162
sprockets (4.2.1)
160163
concurrent-ruby (~> 1.0)
161164
rack (>= 2.2.4, < 4)
@@ -182,10 +185,9 @@ DEPENDENCIES
182185
appraisal
183186
dartsass-rails!
184187
debug (>= 1.0.0)
185-
net-imap (~> 0.4.18)
186188
rails (~> 6.1.0)
187-
sass-embedded (~> 1.66.1)
188-
sqlite3 (~> 1.7)
189+
sass-embedded (~> 1.77.8)
190+
sqlite3
189191
zeitwerk (~> 2.6.0)
190192

191193
BUNDLED WITH

gemfiles/rails_7_0_propshaft.gemfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ gem "rails", "~> 7.0.0"
77
gem "sqlite3", "~> 1.7"
88
gem "debug", ">= 1.0.0"
99
gem "zeitwerk", "~> 2.6.0"
10-
gem "net-imap", "~> 0.4.18"
11-
gem "sass-embedded", "~> 1.66.1"
10+
gem "sass-embedded", "~> 1.77.8"
1211
gem "propshaft"
1312

1413
gemspec path: "../"

gemfiles/rails_7_0_propshaft.gemfile.lock

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ GEM
7777
bundler
7878
rake
7979
thor (>= 0.14.0)
80+
bigdecimal (3.1.8)
8081
builder (3.3.0)
8182
concurrent-ruby (1.3.4)
8283
crass (1.0.6)
@@ -87,8 +88,12 @@ GEM
8788
erubi (1.13.0)
8889
globalid (1.2.1)
8990
activesupport (>= 6.1)
90-
google-protobuf (3.25.5-arm64-darwin)
91-
google-protobuf (3.25.5-x86_64-linux)
91+
google-protobuf (4.28.3-arm64-darwin)
92+
bigdecimal
93+
rake (>= 13)
94+
google-protobuf (4.28.3-x86_64-linux)
95+
bigdecimal
96+
rake (>= 13)
9297
i18n (1.14.6)
9398
concurrent-ruby (~> 1.0)
9499
io-console (0.7.2)
@@ -107,7 +112,7 @@ GEM
107112
method_source (1.1.0)
108113
mini_mime (1.1.5)
109114
minitest (5.25.1)
110-
net-imap (0.4.18)
115+
net-imap (0.5.1)
111116
date
112117
net-protocol
113118
net-pop (0.1.2)
@@ -165,10 +170,10 @@ GEM
165170
psych (>= 4.0.0)
166171
reline (0.5.11)
167172
io-console (~> 0.5)
168-
sass-embedded (1.66.1-arm64-darwin)
169-
google-protobuf (~> 3.23)
170-
sass-embedded (1.66.1-x86_64-linux-gnu)
171-
google-protobuf (~> 3.23)
173+
sass-embedded (1.77.8-arm64-darwin)
174+
google-protobuf (~> 4.26)
175+
sass-embedded (1.77.8-x86_64-linux-gnu)
176+
google-protobuf (~> 4.26)
172177
sqlite3 (1.7.3-arm64-darwin)
173178
sqlite3 (1.7.3-x86_64-linux)
174179
stringio (3.1.2)
@@ -189,10 +194,9 @@ DEPENDENCIES
189194
appraisal
190195
dartsass-rails!
191196
debug (>= 1.0.0)
192-
net-imap (~> 0.4.18)
193197
propshaft
194198
rails (~> 7.0.0)
195-
sass-embedded (~> 1.66.1)
199+
sass-embedded (~> 1.77.8)
196200
sqlite3 (~> 1.7)
197201
zeitwerk (~> 2.6.0)
198202

gemfiles/rails_7_0_sprockets.gemfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ gem "rails", "~> 7.0.0"
77
gem "sqlite3", "~> 1.7"
88
gem "debug", ">= 1.0.0"
99
gem "zeitwerk", "~> 2.6.0"
10-
gem "net-imap", "~> 0.4.18"
11-
gem "sass-embedded", "~> 1.66.1"
10+
gem "sass-embedded", "~> 1.77.8"
1211
gem "sprockets-rails"
1312

1413
gemspec path: "../"

gemfiles/rails_7_0_sprockets.gemfile.lock

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ GEM
7777
bundler
7878
rake
7979
thor (>= 0.14.0)
80+
bigdecimal (3.1.8)
8081
builder (3.3.0)
8182
concurrent-ruby (1.3.4)
8283
crass (1.0.6)
@@ -87,8 +88,12 @@ GEM
8788
erubi (1.13.0)
8889
globalid (1.2.1)
8990
activesupport (>= 6.1)
90-
google-protobuf (3.25.5-arm64-darwin)
91-
google-protobuf (3.25.5-x86_64-linux)
91+
google-protobuf (4.28.3-arm64-darwin)
92+
bigdecimal
93+
rake (>= 13)
94+
google-protobuf (4.28.3-x86_64-linux)
95+
bigdecimal
96+
rake (>= 13)
9297
i18n (1.14.6)
9398
concurrent-ruby (~> 1.0)
9499
io-console (0.7.2)
@@ -107,7 +112,7 @@ GEM
107112
method_source (1.1.0)
108113
mini_mime (1.1.5)
109114
minitest (5.25.1)
110-
net-imap (0.4.18)
115+
net-imap (0.5.1)
111116
date
112117
net-protocol
113118
net-pop (0.1.2)
@@ -160,10 +165,10 @@ GEM
160165
psych (>= 4.0.0)
161166
reline (0.5.11)
162167
io-console (~> 0.5)
163-
sass-embedded (1.66.1-arm64-darwin)
164-
google-protobuf (~> 3.23)
165-
sass-embedded (1.66.1-x86_64-linux-gnu)
166-
google-protobuf (~> 3.23)
168+
sass-embedded (1.77.8-arm64-darwin)
169+
google-protobuf (~> 4.26)
170+
sass-embedded (1.77.8-x86_64-linux-gnu)
171+
google-protobuf (~> 4.26)
167172
sprockets (4.2.1)
168173
concurrent-ruby (~> 1.0)
169174
rack (>= 2.2.4, < 4)
@@ -191,9 +196,8 @@ DEPENDENCIES
191196
appraisal
192197
dartsass-rails!
193198
debug (>= 1.0.0)
194-
net-imap (~> 0.4.18)
195199
rails (~> 7.0.0)
196-
sass-embedded (~> 1.66.1)
200+
sass-embedded (~> 1.77.8)
197201
sprockets-rails
198202
sqlite3 (~> 1.7)
199203
zeitwerk (~> 2.6.0)

gemfiles/rails_7_1_propshaft.gemfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@ source "https://rubygems.org"
44

55
gem "appraisal"
66
gem "rails", "~> 7.1.0"
7-
gem "sqlite3", "~> 1.7"
7+
gem "sqlite3"
88
gem "debug", ">= 1.0.0"
99
gem "zeitwerk", "~> 2.6.0"
10-
gem "net-imap", "~> 0.4.18"
11-
gem "sass-embedded", "~> 1.66.1"
10+
gem "sass-embedded", "~> 1.77.8"
1211
gem "propshaft"
1312

1413
gemspec path: "../"

gemfiles/rails_7_1_propshaft.gemfile.lock

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,12 @@ GEM
104104
erubi (1.13.0)
105105
globalid (1.2.1)
106106
activesupport (>= 6.1)
107-
google-protobuf (3.25.5-arm64-darwin)
108-
google-protobuf (3.25.5-x86_64-linux)
107+
google-protobuf (4.28.3-arm64-darwin)
108+
bigdecimal
109+
rake (>= 13)
110+
google-protobuf (4.28.3-x86_64-linux)
111+
bigdecimal
112+
rake (>= 13)
109113
i18n (1.14.6)
110114
concurrent-ruby (~> 1.0)
111115
io-console (0.7.2)
@@ -125,7 +129,7 @@ GEM
125129
mini_mime (1.1.5)
126130
minitest (5.25.1)
127131
mutex_m (0.2.0)
128-
net-imap (0.4.18)
132+
net-imap (0.5.1)
129133
date
130134
net-protocol
131135
net-pop (0.1.2)
@@ -188,13 +192,13 @@ GEM
188192
psych (>= 4.0.0)
189193
reline (0.5.11)
190194
io-console (~> 0.5)
191-
sass-embedded (1.66.1-arm64-darwin)
192-
google-protobuf (~> 3.23)
193-
sass-embedded (1.66.1-x86_64-linux-gnu)
194-
google-protobuf (~> 3.23)
195+
sass-embedded (1.77.8-arm64-darwin)
196+
google-protobuf (~> 4.26)
197+
sass-embedded (1.77.8-x86_64-linux-gnu)
198+
google-protobuf (~> 4.26)
195199
securerandom (0.3.1)
196-
sqlite3 (1.7.3-arm64-darwin)
197-
sqlite3 (1.7.3-x86_64-linux)
200+
sqlite3 (2.2.0-arm64-darwin)
201+
sqlite3 (2.2.0-x86_64-linux-gnu)
198202
stringio (3.1.2)
199203
thor (1.3.2)
200204
timeout (0.4.2)
@@ -213,11 +217,10 @@ DEPENDENCIES
213217
appraisal
214218
dartsass-rails!
215219
debug (>= 1.0.0)
216-
net-imap (~> 0.4.18)
217220
propshaft
218221
rails (~> 7.1.0)
219-
sass-embedded (~> 1.66.1)
220-
sqlite3 (~> 1.7)
222+
sass-embedded (~> 1.77.8)
223+
sqlite3
221224
zeitwerk (~> 2.6.0)
222225

223226
BUNDLED WITH

gemfiles/rails_7_1_sprockets.gemfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@ source "https://rubygems.org"
44

55
gem "appraisal"
66
gem "rails", "~> 7.1.0"
7-
gem "sqlite3", "~> 1.7"
7+
gem "sqlite3"
88
gem "debug", ">= 1.0.0"
99
gem "zeitwerk", "~> 2.6.0"
10-
gem "net-imap", "~> 0.4.18"
11-
gem "sass-embedded", "~> 1.66.1"
10+
gem "sass-embedded", "~> 1.77.8"
1211
gem "sprockets-rails"
1312

1413
gemspec path: "../"

gemfiles/rails_7_1_sprockets.gemfile.lock

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,12 @@ GEM
104104
erubi (1.13.0)
105105
globalid (1.2.1)
106106
activesupport (>= 6.1)
107-
google-protobuf (3.25.5-arm64-darwin)
108-
google-protobuf (3.25.5-x86_64-linux)
107+
google-protobuf (4.28.3-arm64-darwin)
108+
bigdecimal
109+
rake (>= 13)
110+
google-protobuf (4.28.3-x86_64-linux)
111+
bigdecimal
112+
rake (>= 13)
109113
i18n (1.14.6)
110114
concurrent-ruby (~> 1.0)
111115
io-console (0.7.2)
@@ -125,7 +129,7 @@ GEM
125129
mini_mime (1.1.5)
126130
minitest (5.25.1)
127131
mutex_m (0.2.0)
128-
net-imap (0.4.18)
132+
net-imap (0.5.1)
129133
date
130134
net-protocol
131135
net-pop (0.1.2)
@@ -183,10 +187,10 @@ GEM
183187
psych (>= 4.0.0)
184188
reline (0.5.11)
185189
io-console (~> 0.5)
186-
sass-embedded (1.66.1-arm64-darwin)
187-
google-protobuf (~> 3.23)
188-
sass-embedded (1.66.1-x86_64-linux-gnu)
189-
google-protobuf (~> 3.23)
190+
sass-embedded (1.77.8-arm64-darwin)
191+
google-protobuf (~> 4.26)
192+
sass-embedded (1.77.8-x86_64-linux-gnu)
193+
google-protobuf (~> 4.26)
190194
securerandom (0.3.1)
191195
sprockets (4.2.1)
192196
concurrent-ruby (~> 1.0)
@@ -195,8 +199,8 @@ GEM
195199
actionpack (>= 6.1)
196200
activesupport (>= 6.1)
197201
sprockets (>= 3.0.0)
198-
sqlite3 (1.7.3-arm64-darwin)
199-
sqlite3 (1.7.3-x86_64-linux)
202+
sqlite3 (2.2.0-arm64-darwin)
203+
sqlite3 (2.2.0-x86_64-linux-gnu)
200204
stringio (3.1.2)
201205
thor (1.3.2)
202206
timeout (0.4.2)
@@ -215,11 +219,10 @@ DEPENDENCIES
215219
appraisal
216220
dartsass-rails!
217221
debug (>= 1.0.0)
218-
net-imap (~> 0.4.18)
219222
rails (~> 7.1.0)
220-
sass-embedded (~> 1.66.1)
223+
sass-embedded (~> 1.77.8)
221224
sprockets-rails
222-
sqlite3 (~> 1.7)
225+
sqlite3
223226
zeitwerk (~> 2.6.0)
224227

225228
BUNDLED WITH

0 commit comments

Comments
 (0)