From 34e71d319c7a7b2a04e1503469c9b2571caf69b2 Mon Sep 17 00:00:00 2001 From: Kumbirai Tanekha Date: Wed, 1 Mar 2023 15:54:03 +0000 Subject: [PATCH] Update Ruby version and Bundler version used by test app --- tests/integration/test-app/.ruby-version | 1 - tests/integration/test-app/Gemfile | 2 + tests/integration/test-app/Gemfile.lock | 71 ++++++++++++++---------- 3 files changed, 43 insertions(+), 31 deletions(-) delete mode 100644 tests/integration/test-app/.ruby-version diff --git a/tests/integration/test-app/.ruby-version b/tests/integration/test-app/.ruby-version deleted file mode 100644 index 55bc9834..00000000 --- a/tests/integration/test-app/.ruby-version +++ /dev/null @@ -1 +0,0 @@ -ruby-2.4.1 diff --git a/tests/integration/test-app/Gemfile b/tests/integration/test-app/Gemfile index 85d07e24..0b73767e 100644 --- a/tests/integration/test-app/Gemfile +++ b/tests/integration/test-app/Gemfile @@ -1,5 +1,7 @@ source 'https://rubygems.org' +ruby '~> 3.1' + gem 'sinatra', ">= 2.0.2" gem 'rack', ">= 2.0.6" gem 'conjur-api' diff --git a/tests/integration/test-app/Gemfile.lock b/tests/integration/test-app/Gemfile.lock index 445b10be..fe1bc0a4 100644 --- a/tests/integration/test-app/Gemfile.lock +++ b/tests/integration/test-app/Gemfile.lock @@ -1,64 +1,72 @@ GEM remote: https://rubygems.org/ specs: - activesupport (7.0.4.1) + activesupport (6.1.7.2) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) - concurrent-ruby (1.1.10) - conjur-api (5.0.0) - activesupport + zeitwerk (~> 2.3) + addressable (2.8.1) + public_suffix (>= 2.0.2, < 6.0) + concurrent-ruby (1.2.2) + conjur-api (5.4.0) + activesupport (>= 4.2) + addressable (~> 2.0) rest-client - conjur-cli (6.0.0) - activesupport - conjur-api (~> 5.0.0.beta) + conjur-cli (6.2.6) + activesupport (~> 6.0) + conjur-api (~> 5.3) deep_merge (~> 1.0) gli (>= 2.8.0) - highline (~> 1.7) + highline (~> 2.0) netrc (~> 0.10) table_print (~> 1.5) - xdg (~> 2.2) - deep_merge (1.2.1) - domain_name (0.5.20170404) + xdg (= 2.2.3) + deep_merge (1.2.2) + domain_name (0.5.20190701) unf (>= 0.0.5, < 1.0.0) - gli (2.17.1) - highline (1.7.8) - http-cookie (1.0.3) + gli (2.21.0) + highline (2.1.0) + http-accept (1.7.0) + http-cookie (1.0.5) domain_name (~> 0.5) i18n (1.12.0) concurrent-ruby (~> 1.0) - mime-types (3.1) + mime-types (3.4.1) mime-types-data (~> 3.2015) - mime-types-data (3.2016.0521) + mime-types-data (3.2023.0218.1) minitest (5.17.0) - mustermann (2.0.2) + mustermann (3.0.0) ruby2_keywords (~> 0.0.1) netrc (0.11.0) - rack (2.2.3.1) - rack-protection (2.2.3) + public_suffix (5.0.1) + rack (2.2.6.2) + rack-protection (3.0.5) rack - rest-client (2.0.2) + rest-client (2.1.0) + http-accept (>= 1.7.0, < 2.0) http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 4.0) netrc (~> 0.8) ruby2_keywords (0.0.5) - sinatra (2.2.3) - mustermann (~> 2.0) - rack (~> 2.2) - rack-protection (= 2.2.3) + sinatra (3.0.5) + mustermann (~> 3.0) + rack (~> 2.2, >= 2.2.4) + rack-protection (= 3.0.5) tilt (~> 2.0) - table_print (1.5.6) - tilt (2.0.11) - tzinfo (2.0.5) + table_print (1.5.7) + tilt (2.1.0) + tzinfo (2.0.6) concurrent-ruby (~> 1.0) unf (0.1.4) unf_ext - unf_ext (0.0.7.4) + unf_ext (0.0.8.2) xdg (2.2.3) + zeitwerk (2.6.7) PLATFORMS - ruby + x86_64-linux DEPENDENCIES conjur-api @@ -66,5 +74,8 @@ DEPENDENCIES rack (>= 2.0.6) sinatra (>= 2.0.2) +RUBY VERSION + ruby 3.1.3p185 + BUNDLED WITH - 1.17.3 + 2.3.26