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
4 changes: 2 additions & 2 deletions api/ruby/building-a-ci-server/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ source "https://rubygems.org"

gem "json", "~> 2.3"
gem "octokit", "~> 3.0"
gem "shotgun"
gem "sinatra", "~> 2.2.3"
gem "shotgun", ">= 0.9.1"
gem "sinatra", "~> 2.2.4"
18 changes: 9 additions & 9 deletions api/ruby/building-a-ci-server/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,30 +10,30 @@ GEM
ruby2_keywords (~> 0.0.1)
octokit (3.0.0)
sawyer (~> 0.5.3)
rack (2.2.8.1)
rack-protection (2.2.3)
rack (2.2.20)
rack-protection (2.2.4)
rack
ruby2_keywords (0.0.5)
sawyer (0.5.4)
addressable (~> 2.3.5)
faraday (~> 0.8, < 0.10)
shotgun (0.9)
shotgun (0.9.2)
rack (>= 1.0)
sinatra (2.2.3)
sinatra (2.2.4)
mustermann (~> 2.0)
rack (~> 2.2)
rack-protection (= 2.2.3)
rack-protection (= 2.2.4)
tilt (~> 2.0)
tilt (2.0.11)
tilt (2.6.1)

PLATFORMS
ruby

DEPENDENCIES
json (~> 2.3)
octokit (~> 3.0)
shotgun
sinatra (~> 2.2.3)
shotgun (>= 0.9.1)
sinatra (~> 2.2.4)

BUNDLED WITH
1.11.2
2.3.27