Skip to content

Commit b6cdd19

Browse files
Bump the bundler group across 2 directories with 2 updates
Bumps the bundler group with 2 updates in the /packages/helloworld directory: [activesupport](https://github.com/rails/rails) and [rexml](https://github.com/ruby/rexml). Bumps the bundler group with 2 updates in the / directory: [activesupport](https://github.com/rails/rails) and [rexml](https://github.com/ruby/rexml). Updates `activesupport` from 6.1.7.7 to 7.2.3.1 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.1.2.1/activesupport/CHANGELOG.md) - [Commits](rails/rails@v6.1.7.7...v7.2.3.1) Updates `rexml` from 3.2.6 to 3.4.2 - [Release notes](https://github.com/ruby/rexml/releases) - [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md) - [Commits](ruby/rexml@v3.2.6...v3.4.2) Updates `activesupport` from 7.0.8 to 7.2.3.1 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.1.2.1/activesupport/CHANGELOG.md) - [Commits](rails/rails@v6.1.7.7...v7.2.3.1) Updates `rexml` from 3.2.6 to 3.4.2 - [Release notes](https://github.com/ruby/rexml/releases) - [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md) - [Commits](ruby/rexml@v3.2.6...v3.4.2) --- updated-dependencies: - dependency-name: activesupport dependency-version: 7.2.3.1 dependency-type: direct:production dependency-group: bundler - dependency-name: rexml dependency-version: 3.4.2 dependency-type: indirect dependency-group: bundler - dependency-name: activesupport dependency-version: 7.2.3.1 dependency-type: direct:production dependency-group: bundler - dependency-name: rexml dependency-version: 3.4.2 dependency-type: indirect dependency-group: bundler ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6ca3753 commit b6cdd19

4 files changed

Lines changed: 56 additions & 31 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ source 'https://rubygems.org'
44
ruby ">= 2.6.10"
55

66
gem 'cocoapods', '~> 1.13', '!= 1.15.0', '!= 1.15.1'
7-
gem 'activesupport', '>= 6.1.7.5', '< 7.1.0'
7+
gem 'activesupport', '>= 6.1.7.5', '< 7.3.0'

Gemfile.lock

Lines changed: 27 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,27 @@ GEM
33
specs:
44
CFPropertyList (3.0.6)
55
rexml
6-
activesupport (7.0.8)
7-
concurrent-ruby (~> 1.0, >= 1.0.2)
6+
activesupport (7.2.3.1)
7+
base64
8+
benchmark (>= 0.3)
9+
bigdecimal
10+
concurrent-ruby (~> 1.0, >= 1.3.1)
11+
connection_pool (>= 2.2.5)
12+
drb
813
i18n (>= 1.6, < 2)
9-
minitest (>= 5.1)
10-
tzinfo (~> 2.0)
14+
logger (>= 1.4.2)
15+
minitest (>= 5.1, < 6)
16+
securerandom (>= 0.3)
17+
tzinfo (~> 2.0, >= 2.0.5)
1118
addressable (2.8.5)
1219
public_suffix (>= 2.0.2, < 6.0)
1320
algoliasearch (1.27.5)
1421
httpclient (~> 2.8, >= 2.8.3)
1522
json (>= 1.5.1)
1623
atomos (0.1.3)
24+
base64 (0.3.0)
25+
benchmark (0.5.0)
26+
bigdecimal (4.0.1)
1727
claide (1.1.0)
1828
cocoapods (1.14.2)
1929
addressable (~> 2.8)
@@ -53,7 +63,9 @@ GEM
5363
netrc (~> 0.11)
5464
cocoapods-try (1.2.0)
5565
colored2 (3.1.2)
56-
concurrent-ruby (1.2.2)
66+
concurrent-ruby (1.3.6)
67+
connection_pool (3.0.2)
68+
drb (2.2.3)
5769
escape (0.0.4)
5870
ethon (0.16.0)
5971
ffi (>= 1.15.0)
@@ -62,34 +74,36 @@ GEM
6274
fuzzy_match (2.0.4)
6375
gh_inspector (1.1.3)
6476
httpclient (2.8.3)
65-
i18n (1.14.1)
77+
i18n (1.14.8)
6678
concurrent-ruby (~> 1.0)
6779
json (2.6.3)
68-
minitest (5.20.0)
80+
logger (1.7.0)
81+
minitest (5.27.0)
6982
molinillo (0.8.0)
70-
nanaimo (0.3.0)
83+
nanaimo (0.4.0)
7184
nap (1.1.0)
7285
netrc (0.11.0)
7386
public_suffix (4.0.7)
74-
rexml (3.2.6)
87+
rexml (3.4.2)
7588
ruby-macho (2.5.1)
89+
securerandom (0.4.1)
7690
typhoeus (1.4.0)
7791
ethon (>= 0.9.0)
7892
tzinfo (2.0.6)
7993
concurrent-ruby (~> 1.0)
80-
xcodeproj (1.23.0)
94+
xcodeproj (1.27.0)
8195
CFPropertyList (>= 2.3.3, < 4.0)
8296
atomos (~> 0.1.3)
8397
claide (>= 1.0.2, < 2.0)
8498
colored2 (~> 3.1)
85-
nanaimo (~> 0.3.0)
86-
rexml (~> 3.2.4)
99+
nanaimo (~> 0.4.0)
100+
rexml (>= 3.3.6, < 4.0)
87101

88102
PLATFORMS
89103
ruby
90104

91105
DEPENDENCIES
92-
activesupport (>= 6.1.7.5, < 7.1.0)
106+
activesupport (>= 6.1.7.5, < 7.3.0)
93107
cocoapods (~> 1.13, != 1.15.1, != 1.15.0)
94108

95109
RUBY VERSION

packages/helloworld/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ source 'https://rubygems.org'
33
ruby ">= 2.6.10"
44

55
gem 'cocoapods', '~> 1.13', '!= 1.15.0', '!= 1.15.1'
6-
gem 'activesupport', '>= 6.1.7.5', '< 7.1.0'
6+
gem 'activesupport', '>= 6.1.7.5', '< 7.3.0'

packages/helloworld/Gemfile.lock

Lines changed: 27 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,27 @@ GEM
55
base64
66
nkf
77
rexml
8-
activesupport (6.1.7.7)
9-
concurrent-ruby (~> 1.0, >= 1.0.2)
8+
activesupport (7.2.3.1)
9+
base64
10+
benchmark (>= 0.3)
11+
bigdecimal
12+
concurrent-ruby (~> 1.0, >= 1.3.1)
13+
connection_pool (>= 2.2.5)
14+
drb
1015
i18n (>= 1.6, < 2)
11-
minitest (>= 5.1)
12-
tzinfo (~> 2.0)
13-
zeitwerk (~> 2.3)
16+
logger (>= 1.4.2)
17+
minitest (>= 5.1, < 6)
18+
securerandom (>= 0.3)
19+
tzinfo (~> 2.0, >= 2.0.5)
1420
addressable (2.8.6)
1521
public_suffix (>= 2.0.2, < 6.0)
1622
algoliasearch (1.27.5)
1723
httpclient (~> 2.8, >= 2.8.3)
1824
json (>= 1.5.1)
1925
atomos (0.1.3)
2026
base64 (0.2.0)
27+
benchmark (0.5.0)
28+
bigdecimal (4.0.1)
2129
claide (1.1.0)
2230
cocoapods (1.14.3)
2331
addressable (~> 2.8)
@@ -57,7 +65,9 @@ GEM
5765
netrc (~> 0.11)
5866
cocoapods-try (1.2.0)
5967
colored2 (3.1.2)
60-
concurrent-ruby (1.2.3)
68+
concurrent-ruby (1.3.6)
69+
connection_pool (3.0.2)
70+
drb (2.2.3)
6171
escape (0.0.4)
6272
ethon (0.16.0)
6373
ffi (>= 1.15.0)
@@ -66,37 +76,38 @@ GEM
6676
fuzzy_match (2.0.4)
6777
gh_inspector (1.1.3)
6878
httpclient (2.8.3)
69-
i18n (1.14.4)
79+
i18n (1.14.8)
7080
concurrent-ruby (~> 1.0)
7181
json (2.7.2)
72-
minitest (5.22.3)
82+
logger (1.7.0)
83+
minitest (5.27.0)
7384
molinillo (0.8.0)
74-
nanaimo (0.3.0)
85+
nanaimo (0.4.0)
7586
nap (1.1.0)
7687
netrc (0.11.0)
7788
nkf (0.2.0)
7889
public_suffix (4.0.7)
79-
rexml (3.2.6)
90+
rexml (3.4.2)
8091
ruby-macho (2.5.1)
92+
securerandom (0.4.1)
8193
typhoeus (1.4.1)
8294
ethon (>= 0.9.0)
8395
tzinfo (2.0.6)
8496
concurrent-ruby (~> 1.0)
85-
xcodeproj (1.24.0)
97+
xcodeproj (1.27.0)
8698
CFPropertyList (>= 2.3.3, < 4.0)
8799
atomos (~> 0.1.3)
88100
claide (>= 1.0.2, < 2.0)
89101
colored2 (~> 3.1)
90-
nanaimo (~> 0.3.0)
91-
rexml (~> 3.2.4)
92-
zeitwerk (2.6.13)
102+
nanaimo (~> 0.4.0)
103+
rexml (>= 3.3.6, < 4.0)
93104

94105
PLATFORMS
95106
ruby
96107

97108
DEPENDENCIES
98-
activesupport (>= 6.1.7.5, < 7.1.0)
99-
cocoapods (>= 1.13, < 1.15)
109+
activesupport (>= 6.1.7.5, < 7.3.0)
110+
cocoapods (~> 1.13, != 1.15.1, != 1.15.0)
100111

101112
RUBY VERSION
102113
ruby 2.6.10p210

0 commit comments

Comments
 (0)