Skip to content

Commit e380359

Browse files
committed
Update appraisal
Update appraisal
1 parent 0a6d000 commit e380359

File tree

3 files changed

+24
-11
lines changed

3 files changed

+24
-11
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ gem 'simplecov-cobertura' # Code coverage
2121
group :third_party_plugin_tests do
2222
gem 'actionmailer'
2323
gem 'activerecord'
24-
gem 'rspec-mocks'
2524
gem 'airborne'
25+
gem 'rspec-mocks'
2626
gem 'rspec-rails'
2727
gem 'rspec-sidekiq'
2828
gem 'shoulda-matchers'

gemfiles/default.gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ gem "simplecov-cobertura"
1515

1616
group :third_party_plugin_tests do
1717
gem "actionmailer"
18+
gem "activerecord"
1819
gem "airborne"
20+
gem "rspec-mocks"
1921
gem "rspec-rails"
2022
gem "rspec-sidekiq"
2123
gem "shoulda-matchers"

gemfiles/default.gemfile.lock

Lines changed: 21 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
PATH
22
remote: ..
33
specs:
4-
solargraph-rspec (0.4.1)
5-
solargraph (~> 0.52, >= 0.52.0)
4+
solargraph-rspec (0.5.2)
5+
solargraph (>= 0.52.0)
66

77
GEM
88
remote: https://rubygems.org/
@@ -36,6 +36,12 @@ GEM
3636
activejob (7.1.5.1)
3737
activesupport (= 7.1.5.1)
3838
globalid (>= 0.3.6)
39+
activemodel (7.1.5.1)
40+
activesupport (= 7.1.5.1)
41+
activerecord (7.1.5.1)
42+
activemodel (= 7.1.5.1)
43+
activesupport (= 7.1.5.1)
44+
timeout (>= 0.4.0)
3945
activesupport (7.1.5.1)
4046
base64
4147
benchmark (>= 0.3)
@@ -97,7 +103,7 @@ GEM
97103
pp (>= 0.6.0)
98104
rdoc (>= 4.0.0)
99105
reline (>= 0.4.2)
100-
jaro_winkler (1.6.0)
106+
jaro_winkler (1.6.1)
101107
json (2.10.2)
102108
kramdown (2.5.1)
103109
rexml (>= 3.3.9)
@@ -136,14 +142,15 @@ GEM
136142
racc (~> 1.4)
137143
observer (0.1.2)
138144
optparse (0.6.0)
139-
ostruct (0.6.1)
145+
ostruct (0.6.2)
140146
parallel (1.26.3)
141147
parser (3.3.7.2)
142148
ast (~> 2.4.1)
143149
racc
144150
pp (0.6.2)
145151
prettyprint
146152
prettyprint (0.2.0)
153+
prism (1.4.0)
147154
profile-viewer (0.0.4)
148155
optparse
149156
webrick
@@ -258,28 +265,29 @@ GEM
258265
simplecov (~> 0.19)
259266
simplecov-html (0.13.1)
260267
simplecov_json_formatter (0.1.4)
261-
solargraph (0.52.0)
268+
solargraph (0.56.1)
262269
backport (~> 1.2)
263-
benchmark
270+
benchmark (~> 0.4)
264271
bundler (~> 2.0)
265272
diff-lcs (~> 1.4)
266-
jaro_winkler (~> 1.6)
273+
jaro_winkler (~> 1.6, >= 1.6.1)
267274
kramdown (~> 2.3)
268275
kramdown-parser-gfm (~> 1.1)
269276
logger (~> 1.6)
270277
observer (~> 0.1)
271278
ostruct (~> 0.6)
272279
parser (~> 3.0)
273-
rbs (~> 3.0)
274-
reverse_markdown (>= 2.0, < 4)
280+
prism (~> 1.4)
281+
rbs (~> 3.6.1)
282+
reverse_markdown (~> 3.0)
275283
rubocop (~> 1.38)
276284
thor (~> 1.0)
277285
tilt (~> 2.0)
278286
yard (~> 0.9, >= 0.9.24)
279287
yard-solargraph (~> 0.1)
280288
stringio (3.1.5)
281289
thor (1.3.2)
282-
tilt (2.6.0)
290+
tilt (2.6.1)
283291
timeout (0.4.3)
284292
tzinfo (2.0.6)
285293
concurrent-ruby (~> 1.0)
@@ -297,10 +305,12 @@ GEM
297305
zeitwerk (2.6.18)
298306

299307
PLATFORMS
308+
arm64-darwin-22
300309
arm64-darwin-24
301310

302311
DEPENDENCIES
303312
actionmailer
313+
activerecord
304314
airborne
305315
appraisal
306316
bundler
@@ -309,6 +319,7 @@ DEPENDENCIES
309319
pry-byebug
310320
rake
311321
rspec
322+
rspec-mocks
312323
rspec-rails
313324
rspec-sidekiq
314325
rubocop

0 commit comments

Comments
 (0)