Skip to content

Commit 37e627e

Browse files
authored
Merge pull request #533 from AreaLayer/renovate/ruby-on-rails-packages
2 parents 4cd0a5e + 45155b2 commit 37e627e

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Gemfile

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

66
gem 'cocoapods', '~> 1.16.2'
7-
gem 'activesupport', '~> 8.0', '>= 8.0.2'
7+
gem 'activesupport', '~> 7.0', '>= 7.2.2.2'
88
gem 'cocoapods-core', '~> 1.15', '>= 1.15.2'
99
gem 'rexml', '~> 3.4.1' # Explicitly include rexml to resolve conflicts

Gemfile.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ GEM
55
base64
66
nkf
77
rexml
8-
activesupport (7.2.2.1)
8+
activesupport (7.2.2.2)
99
base64
1010
benchmark (>= 0.3)
1111
bigdecimal
@@ -24,8 +24,8 @@ GEM
2424
json (>= 1.5.1)
2525
atomos (0.1.3)
2626
base64 (0.2.0)
27-
benchmark (0.4.0)
28-
bigdecimal (3.1.8)
27+
benchmark (0.4.1)
28+
bigdecimal (3.1.9)
2929
claide (1.1.0)
3030
cocoapods (1.16.2)
3131
addressable (~> 2.8)
@@ -65,9 +65,9 @@ GEM
6565
netrc (~> 0.11)
6666
cocoapods-try (1.2.0)
6767
colored2 (3.1.2)
68-
concurrent-ruby (1.3.4)
68+
concurrent-ruby (1.3.5)
6969
connection_pool (2.4.1)
70-
drb (2.2.1)
70+
drb (2.2.3)
7171
escape (0.0.4)
7272
ethon (0.16.0)
7373
ffi (>= 1.15.0)
@@ -76,11 +76,11 @@ GEM
7676
fuzzy_match (2.0.4)
7777
gh_inspector (1.1.3)
7878
httpclient (2.8.3)
79-
i18n (1.14.6)
79+
i18n (1.14.7)
8080
concurrent-ruby (~> 1.0)
8181
json (2.8.2)
82-
logger (1.6.2)
83-
minitest (5.25.4)
82+
logger (1.6.6)
83+
minitest (5.25.5)
8484
molinillo (0.8.0)
8585
nanaimo (0.4.0)
8686
nap (1.1.0)
@@ -106,10 +106,10 @@ PLATFORMS
106106
ruby
107107

108108
DEPENDENCIES
109-
activesupport (~> 7.2, >= 7.2.1)
109+
activesupport (~> 7.0, >= 7.2.2.2)
110110
cocoapods (~> 1.16.2)
111111
cocoapods-core (~> 1.15, >= 1.15.2)
112-
rexml (~> 3.4.0)
112+
rexml (~> 3.4.1)
113113

114114
RUBY VERSION
115115
ruby 3.2.2p53

0 commit comments

Comments
 (0)