Merge pull request #6833 from BlueWallet/renovate/ruby-on-rails-packages

Update dependency activesupport to ">= 6.1.7.3", "< 7.1.4"
This commit is contained in:
GLaDOS 2024-08-05 12:41:36 +00:00 committed by GitHub
commit b6d0711c79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 12 additions and 3 deletions

View File

@ -4,5 +4,5 @@ source "https://rubygems.org"
ruby "3.1.6"
gem 'rubyzip', '2.3.2'
gem "cocoapods", "1.15.2"
gem "activesupport", ">= 6.1.7.3", "< 7.1.0"
gem "activesupport", ">= 6.1.7.3", "< 7.1.4"
gem "fastlane"

View File

@ -5,10 +5,15 @@ GEM
base64
nkf
rexml
activesupport (7.0.8.4)
activesupport (7.1.3.4)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
@ -35,6 +40,7 @@ GEM
aws-eventstream (~> 1, >= 1.0.2)
babosa (1.0.4)
base64 (0.2.0)
bigdecimal (3.1.8)
claide (1.1.0)
cocoapods (1.15.2)
addressable (~> 2.8)
@ -78,11 +84,13 @@ GEM
commander (4.6.0)
highline (~> 2.0.0)
concurrent-ruby (1.3.3)
connection_pool (2.4.1)
declarative (0.0.20)
digest-crc (0.6.5)
rake (>= 12.0.0, < 14.0.0)
domain_name (0.6.20240107)
dotenv (2.8.1)
drb (2.2.1)
emoji_regex (3.2.3)
escape (0.0.4)
ethon (0.16.0)
@ -214,6 +222,7 @@ GEM
molinillo (0.8.0)
multi_json (1.15.0)
multipart-post (2.4.1)
mutex_m (0.2.0)
nanaimo (0.3.0)
nap (1.1.0)
naturally (2.2.1)
@ -276,7 +285,7 @@ PLATFORMS
ruby
DEPENDENCIES
activesupport (>= 6.1.7.3, < 7.1.0)
activesupport (>= 6.1.7.3, < 7.1.4)
cocoapods (= 1.15.2)
fastlane
rubyzip (= 2.3.2)