Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion builders/testdata/ruby/rails_inferred/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# limitations under the License.

source "https://rubygems.org"
gem "sinatra", "~> 2.0"
gem "sinatra", "~> 2.0", ">= 2.0.5"
22 changes: 12 additions & 10 deletions builders/testdata/ruby/rails_inferred/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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