diff --git a/builders/testdata/ruby/rails_precompiled/Gemfile b/builders/testdata/ruby/rails_precompiled/Gemfile index e0d23eec9..7a97c0930 100644 --- a/builders/testdata/ruby/rails_precompiled/Gemfile +++ b/builders/testdata/ruby/rails_precompiled/Gemfile @@ -13,4 +13,4 @@ # limitations under the License. source "https://rubygems.org" -gem "sinatra", "~> 2.0" +gem "sinatra", "~> 2.0", ">= 2.0.5" diff --git a/builders/testdata/ruby/rails_precompiled/Gemfile.lock b/builders/testdata/ruby/rails_precompiled/Gemfile.lock index 30eaa2b3f..44b95f8fd 100644 --- a/builders/testdata/ruby/rails_precompiled/Gemfile.lock +++ b/builders/testdata/ruby/rails_precompiled/Gemfile.lock @@ -1,22 +1,24 @@ 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) BUNDLED WITH - 1.17.1 + 1.17.3