Skip to content

Commit 3e43139

Browse files
authored
Merge pull request #16 from KnapsackPro/update-ruby
Use Ruby 3.2.2
2 parents e0bea5f + 97538ac commit 3e43139

File tree

2 files changed

+63
-63
lines changed

2 files changed

+63
-63
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
docker:
1010
# specify the version you desire here
1111
# https://circleci.com/developer/images/image/cimg/ruby
12-
- image: cimg/ruby:3.2.1-browsers
12+
- image: cimg/ruby:3.2.2-browsers
1313
environment:
1414
RAILS_ENV: test
1515
KNAPSACK_REPO_PATH: ~/gems/knapsack

Gemfile.lock

+62-62
Original file line numberDiff line numberDiff line change
@@ -7,68 +7,68 @@ PATH
77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
actioncable (6.1.7.2)
11-
actionpack (= 6.1.7.2)
12-
activesupport (= 6.1.7.2)
10+
actioncable (6.1.7.3)
11+
actionpack (= 6.1.7.3)
12+
activesupport (= 6.1.7.3)
1313
nio4r (~> 2.0)
1414
websocket-driver (>= 0.6.1)
15-
actionmailbox (6.1.7.2)
16-
actionpack (= 6.1.7.2)
17-
activejob (= 6.1.7.2)
18-
activerecord (= 6.1.7.2)
19-
activestorage (= 6.1.7.2)
20-
activesupport (= 6.1.7.2)
15+
actionmailbox (6.1.7.3)
16+
actionpack (= 6.1.7.3)
17+
activejob (= 6.1.7.3)
18+
activerecord (= 6.1.7.3)
19+
activestorage (= 6.1.7.3)
20+
activesupport (= 6.1.7.3)
2121
mail (>= 2.7.1)
22-
actionmailer (6.1.7.2)
23-
actionpack (= 6.1.7.2)
24-
actionview (= 6.1.7.2)
25-
activejob (= 6.1.7.2)
26-
activesupport (= 6.1.7.2)
22+
actionmailer (6.1.7.3)
23+
actionpack (= 6.1.7.3)
24+
actionview (= 6.1.7.3)
25+
activejob (= 6.1.7.3)
26+
activesupport (= 6.1.7.3)
2727
mail (~> 2.5, >= 2.5.4)
2828
rails-dom-testing (~> 2.0)
29-
actionpack (6.1.7.2)
30-
actionview (= 6.1.7.2)
31-
activesupport (= 6.1.7.2)
29+
actionpack (6.1.7.3)
30+
actionview (= 6.1.7.3)
31+
activesupport (= 6.1.7.3)
3232
rack (~> 2.0, >= 2.0.9)
3333
rack-test (>= 0.6.3)
3434
rails-dom-testing (~> 2.0)
3535
rails-html-sanitizer (~> 1.0, >= 1.2.0)
36-
actiontext (6.1.7.2)
37-
actionpack (= 6.1.7.2)
38-
activerecord (= 6.1.7.2)
39-
activestorage (= 6.1.7.2)
40-
activesupport (= 6.1.7.2)
36+
actiontext (6.1.7.3)
37+
actionpack (= 6.1.7.3)
38+
activerecord (= 6.1.7.3)
39+
activestorage (= 6.1.7.3)
40+
activesupport (= 6.1.7.3)
4141
nokogiri (>= 1.8.5)
42-
actionview (6.1.7.2)
43-
activesupport (= 6.1.7.2)
42+
actionview (6.1.7.3)
43+
activesupport (= 6.1.7.3)
4444
builder (~> 3.1)
4545
erubi (~> 1.4)
4646
rails-dom-testing (~> 2.0)
4747
rails-html-sanitizer (~> 1.1, >= 1.2.0)
48-
activejob (6.1.7.2)
49-
activesupport (= 6.1.7.2)
48+
activejob (6.1.7.3)
49+
activesupport (= 6.1.7.3)
5050
globalid (>= 0.3.6)
51-
activemodel (6.1.7.2)
52-
activesupport (= 6.1.7.2)
53-
activerecord (6.1.7.2)
54-
activemodel (= 6.1.7.2)
55-
activesupport (= 6.1.7.2)
56-
activestorage (6.1.7.2)
57-
actionpack (= 6.1.7.2)
58-
activejob (= 6.1.7.2)
59-
activerecord (= 6.1.7.2)
60-
activesupport (= 6.1.7.2)
51+
activemodel (6.1.7.3)
52+
activesupport (= 6.1.7.3)
53+
activerecord (6.1.7.3)
54+
activemodel (= 6.1.7.3)
55+
activesupport (= 6.1.7.3)
56+
activestorage (6.1.7.3)
57+
actionpack (= 6.1.7.3)
58+
activejob (= 6.1.7.3)
59+
activerecord (= 6.1.7.3)
60+
activesupport (= 6.1.7.3)
6161
marcel (~> 1.0)
6262
mini_mime (>= 1.1.0)
63-
activesupport (6.1.7.2)
63+
activesupport (6.1.7.3)
6464
concurrent-ruby (~> 1.0, >= 1.0.2)
6565
i18n (>= 1.6, < 2)
6666
minitest (>= 5.1)
6767
tzinfo (~> 2.0)
6868
zeitwerk (~> 2.3)
69-
addressable (2.8.1)
69+
addressable (2.8.2)
7070
public_suffix (>= 2.0.2, < 6.0)
71-
async (2.4.2)
71+
async (2.5.0)
7272
console (~> 1.10)
7373
io-event (~> 1.1)
7474
timers (~> 4.1)
@@ -82,7 +82,7 @@ GEM
8282
debug_inspector (>= 0.0.1)
8383
builder (3.2.4)
8484
byebug (11.1.3)
85-
capybara (3.38.0)
85+
capybara (3.39.0)
8686
addressable
8787
matrix
8888
mini_mime (>= 0.1.3)
@@ -165,7 +165,7 @@ GEM
165165
listen (3.8.0)
166166
rb-fsevent (~> 0.10, >= 0.10.3)
167167
rb-inotify (~> 0.9, >= 0.9.10)
168-
loofah (2.19.1)
168+
loofah (2.20.0)
169169
crass (~> 1.0.2)
170170
nokogiri (>= 1.5.9)
171171
mail (2.8.1)
@@ -192,7 +192,7 @@ GEM
192192
timeout
193193
net-smtp (0.3.3)
194194
net-protocol
195-
nio4r (2.5.8)
195+
nio4r (2.5.9)
196196
nokogiri (1.14.2)
197197
mini_portile2 (~> 2.8.0)
198198
racc (~> 1.4)
@@ -201,23 +201,23 @@ GEM
201201
method_source (~> 1.0)
202202
public_suffix (5.0.1)
203203
racc (1.6.2)
204-
rack (2.2.6.3)
205-
rack-test (2.0.2)
204+
rack (2.2.6.4)
205+
rack-test (2.1.0)
206206
rack (>= 1.3)
207-
rails (6.1.7.2)
208-
actioncable (= 6.1.7.2)
209-
actionmailbox (= 6.1.7.2)
210-
actionmailer (= 6.1.7.2)
211-
actionpack (= 6.1.7.2)
212-
actiontext (= 6.1.7.2)
213-
actionview (= 6.1.7.2)
214-
activejob (= 6.1.7.2)
215-
activemodel (= 6.1.7.2)
216-
activerecord (= 6.1.7.2)
217-
activestorage (= 6.1.7.2)
218-
activesupport (= 6.1.7.2)
207+
rails (6.1.7.3)
208+
actioncable (= 6.1.7.3)
209+
actionmailbox (= 6.1.7.3)
210+
actionmailer (= 6.1.7.3)
211+
actionpack (= 6.1.7.3)
212+
actiontext (= 6.1.7.3)
213+
actionview (= 6.1.7.3)
214+
activejob (= 6.1.7.3)
215+
activemodel (= 6.1.7.3)
216+
activerecord (= 6.1.7.3)
217+
activestorage (= 6.1.7.3)
218+
activesupport (= 6.1.7.3)
219219
bundler (>= 1.15.0)
220-
railties (= 6.1.7.2)
220+
railties (= 6.1.7.3)
221221
sprockets-rails (>= 2.0.0)
222222
rails-controller-testing (1.0.5)
223223
actionpack (>= 5.0.1.rc1)
@@ -228,9 +228,9 @@ GEM
228228
nokogiri (>= 1.6)
229229
rails-html-sanitizer (1.5.0)
230230
loofah (~> 2.19, >= 2.19.1)
231-
railties (6.1.7.2)
232-
actionpack (= 6.1.7.2)
233-
activesupport (= 6.1.7.2)
231+
railties (6.1.7.3)
232+
actionpack (= 6.1.7.3)
233+
activesupport (= 6.1.7.3)
234234
method_source
235235
rake (>= 12.2)
236236
thor (~> 1.0)
@@ -253,7 +253,7 @@ GEM
253253
rspec (~> 3.0)
254254
rspec-memory (1.0.3)
255255
rspec (~> 3.0)
256-
rspec-mocks (3.12.3)
256+
rspec-mocks (3.12.5)
257257
diff-lcs (>= 1.2.0, < 2.0)
258258
rspec-support (~> 3.12.0)
259259
rspec-rails (6.0.1)
@@ -286,7 +286,7 @@ GEM
286286
actionpack (>= 5.2)
287287
activesupport (>= 5.2)
288288
sprockets (>= 3.0.0)
289-
sqlite3 (1.6.1)
289+
sqlite3 (1.6.2)
290290
mini_portile2 (~> 2.8.0)
291291
sys-uname (1.2.2)
292292
ffi (~> 1.1)

0 commit comments

Comments
 (0)