Skip to content

Commit bf42116

Browse files
committed
📌 Pin sqlite3 and update the rest
1 parent 46840e2 commit bf42116

File tree

2 files changed

+107
-108
lines changed

2 files changed

+107
-108
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ gem 'rails', '~> 7'
66
# Bundle edge Rails instead:
77
# gem 'rails', :git => 'git://github.com/rails/rails.git'
88

9-
gem 'sqlite3'
9+
gem 'sqlite3', '~> 1.4'
1010

1111
gem 'sassc-rails'
1212
gem 'coffee-rails'

Gemfile.lock

+106-107
Original file line numberDiff line numberDiff line change
@@ -8,71 +8,71 @@ GEM
88
remote: https://rubygems.org/
99
specs:
1010
SyslogLogger (2.0)
11-
actioncable (7.1.2)
12-
actionpack (= 7.1.2)
13-
activesupport (= 7.1.2)
11+
actioncable (7.1.3.4)
12+
actionpack (= 7.1.3.4)
13+
activesupport (= 7.1.3.4)
1414
nio4r (~> 2.0)
1515
websocket-driver (>= 0.6.1)
1616
zeitwerk (~> 2.6)
17-
actionmailbox (7.1.2)
18-
actionpack (= 7.1.2)
19-
activejob (= 7.1.2)
20-
activerecord (= 7.1.2)
21-
activestorage (= 7.1.2)
22-
activesupport (= 7.1.2)
17+
actionmailbox (7.1.3.4)
18+
actionpack (= 7.1.3.4)
19+
activejob (= 7.1.3.4)
20+
activerecord (= 7.1.3.4)
21+
activestorage (= 7.1.3.4)
22+
activesupport (= 7.1.3.4)
2323
mail (>= 2.7.1)
2424
net-imap
2525
net-pop
2626
net-smtp
27-
actionmailer (7.1.2)
28-
actionpack (= 7.1.2)
29-
actionview (= 7.1.2)
30-
activejob (= 7.1.2)
31-
activesupport (= 7.1.2)
27+
actionmailer (7.1.3.4)
28+
actionpack (= 7.1.3.4)
29+
actionview (= 7.1.3.4)
30+
activejob (= 7.1.3.4)
31+
activesupport (= 7.1.3.4)
3232
mail (~> 2.5, >= 2.5.4)
3333
net-imap
3434
net-pop
3535
net-smtp
3636
rails-dom-testing (~> 2.2)
37-
actionpack (7.1.2)
38-
actionview (= 7.1.2)
39-
activesupport (= 7.1.2)
37+
actionpack (7.1.3.4)
38+
actionview (= 7.1.3.4)
39+
activesupport (= 7.1.3.4)
4040
nokogiri (>= 1.8.5)
4141
racc
4242
rack (>= 2.2.4)
4343
rack-session (>= 1.0.1)
4444
rack-test (>= 0.6.3)
4545
rails-dom-testing (~> 2.2)
4646
rails-html-sanitizer (~> 1.6)
47-
actiontext (7.1.2)
48-
actionpack (= 7.1.2)
49-
activerecord (= 7.1.2)
50-
activestorage (= 7.1.2)
51-
activesupport (= 7.1.2)
47+
actiontext (7.1.3.4)
48+
actionpack (= 7.1.3.4)
49+
activerecord (= 7.1.3.4)
50+
activestorage (= 7.1.3.4)
51+
activesupport (= 7.1.3.4)
5252
globalid (>= 0.6.0)
5353
nokogiri (>= 1.8.5)
54-
actionview (7.1.2)
55-
activesupport (= 7.1.2)
54+
actionview (7.1.3.4)
55+
activesupport (= 7.1.3.4)
5656
builder (~> 3.1)
5757
erubi (~> 1.11)
5858
rails-dom-testing (~> 2.2)
5959
rails-html-sanitizer (~> 1.6)
60-
activejob (7.1.2)
61-
activesupport (= 7.1.2)
60+
activejob (7.1.3.4)
61+
activesupport (= 7.1.3.4)
6262
globalid (>= 0.3.6)
63-
activemodel (7.1.2)
64-
activesupport (= 7.1.2)
65-
activerecord (7.1.2)
66-
activemodel (= 7.1.2)
67-
activesupport (= 7.1.2)
63+
activemodel (7.1.3.4)
64+
activesupport (= 7.1.3.4)
65+
activerecord (7.1.3.4)
66+
activemodel (= 7.1.3.4)
67+
activesupport (= 7.1.3.4)
6868
timeout (>= 0.4.0)
69-
activestorage (7.1.2)
70-
actionpack (= 7.1.2)
71-
activejob (= 7.1.2)
72-
activerecord (= 7.1.2)
73-
activesupport (= 7.1.2)
69+
activestorage (7.1.3.4)
70+
actionpack (= 7.1.3.4)
71+
activejob (= 7.1.3.4)
72+
activerecord (= 7.1.3.4)
73+
activesupport (= 7.1.3.4)
7474
marcel (~> 1.0)
75-
activesupport (7.1.2)
75+
activesupport (7.1.3.4)
7676
base64
7777
bigdecimal
7878
concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -82,17 +82,17 @@ GEM
8282
minitest (>= 5.1)
8383
mutex_m
8484
tzinfo (~> 2.0)
85-
autoprefixer-rails (10.4.16.0)
85+
autoprefixer-rails (10.4.19.0)
8686
execjs (~> 2)
8787
base64 (0.2.0)
88-
bigdecimal (3.1.5)
89-
bootsnap (1.17.0)
88+
bigdecimal (3.1.8)
89+
bootsnap (1.18.3)
9090
msgpack (~> 1.2)
91-
bootstrap (5.3.2)
91+
bootstrap (5.3.3)
9292
autoprefixer-rails (>= 9.1.0)
9393
popper_js (>= 2.11.8, < 3)
94-
builder (3.2.4)
95-
climate_control (0.2.0)
94+
builder (3.3.0)
95+
climate_control (1.2.0)
9696
codeclimate-test-reporter (1.0.9)
9797
simplecov (<= 0.13)
9898
coffee-rails (5.0.0)
@@ -102,20 +102,19 @@ GEM
102102
coffee-script-source
103103
execjs
104104
coffee-script-source (1.12.2)
105-
concurrent-ruby (1.2.2)
105+
concurrent-ruby (1.3.3)
106106
connection_pool (2.4.1)
107107
crass (1.0.6)
108108
date (3.3.4)
109109
docile (1.1.5)
110-
drb (2.2.0)
111-
ruby2_keywords
112-
erubi (1.12.0)
110+
drb (2.2.1)
111+
erubi (1.13.0)
113112
execjs (2.9.1)
114-
faker (3.2.2)
113+
faker (3.4.2)
115114
i18n (>= 1.8.11, < 2)
116115
favicon_maker (1.3.1)
117116
docile (~> 1.1)
118-
ffi (1.16.3)
117+
ffi (1.17.0)
119118
git_rev (0.1.0)
120119
globalid (1.2.1)
121120
activesupport (>= 6.1)
@@ -128,23 +127,23 @@ GEM
128127
activesupport (>= 5.1)
129128
haml (>= 4.0.6)
130129
railties (>= 5.1)
131-
i18n (1.14.1)
130+
i18n (1.14.5)
132131
concurrent-ruby (~> 1.0)
133-
io-console (0.7.1)
134-
irb (1.11.0)
135-
rdoc
136-
reline (>= 0.3.8)
132+
io-console (0.7.2)
133+
irb (1.14.0)
134+
rdoc (>= 4.0.0)
135+
reline (>= 0.4.2)
137136
jquery-rails (4.6.0)
138137
rails-dom-testing (>= 1, < 3)
139138
railties (>= 4.2.0)
140139
thor (>= 0.14, < 2.0)
141-
json (2.7.1)
142-
kt-paperclip (7.2.1)
140+
json (2.7.2)
141+
kt-paperclip (7.2.2)
143142
activemodel (>= 4.2.0)
144143
activesupport (>= 4.2.0)
145144
marcel (~> 1.0.1)
146145
mime-types
147-
terrapin (~> 0.6.0)
146+
terrapin (>= 0.6.0, < 2.0)
148147
loofah (2.22.0)
149148
crass (~> 1.0.2)
150149
nokogiri (>= 1.12.0)
@@ -153,58 +152,58 @@ GEM
153152
net-imap
154153
net-pop
155154
net-smtp
156-
marcel (1.0.2)
155+
marcel (1.0.4)
157156
mime-types (3.5.2)
158157
mime-types-data (~> 3.2015)
159-
mime-types-data (3.2023.1205)
160-
mini_magick (4.12.0)
158+
mime-types-data (3.2024.0702)
159+
mini_magick (5.0.1)
161160
mini_mime (1.1.5)
162-
mini_portile2 (2.8.5)
163-
minitest (5.20.0)
161+
mini_portile2 (2.8.7)
162+
minitest (5.24.1)
164163
msgpack (1.7.2)
165164
mutex_m (0.2.0)
166-
net-imap (0.4.9)
165+
net-imap (0.4.14)
167166
date
168167
net-protocol
169168
net-pop (0.1.2)
170169
net-protocol
171170
net-protocol (0.2.2)
172171
timeout
173-
net-smtp (0.4.0)
172+
net-smtp (0.5.0)
174173
net-protocol
175-
nio4r (2.7.0)
176-
nokogiri (1.16.0)
174+
nio4r (2.7.3)
175+
nokogiri (1.16.7)
177176
mini_portile2 (~> 2.8.2)
178177
racc (~> 1.4)
179-
pg (1.5.4)
178+
pg (1.5.7)
180179
popper_js (2.11.8)
181180
psych (5.1.2)
182181
stringio
183-
puma (6.4.1)
182+
puma (6.4.2)
184183
nio4r (~> 2.0)
185-
racc (1.7.3)
186-
rack (3.0.8)
184+
racc (1.8.1)
185+
rack (3.1.7)
187186
rack-session (2.0.0)
188187
rack (>= 3.0.0)
189188
rack-test (2.1.0)
190189
rack (>= 1.3)
191190
rackup (2.1.0)
192191
rack (>= 3)
193192
webrick (~> 1.8)
194-
rails (7.1.2)
195-
actioncable (= 7.1.2)
196-
actionmailbox (= 7.1.2)
197-
actionmailer (= 7.1.2)
198-
actionpack (= 7.1.2)
199-
actiontext (= 7.1.2)
200-
actionview (= 7.1.2)
201-
activejob (= 7.1.2)
202-
activemodel (= 7.1.2)
203-
activerecord (= 7.1.2)
204-
activestorage (= 7.1.2)
205-
activesupport (= 7.1.2)
193+
rails (7.1.3.4)
194+
actioncable (= 7.1.3.4)
195+
actionmailbox (= 7.1.3.4)
196+
actionmailer (= 7.1.3.4)
197+
actionpack (= 7.1.3.4)
198+
actiontext (= 7.1.3.4)
199+
actionview (= 7.1.3.4)
200+
activejob (= 7.1.3.4)
201+
activemodel (= 7.1.3.4)
202+
activerecord (= 7.1.3.4)
203+
activestorage (= 7.1.3.4)
204+
activesupport (= 7.1.3.4)
206205
bundler (>= 1.15.0)
207-
railties (= 7.1.2)
206+
railties (= 7.1.3.4)
208207
rails-controller-testing (1.0.5)
209208
actionpack (>= 5.0.1.rc1)
210209
actionview (>= 5.0.1.rc1)
@@ -216,21 +215,20 @@ GEM
216215
rails-html-sanitizer (1.6.0)
217216
loofah (~> 2.21)
218217
nokogiri (~> 1.14)
219-
railties (7.1.2)
220-
actionpack (= 7.1.2)
221-
activesupport (= 7.1.2)
218+
railties (7.1.3.4)
219+
actionpack (= 7.1.3.4)
220+
activesupport (= 7.1.3.4)
222221
irb
223222
rackup (>= 1.0.0)
224223
rake (>= 12.2)
225224
thor (~> 1.0, >= 1.2.2)
226225
zeitwerk (~> 2.6)
227-
rake (13.1.0)
228-
rdoc (6.6.2)
226+
rake (13.2.1)
227+
rdoc (6.7.0)
229228
psych (>= 4.0.0)
230-
reline (0.4.1)
229+
reline (0.5.9)
231230
io-console (~> 0.5)
232-
ruby-prof (1.6.3)
233-
ruby2_keywords (0.0.5)
231+
ruby-prof (1.7.0)
234232
sassc (2.4.0)
235233
ffi (~> 1.9)
236234
sassc-rails (2.1.2)
@@ -239,35 +237,36 @@ GEM
239237
sprockets (> 3.0)
240238
sprockets-rails
241239
tilt
242-
sentry-rails (5.15.2)
240+
sentry-rails (5.18.2)
243241
railties (>= 5.0)
244-
sentry-ruby (~> 5.15.2)
245-
sentry-ruby (5.15.2)
242+
sentry-ruby (~> 5.18.2)
243+
sentry-ruby (5.18.2)
244+
bigdecimal
246245
concurrent-ruby (~> 1.0, >= 1.0.2)
247-
simple_form (5.3.0)
246+
simple_form (5.3.1)
248247
actionpack (>= 5.2)
249248
activemodel (>= 5.2)
250249
simplecov (0.13.0)
251250
docile (~> 1.1.0)
252251
json (>= 1.8, < 3)
253252
simplecov-html (~> 0.10.0)
254253
simplecov-html (0.10.2)
255-
spring (4.1.3)
254+
spring (4.2.1)
256255
sprockets (4.2.1)
257256
concurrent-ruby (~> 1.0)
258257
rack (>= 2.2.4, < 4)
259-
sprockets-rails (3.4.2)
260-
actionpack (>= 5.2)
261-
activesupport (>= 5.2)
258+
sprockets-rails (3.5.2)
259+
actionpack (>= 6.1)
260+
activesupport (>= 6.1)
262261
sprockets (>= 3.0.0)
263-
sqlite3 (1.7.0)
262+
sqlite3 (1.7.3)
264263
mini_portile2 (~> 2.8.0)
265-
stringio (3.1.0)
264+
stringio (3.1.1)
266265
temple (0.10.3)
267-
terrapin (0.6.0)
268-
climate_control (>= 0.0.3, < 1.0)
269-
thor (1.3.0)
270-
tilt (2.3.0)
266+
terrapin (1.0.1)
267+
climate_control
268+
thor (1.3.1)
269+
tilt (2.4.0)
271270
timeout (0.4.1)
272271
tzinfo (2.0.6)
273272
concurrent-ruby (~> 1.0)
@@ -277,7 +276,7 @@ GEM
277276
websocket-driver (0.7.6)
278277
websocket-extensions (>= 0.1.0)
279278
websocket-extensions (0.1.5)
280-
zeitwerk (2.6.12)
279+
zeitwerk (2.6.17)
281280

282281
PLATFORMS
283282
ruby
@@ -308,7 +307,7 @@ DEPENDENCIES
308307
sentry-ruby
309308
simple_form
310309
spring
311-
sqlite3
310+
sqlite3 (~> 1.4)
312311
uglifier
313312

314313
BUNDLED WITH

0 commit comments

Comments
 (0)