diff --git a/Gemfile b/Gemfile index 999c232..b875378 100644 --- a/Gemfile +++ b/Gemfile @@ -16,7 +16,7 @@ group :development, :test do gem 'rubocop-rake', '~> 0.6.0', require: false gem 'rubocop-rspec', '~> 3.0', require: false gem 'simplecov', '~> 0.22.0', require: false - gem 'sqlite3', '~> 1.4' + gem 'sqlite3', '~> 2.0' gem 'vcr', '~> 6.2' gem 'webmock', '~> 3.23' end diff --git a/Gemfile.lock b/Gemfile.lock index d123072..ed335e1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -58,7 +58,7 @@ GEM logger (1.6.1) matrix (0.4.2) mini_mime (1.1.5) - mini_portile2 (2.8.7) + mini_portile2 (2.8.9) minitest (5.25.1) multi_xml (0.7.1) bigdecimal (~> 3.1) @@ -120,9 +120,9 @@ GEM simplecov_json_formatter (~> 0.1) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - sqlite3 (1.7.3) + sqlite3 (2.0.4) mini_portile2 (~> 2.8.0) - sqlite3 (1.7.3-x86_64-linux) + sqlite3 (2.0.4-x86_64-linux-gnu) tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (2.6.0) @@ -153,7 +153,7 @@ DEPENDENCIES rubocop-rspec (~> 3.0) ruby_api_pack_active_campaign! simplecov (~> 0.22.0) - sqlite3 (~> 1.4) + sqlite3 (~> 2.0) vcr (~> 6.2) webmock (~> 3.23)