Skip to content

Commit

Permalink
Upgrade Fleet API gem to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bdehamer committed Sep 5, 2014
1 parent fe591c6 commit cc10b6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ gem 'puma', '2.8.2'
gem 'sqlite3', '1.3.9'
gem 'faraday_middleware', '0.9.0'
gem 'docker-api', '1.13.0', require: 'docker'
gem 'fleet-api', '0.5.3', require: 'fleet'
gem 'fleet-api', '0.6.0', require: 'fleet'
gem 'active_model_serializers', '0.8.1'
gem 'octokit', '3.2.0'
gem 'kmts', '2.0.1'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ GEM
multipart-post (~> 1.2.0)
faraday_middleware (0.9.0)
faraday (>= 0.7.4, < 0.9)
fleet-api (0.5.3)
fleet-api (0.6.0)
faraday (= 0.8.9)
faraday_middleware (= 0.9.0)
hike (1.2.3)
Expand Down Expand Up @@ -145,7 +145,7 @@ DEPENDENCIES
database_cleaner (= 1.3.0)
docker-api (= 1.13.0)
faraday_middleware (= 0.9.0)
fleet-api (= 0.5.3)
fleet-api (= 0.6.0)
kmts (= 2.0.1)
octokit (= 3.2.0)
puma (= 2.8.2)
Expand Down

0 comments on commit cc10b6a

Please sign in to comment.