diff --git a/builders/testdata/ruby/fail_version_pinned_gemfile/Gemfile b/builders/testdata/ruby/fail_version_pinned_gemfile/Gemfile index 471d38a3a..f9d7ab282 100644 --- a/builders/testdata/ruby/fail_version_pinned_gemfile/Gemfile +++ b/builders/testdata/ruby/fail_version_pinned_gemfile/Gemfile @@ -13,5 +13,5 @@ # limitations under the License. source "https://rubygems.org" -gem "sinatra", "~> 2.0" +gem "sinatra", "~> 2.0", ">= 2.0.5" ruby ">= 2.5.3", "< 2.5.20" diff --git a/builders/testdata/ruby/fail_version_pinned_gemfile/Gemfile.lock b/builders/testdata/ruby/fail_version_pinned_gemfile/Gemfile.lock index c35e5ece2..d956e70b7 100644 --- a/builders/testdata/ruby/fail_version_pinned_gemfile/Gemfile.lock +++ b/builders/testdata/ruby/fail_version_pinned_gemfile/Gemfile.lock @@ -1,25 +1,27 @@ GEM remote: https://rubygems.org/ specs: - mustermann (1.0.3) - rack (2.0.6) - rack-protection (2.0.4) + mustermann (2.0.2) + ruby2_keywords (~> 0.0.1) + rack (2.2.17) + rack-protection (2.2.4) rack - sinatra (2.0.4) - mustermann (~> 1.0) - rack (~> 2.0) - rack-protection (= 2.0.4) + ruby2_keywords (0.0.5) + sinatra (2.2.4) + mustermann (~> 2.0) + rack (~> 2.2) + rack-protection (= 2.2.4) tilt (~> 2.0) - tilt (2.0.8) + tilt (2.6.1) PLATFORMS ruby DEPENDENCIES - sinatra (~> 2.0) + sinatra (~> 2.0, >= 2.0.5) RUBY VERSION ruby 2.5.7p206 BUNDLED WITH - 1.17.1 + 1.17.3