diff --git a/Gemfile b/Gemfile index 4151dc14..891d76f1 100644 --- a/Gemfile +++ b/Gemfile @@ -19,7 +19,7 @@ gem 'fastlane-plugin-changelog', '0.16.0' gem 'fastlane-plugin-mattermost', '1.3.2' gem "cocoapods", '1.13.0' -gem 'activesupport', '~> 7.0.8' # See https://stackoverflow.com/questions/77236339/after-updating-cocoapods-to-1-13-0-it-throws-error +gem 'activesupport', '~> 7.1.0' # See https://stackoverflow.com/questions/77236339/after-updating-cocoapods-to-1-13-0-it-throws-error plugins_path = File.join(File.dirname(__FILE__), 'OrangeDesignSystemDemo/fastlane', 'Pluginfile') eval_gemfile(plugins_path) if File.exist?(plugins_path) diff --git a/Gemfile.lock b/Gemfile.lock index 387a86a7..3df6875c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,10 +3,15 @@ GEM specs: CFPropertyList (3.0.6) rexml - activesupport (7.0.8) + activesupport (7.1.3) + 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.5) public_suffix (>= 2.0.2, < 6.0) @@ -32,6 +37,8 @@ GEM aws-sigv4 (1.8.0) aws-eventstream (~> 1, >= 1.0.2) babosa (1.0.4) + base64 (0.2.0) + bigdecimal (3.1.6) claide (1.1.0) cocoapods (1.13.0) addressable (~> 2.8) @@ -74,12 +81,15 @@ GEM colored2 (3.1.2) commander (4.6.0) highline (~> 2.0.0) - concurrent-ruby (1.2.2) + concurrent-ruby (1.2.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.0) + ruby2_keywords emoji_regex (3.2.3) escape (0.0.4) ethon (0.16.0) @@ -207,10 +217,11 @@ GEM jwt (2.7.1) mini_magick (4.12.0) mini_mime (1.1.5) - minitest (5.20.0) + minitest (5.21.2) molinillo (0.8.0) multi_json (1.15.0) multipart-post (2.3.0) + mutex_m (0.2.0) nanaimo (0.3.0) nap (1.1.0) naturally (2.2.1) @@ -271,9 +282,10 @@ PLATFORMS x86_64-darwin-19 x86_64-darwin-20 x86_64-darwin-21 + x86_64-linux DEPENDENCIES - activesupport (~> 7.0.8) + activesupport (~> 7.1.0) cocoapods (= 1.13.0) fastlane (= 2.213.0) fastlane-plugin-changelog (= 0.16.0)