Skip to content

Commit ac371c9

Browse files
build(deps): bump tzinfo-data from 1.2022.5 to 1.2024.1
Bumps [tzinfo-data](https://github.com/tzinfo/tzinfo-data) from 1.2022.5 to 1.2024.1. - [Release notes](https://github.com/tzinfo/tzinfo-data/releases) - [Commits](tzinfo/tzinfo-data@v1.2022.5...v1.2024.1) --- updated-dependencies: - dependency-name: tzinfo-data dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9db5bdf commit ac371c9

1 file changed

Lines changed: 8 additions & 51 deletions

File tree

Gemfile.lock

Lines changed: 8 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,6 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (6.1.4.1)
5-
actionpack (= 6.1.4.1)
6-
activesupport (= 6.1.4.1)
7-
nio4r (~> 2.0)
8-
websocket-driver (>= 0.6.1)
9-
actionmailbox (6.1.4.1)
10-
actionpack (= 6.1.4.1)
11-
activejob (= 6.1.4.1)
12-
activerecord (= 6.1.4.1)
13-
activestorage (= 6.1.4.1)
14-
activesupport (= 6.1.4.1)
15-
mail (>= 2.7.1)
164
actionmailer (6.1.4.1)
175
actionpack (= 6.1.4.1)
186
actionview (= 6.1.4.1)
@@ -27,12 +15,6 @@ GEM
2715
rack-test (>= 0.6.3)
2816
rails-dom-testing (~> 2.0)
2917
rails-html-sanitizer (~> 1.0, >= 1.2.0)
30-
actiontext (6.1.4.1)
31-
actionpack (= 6.1.4.1)
32-
activerecord (= 6.1.4.1)
33-
activestorage (= 6.1.4.1)
34-
activesupport (= 6.1.4.1)
35-
nokogiri (>= 1.8.5)
3618
actionview (6.1.4.1)
3719
activesupport (= 6.1.4.1)
3820
builder (~> 3.1)
@@ -47,13 +29,6 @@ GEM
4729
activerecord (6.1.4.1)
4830
activemodel (= 6.1.4.1)
4931
activesupport (= 6.1.4.1)
50-
activestorage (6.1.4.1)
51-
actionpack (= 6.1.4.1)
52-
activejob (= 6.1.4.1)
53-
activerecord (= 6.1.4.1)
54-
activesupport (= 6.1.4.1)
55-
marcel (~> 1.0.0)
56-
mini_mime (>= 1.1.0)
5732
activesupport (6.1.4.1)
5833
concurrent-ruby (~> 1.0, >= 1.0.2)
5934
i18n (>= 1.6, < 2)
@@ -65,7 +40,7 @@ GEM
6540
bootsnap (1.13.0)
6641
msgpack (~> 1.2)
6742
builder (3.2.4)
68-
concurrent-ruby (1.2.2)
43+
concurrent-ruby (1.2.3)
6944
crass (1.0.6)
7045
domain_name (0.5.20190701)
7146
unf (>= 0.0.5, < 1.0.0)
@@ -107,7 +82,6 @@ GEM
10782
nokogiri (>= 1.5.9)
10883
mail (2.7.1)
10984
mini_mime (>= 0.1.1)
110-
marcel (1.0.1)
11185
method_source (1.0.0)
11286
mini_mime (1.1.1)
11387
minitest (5.16.2)
@@ -127,21 +101,11 @@ GEM
127101
rack (2.2.6.4)
128102
rack-test (2.0.2)
129103
rack (>= 1.3)
130-
rails (6.1.4.1)
131-
actioncable (= 6.1.4.1)
132-
actionmailbox (= 6.1.4.1)
133-
actionmailer (= 6.1.4.1)
134-
actionpack (= 6.1.4.1)
135-
actiontext (= 6.1.4.1)
136-
actionview (= 6.1.4.1)
137-
activejob (= 6.1.4.1)
138-
activemodel (= 6.1.4.1)
139-
activerecord (= 6.1.4.1)
140-
activestorage (= 6.1.4.1)
141-
activesupport (= 6.1.4.1)
142-
bundler (>= 1.15.0)
143-
railties (= 6.1.4.1)
144-
sprockets-rails (>= 2.0.0)
104+
rails (0.9.5)
105+
actionmailer (>= 0.6.1)
106+
actionpack (>= 1.4.0)
107+
activerecord (>= 1.6.0)
108+
rake (>= 0.4.15)
145109
rails-dom-testing (2.0.3)
146110
activesupport (>= 4.2.0)
147111
nokogiri (>= 1.6)
@@ -163,21 +127,14 @@ GEM
163127
sprockets (4.1.1)
164128
concurrent-ruby (~> 1.0)
165129
rack (> 1, < 3)
166-
sprockets-rails (3.2.2)
167-
actionpack (>= 4.0)
168-
activesupport (>= 4.0)
169-
sprockets (>= 3.0.0)
170130
thor (1.2.1)
171-
tzinfo (2.0.5)
131+
tzinfo (2.0.6)
172132
concurrent-ruby (~> 1.0)
173-
tzinfo-data (1.2022.5)
133+
tzinfo-data (1.2024.1)
174134
tzinfo (>= 1.0.0)
175135
unf (0.1.4)
176136
unf_ext
177137
unf_ext (0.0.8.2)
178-
websocket-driver (0.7.5)
179-
websocket-extensions (>= 0.1.0)
180-
websocket-extensions (0.1.5)
181138
zeitwerk (2.6.0)
182139

183140
PLATFORMS

0 commit comments

Comments
 (0)