Skip to content

Commit 0d9e10a

Browse files
committed
Update gems
1 parent 8018b99 commit 0d9e10a

File tree

2 files changed

+27
-18
lines changed

2 files changed

+27
-18
lines changed

Gemfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source 'https://rubygems.org'
22

3-
gem 'activesupport', '~> 6.0.2'
4-
gem 'rake', '~> 13.0.1'
5-
gem 'bump', '~> 0.9.0'
3+
gem 'activesupport', '~> 7.2.1'
4+
gem 'rake', '~> 13.2.1'
5+
gem 'bump', '~> 0.10.0'

Gemfile.lock

+24-15
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,40 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (6.0.6.1)
5-
concurrent-ruby (~> 1.0, >= 1.0.2)
6-
i18n (>= 0.7, < 2)
7-
minitest (~> 5.1)
8-
tzinfo (~> 1.1)
9-
zeitwerk (~> 2.2, >= 2.2.2)
10-
bump (0.9.0)
4+
activesupport (7.2.1)
5+
base64
6+
bigdecimal
7+
concurrent-ruby (~> 1.0, >= 1.3.1)
8+
connection_pool (>= 2.2.5)
9+
drb
10+
i18n (>= 1.6, < 2)
11+
logger (>= 1.4.2)
12+
minitest (>= 5.1)
13+
securerandom (>= 0.3)
14+
tzinfo (~> 2.0, >= 2.0.5)
15+
base64 (0.2.0)
16+
bigdecimal (3.1.8)
17+
bump (0.10.0)
1118
concurrent-ruby (1.3.4)
19+
connection_pool (2.4.1)
20+
drb (2.2.1)
1221
i18n (1.14.6)
1322
concurrent-ruby (~> 1.0)
23+
logger (1.6.1)
1424
minitest (5.25.1)
15-
rake (13.0.6)
16-
thread_safe (0.3.6)
17-
tzinfo (1.2.11)
18-
thread_safe (~> 0.1)
19-
zeitwerk (2.6.18)
25+
rake (13.2.1)
26+
securerandom (0.3.1)
27+
tzinfo (2.0.6)
28+
concurrent-ruby (~> 1.0)
2029

2130
PLATFORMS
2231
ruby
2332
x86_64-linux
2433

2534
DEPENDENCIES
26-
activesupport (~> 6.0.2)
27-
bump (~> 0.9.0)
28-
rake (~> 13.0.1)
35+
activesupport (~> 7.2.1)
36+
bump (~> 0.10.0)
37+
rake (~> 13.2.1)
2938

3039
BUNDLED WITH
3140
2.5.21

0 commit comments

Comments
 (0)