diff --git a/IapExample/.ruby-version b/IapExample/.ruby-version index a04abec91..49cdd668e 100644 --- a/IapExample/.ruby-version +++ b/IapExample/.ruby-version @@ -1 +1 @@ -2.6.10 +2.7.6 diff --git a/IapExample/Gemfile b/IapExample/Gemfile index 6a7d5c7a4..91ba0fee9 100644 --- a/IapExample/Gemfile +++ b/IapExample/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' # You may use http://rbenv.org/ or https://rvm.io/ to install and use this version -ruby ">= 2.6.10" +ruby ">= 2.7.6" gem 'cocoapods', '~> 1.13' gem 'activesupport', '>= 6.1.7.3', '< 7.1.0'