Skip to content

Commit 3d96a97

Browse files
authored
Merge pull request #68 from RoboticsLabURJC/dependabot/bundler/activesupport-7.2.3.1
Bump activesupport from 7.0.7.2 to 7.2.3.1
2 parents 051ca35 + 6a9ee37 commit 3d96a97

1 file changed

Lines changed: 20 additions & 7 deletions

File tree

Gemfile.lock

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,27 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (7.0.7.2)
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.0)
1017
public_suffix (>= 2.0.2, < 5.0)
18+
base64 (0.3.0)
19+
benchmark (0.5.0)
20+
bigdecimal (4.0.1)
1121
colorator (1.1.0)
12-
concurrent-ruby (1.2.2)
22+
concurrent-ruby (1.3.6)
23+
connection_pool (3.0.2)
24+
drb (2.2.3)
1325
em-websocket (0.5.2)
1426
eventmachine (>= 0.12.9)
1527
http_parser.rb (~> 0.6.0)
@@ -27,7 +39,7 @@ GEM
2739
activesupport (>= 2)
2840
nokogiri (>= 1.4)
2941
http_parser.rb (0.6.0)
30-
i18n (1.14.1)
42+
i18n (1.14.8)
3143
concurrent-ruby (~> 1.0)
3244
jekyll (4.2.0)
3345
addressable (~> 2.4)
@@ -79,7 +91,7 @@ GEM
7991
jekyll-include-cache (~> 0.1)
8092
jekyll-paginate (~> 1.1)
8193
jekyll-sitemap (~> 1.3)
82-
minitest (5.19.0)
94+
minitest (5.27.0)
8395
net-http (0.9.1)
8496
uri (>= 0.11.1)
8597
nokogiri (1.19.1-x86_64-linux-gnu)
@@ -102,6 +114,7 @@ GEM
102114
sawyer (0.9.3)
103115
addressable (>= 2.3.5)
104116
faraday (>= 0.17.3, < 3)
117+
securerandom (0.4.1)
105118
terminal-table (2.0.0)
106119
unicode-display_width (~> 1.1, >= 1.1.1)
107120
tzinfo (2.0.6)

0 commit comments

Comments
 (0)