diff --git a/Gemfile b/Gemfile index e4596cd..27856e8 100644 --- a/Gemfile +++ b/Gemfile @@ -2,4 +2,4 @@ source 'https://rubygems.org' # Specify your gem's dependencies in cocoapods-patch.gemspec gemspec -gem 'activesupport', '~> 7.0', '<= 7.0.8' +gem 'activesupport', '~> 7.0' diff --git a/Gemfile.lock b/Gemfile.lock index a8dcdf2..8d6be33 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,7 +9,7 @@ GEM specs: CFPropertyList (3.0.6) rexml - activesupport (7.0.4.2) + activesupport (7.0.7.1) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -59,7 +59,7 @@ GEM netrc (~> 0.11) cocoapods-try (1.2.0) colored2 (3.1.2) - concurrent-ruby (1.2.2) + concurrent-ruby (1.2.3) diff-lcs (1.4.4) escape (0.0.4) ethon (0.16.0) @@ -69,10 +69,10 @@ GEM fuzzy_match (2.0.4) gh_inspector (1.1.3) httpclient (2.8.3) - i18n (1.12.0) + i18n (1.14.1) concurrent-ruby (~> 1.0) json (2.6.3) - minitest (5.17.0) + minitest (5.22.2) molinillo (0.8.0) nanaimo (0.3.0) nap (1.1.0) @@ -112,7 +112,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - activesupport (~> 7.0, <= 7.0.8) + activesupport (~> 7.0) bundler (~> 2.0) cocoapods-patch! rake (~> 13.0)