diff --git a/builders/testdata/ruby/version_specified_gemfile_26/Gemfile b/builders/testdata/ruby/version_specified_gemfile_26/Gemfile index 1728e1574..3d4b817b6 100644 --- a/builders/testdata/ruby/version_specified_gemfile_26/Gemfile +++ b/builders/testdata/ruby/version_specified_gemfile_26/Gemfile @@ -13,5 +13,5 @@ # limitations under the License. source "https://rubygems.org" -gem "sinatra", "~> 2.0" +gem "sinatra", "~> 2.1", ">= 2.1.0" ruby '~> 2.6.0' diff --git a/builders/testdata/ruby/version_specified_gemfile_26/Gemfile.lock b/builders/testdata/ruby/version_specified_gemfile_26/Gemfile.lock index 02ebe8297..dfef1dbbf 100644 --- a/builders/testdata/ruby/version_specified_gemfile_26/Gemfile.lock +++ b/builders/testdata/ruby/version_specified_gemfile_26/Gemfile.lock @@ -1,27 +1,27 @@ GEM remote: https://rubygems.org/ specs: - mustermann (1.1.1) + mustermann (2.0.2) ruby2_keywords (~> 0.0.1) - rack (2.2.2) - rack-protection (2.0.8.1) + rack (2.2.17) + rack-protection (2.2.4) rack - ruby2_keywords (0.0.2) - sinatra (2.0.8.1) - mustermann (~> 1.0) - rack (~> 2.0) - rack-protection (= 2.0.8.1) + 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.10) + tilt (2.6.1) PLATFORMS ruby DEPENDENCIES - sinatra (~> 2.0) + sinatra (~> 2.1, >= 2.1.0) RUBY VERSION ruby 2.6.5p114 BUNDLED WITH - 1.17.3 \ No newline at end of file + 1.17.3