Skip to content

Commit a395dcd

Browse files
authored
Merge pull request #72 from ginzarb/dependabot/bundler/activesupport-7.2.3.1
Bump activesupport from 7.0.8.4 to 7.2.3.1
2 parents 4631761 + 845459d commit a395dcd

1 file changed

Lines changed: 45 additions & 31 deletions

File tree

Gemfile.lock

Lines changed: 45 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,33 @@
11
GEM
22
remote: http://rubygems.org/
33
specs:
4-
activesupport (7.0.8.4)
5-
concurrent-ruby (~> 1.0, >= 1.0.2)
4+
activesupport (7.2.3.1)
5+
base64
6+
benchmark (>= 0.3)
7+
bigdecimal
8+
concurrent-ruby (~> 1.0, >= 1.3.1)
9+
connection_pool (>= 2.2.5)
10+
drb
611
i18n (>= 1.6, < 2)
7-
minitest (>= 5.1)
8-
tzinfo (~> 2.0)
12+
logger (>= 1.4.2)
13+
minitest (>= 5.1, < 6)
14+
securerandom (>= 0.3)
15+
tzinfo (~> 2.0, >= 2.0.5)
916
addressable (2.8.7)
1017
public_suffix (>= 2.0.2, < 7.0)
11-
backports (3.25.0)
18+
base64 (0.3.0)
19+
benchmark (0.5.0)
1220
bigdecimal (3.1.9)
1321
coffee-script (2.4.1)
1422
coffee-script-source
1523
execjs
1624
coffee-script-source (1.12.2)
17-
concurrent-ruby (1.3.3)
25+
concurrent-ruby (1.3.6)
26+
connection_pool (3.0.2)
1827
contracts (0.16.1)
1928
dotenv (3.1.2)
20-
erubis (2.7.0)
29+
drb (2.2.3)
30+
erubi (1.13.1)
2131
execjs (2.9.1)
2232
fast_blank (1.0.1)
2333
fastimage (2.3.1)
@@ -29,48 +39,49 @@ GEM
2939
hamster (3.0.0)
3040
concurrent-ruby (~> 1.0)
3141
hashie (3.6.0)
32-
i18n (1.6.0)
42+
i18n (1.14.8)
3343
concurrent-ruby (~> 1.0)
3444
kramdown (2.4.0)
3545
rexml
3646
listen (3.9.0)
3747
rb-fsevent (~> 0.10, >= 0.10.3)
3848
rb-inotify (~> 0.9, >= 0.9.10)
49+
logger (1.7.0)
3950
memoist (0.16.2)
40-
middleman (4.5.1)
41-
coffee-script (~> 2.2)
42-
haml (>= 4.0.5)
43-
kramdown (>= 2.3.0)
44-
middleman-cli (= 4.5.1)
45-
middleman-core (= 4.5.1)
46-
middleman-cli (4.5.1)
47-
thor (>= 0.17.0, < 1.3.0)
48-
middleman-core (4.5.1)
49-
activesupport (>= 6.1, < 7.1)
51+
middleman (4.6.3)
52+
middleman-cli (= 4.6.3)
53+
middleman-core (= 4.6.3)
54+
middleman-cli (4.6.3)
55+
thor (>= 0.17.0, < 2)
56+
middleman-core (4.6.3)
57+
activesupport (>= 6.1)
5058
addressable (~> 2.4)
51-
backports (~> 3.6)
52-
bundler (~> 2.0)
53-
contracts (~> 0.13, < 0.17)
59+
bundler (> 2.0)
60+
coffee-script (~> 2.2)
61+
contracts
5462
dotenv
55-
erubis
63+
erubi
5664
execjs (~> 2.0)
5765
fast_blank
5866
fastimage (~> 2.0)
67+
haml (>= 4.0.5, < 7)
5968
hamster (~> 3.0)
60-
hashie (~> 3.4)
61-
i18n (~> 1.6.0)
69+
hashie (>= 3.4, < 6.0)
70+
i18n (>= 1.6, < 1.15)
71+
kramdown (~> 2.4)
6272
listen (~> 3.0)
6373
memoist (~> 0.14)
64-
padrino-helpers (~> 0.15.0)
74+
padrino-helpers (>= 0.15, < 0.17)
6575
parallel
66-
rack (>= 1.4.5, < 3)
76+
rack (>= 3)
77+
rackup
6778
sassc (~> 2.0)
6879
servolux
69-
tilt (~> 2.0.9)
80+
tilt (~> 2.2)
7081
toml
71-
uglifier (~> 3.0)
82+
uglifier (>= 3, < 5)
7283
webrick
73-
minitest (5.24.0)
84+
minitest (5.27.0)
7485
mutex_m (0.3.0)
7586
padrino-helpers (0.15.3)
7687
i18n (>= 0.6.7, < 2)
@@ -80,17 +91,20 @@ GEM
8091
parallel (1.25.1)
8192
parslet (2.0.0)
8293
public_suffix (6.0.0)
83-
rack (2.2.22)
94+
rack (3.2.5)
95+
rackup (2.3.1)
96+
rack (>= 3)
8497
rb-fsevent (0.11.2)
8598
rb-inotify (0.11.1)
8699
ffi (~> 1.0)
87100
rexml (3.4.2)
88101
sassc (2.4.0)
89102
ffi (~> 1.9)
103+
securerandom (0.4.1)
90104
servolux (0.13.0)
91105
temple (0.10.3)
92106
thor (1.2.2)
93-
tilt (2.0.11)
107+
tilt (2.7.0)
94108
toml (0.3.0)
95109
parslet (>= 1.8.0, < 3.0.0)
96110
tzinfo (2.0.6)

0 commit comments

Comments
 (0)