Skip to content

Commit 12e92d5

Browse files
committed
bundle update
1 parent 46c4178 commit 12e92d5

File tree

3 files changed

+17
-18
lines changed

3 files changed

+17
-18
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.2
1+
3.4.5

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ gem 'sidekiq'
1515
gem 'sidekiq-scheduler'
1616
gem 'stimulus-rails'
1717
gem 'turbo-rails'
18-
gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby]
18+
gem 'tzinfo-data', platforms: %i[windows]
1919

2020
group :development, :test do
2121
gem 'brakeman', require: false

Gemfile.lock

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ GEM
7878
authentication-zero (4.0.3)
7979
awesome_print (1.9.2)
8080
aws-eventstream (1.4.0)
81-
aws-partitions (1.1126.0)
82-
aws-sdk-core (3.226.2)
81+
aws-partitions (1.1131.0)
82+
aws-sdk-core (3.226.3)
8383
aws-eventstream (~> 1, >= 1.3.0)
8484
aws-partitions (~> 1, >= 1.992.0)
8585
aws-sigv4 (~> 1.9)
@@ -89,7 +89,7 @@ GEM
8989
aws-sdk-kms (1.106.0)
9090
aws-sdk-core (~> 3, >= 3.225.0)
9191
aws-sigv4 (~> 1.5)
92-
aws-sdk-s3 (1.192.0)
92+
aws-sdk-s3 (1.193.0)
9393
aws-sdk-core (~> 3, >= 3.225.0)
9494
aws-sdk-kms (~> 1)
9595
aws-sigv4 (~> 1.5)
@@ -101,7 +101,7 @@ GEM
101101
bigdecimal (3.2.2)
102102
bootsnap (1.18.6)
103103
msgpack (~> 1.2)
104-
brakeman (7.0.2)
104+
brakeman (7.1.0)
105105
racc
106106
builder (3.3.0)
107107
bundle-audit (0.1.0)
@@ -124,7 +124,7 @@ GEM
124124
crass (1.0.6)
125125
date (3.4.1)
126126
drb (2.2.3)
127-
erb (5.0.1)
127+
erb (5.0.2)
128128
erubi (1.13.1)
129129
et-orbi (1.2.11)
130130
tzinfo
@@ -146,13 +146,13 @@ GEM
146146
actionpack (>= 6.0.0)
147147
activesupport (>= 6.0.0)
148148
railties (>= 6.0.0)
149-
io-console (0.8.0)
149+
io-console (0.8.1)
150150
irb (1.15.2)
151151
pp (>= 0.6.0)
152152
rdoc (>= 4.0.0)
153153
reline (>= 0.4.2)
154154
jmespath (1.6.2)
155-
json (2.12.2)
155+
json (2.13.0)
156156
language_server-protocol (3.17.0.5)
157157
lint_roller (1.1.0)
158158
logger (1.7.0)
@@ -180,7 +180,7 @@ GEM
180180
net-smtp (0.5.1)
181181
net-protocol
182182
nio4r (2.7.4)
183-
nokogiri (1.18.8-x86_64-linux-gnu)
183+
nokogiri (1.18.9-x86_64-linux-gnu)
184184
racc (~> 1.4)
185185
parallel (1.27.0)
186186
parser (3.3.8.0)
@@ -191,11 +191,10 @@ GEM
191191
prettyprint
192192
prettyprint (0.2.0)
193193
prism (1.4.0)
194-
propshaft (1.1.0)
194+
propshaft (1.2.0)
195195
actionpack (>= 7.0.0)
196196
activesupport (>= 7.0.0)
197197
rack
198-
railties (>= 7.0.0)
199198
pry (0.15.2)
200199
coderay (~> 1.1)
201200
method_source (~> 1.0)
@@ -251,12 +250,12 @@ GEM
251250
rdoc (6.14.2)
252251
erb
253252
psych (>= 4.0.0)
254-
redis (5.4.0)
253+
redis (5.4.1)
255254
redis-client (>= 0.22.0)
256-
redis-client (0.25.0)
255+
redis-client (0.25.1)
257256
connection_pool
258257
regexp_parser (2.10.0)
259-
reline (0.6.1)
258+
reline (0.6.2)
260259
io-console (~> 0.5)
261260
rexml (3.4.1)
262261
rollbar (3.6.2)
@@ -271,7 +270,7 @@ GEM
271270
rubocop-ast (>= 1.45.1, < 2.0)
272271
ruby-progressbar (~> 1.7)
273272
unicode-display_width (>= 2.4.0, < 4.0)
274-
rubocop-ast (1.45.1)
273+
rubocop-ast (1.46.0)
275274
parser (>= 3.3.7.2)
276275
prism (~> 1.4)
277276
rubocop-capybara (2.22.1)
@@ -322,7 +321,7 @@ GEM
322321
stringio (3.1.7)
323322
super_awesome_print (0.2.6)
324323
awesome_print
325-
thor (1.3.2)
324+
thor (1.4.0)
326325
timeout (0.4.3)
327326
turbo-rails (2.0.16)
328327
actionpack (>= 7.1.0)
@@ -380,4 +379,4 @@ DEPENDENCIES
380379
tzinfo-data
381380

382381
BUNDLED WITH
383-
2.6.5
382+
2.7.0

0 commit comments

Comments
 (0)