Skip to content

Commit

Permalink
Merge pull request #103 from AreaLayer/renovate/ruby-on-rails-packages
Browse files Browse the repository at this point in the history
  • Loading branch information
22388o authored Aug 10, 2024
2 parents 777854d + c34414a commit 37d7cf2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ source 'https://rubygems.org'
ruby ">= 2.6.10"

gem 'cocoapods', '~> 1.13'
gem 'activesupport', '>= 6.1.7.3', '< 7.1.4'
gem 'activesupport', '>= 6.1.7.3', '< 7.2.1'
gem 'cocoapods-core', '~> 1.13'
14 changes: 8 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,17 @@ GEM
base64
nkf
rexml
activesupport (7.1.3.4)
activesupport (7.2.0)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
concurrent-ruby (~> 1.0, >= 1.3.1)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
logger (>= 1.4.2)
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
algoliasearch (1.27.5)
Expand Down Expand Up @@ -76,9 +77,9 @@ GEM
i18n (1.14.5)
concurrent-ruby (~> 1.0)
json (2.7.2)
logger (1.6.0)
minitest (5.24.1)
molinillo (0.8.0)
mutex_m (0.2.0)
nanaimo (0.3.0)
nap (1.1.0)
netrc (0.11.0)
Expand All @@ -87,6 +88,7 @@ GEM
rexml (3.3.3)
strscan
ruby-macho (2.5.1)
securerandom (0.3.1)
strscan (3.1.0)
typhoeus (1.4.1)
ethon (>= 0.9.0)
Expand All @@ -104,7 +106,7 @@ PLATFORMS
ruby

DEPENDENCIES
activesupport (>= 6.1.7.3, < 7.1.4)
activesupport (>= 6.1.7.3, < 7.2.1)
cocoapods (~> 1.13)
cocoapods-core (~> 1.13)

Expand Down

0 comments on commit 37d7cf2

Please sign in to comment.