Skip to content

Commit

Permalink
Put travis and github gems back on released versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeiser committed Aug 10, 2016
1 parent bf10b25 commit f6a6206
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 43 deletions.
5 changes: 1 addition & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,12 @@ end

group(:changelog) do
gem "github_changelog_generator"
# Until https://github.com/piotrmurach/github/pull/274 is merged
gem "github_api", git: "https://github.com/jkeiser/github.git", branch: "pin-less"
end

group(:travis) do
# See `bundler-audit` in .travis.yml
gem "bundler-audit", git: "https://github.com/rubysec/bundler-audit.git"
# Until https://github.com/travis-ci/travis.rb/pull/426 is merged
gem "travis", git: "https://github.com/jkeiser/travis.rb", branch: "update-typheous"
gem "travis"
end

instance_eval(ENV["GEMFILE_MOD"]) if ENV["GEMFILE_MOD"]
Expand Down
65 changes: 26 additions & 39 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,33 +6,6 @@ GIT
chefstyle (0.3.1)
rubocop (= 0.39.0)

GIT
remote: https://github.com/jkeiser/github.git
revision: 77ddc2f14fb19ca677987752afedf4044fbd929c
branch: pin-less
specs:
github_api (0.14.4)
addressable (~> 2.4.0)
descendants_tracker (~> 0.0.4)
faraday (~> 0.8, < 0.10)
hashie (>= 3.4)
oauth2 (~> 1.0)

GIT
remote: https://github.com/jkeiser/travis.rb
revision: 279c289a0fbeff984949bd7d266723c547c59c96
branch: update-typheous
specs:
travis (1.8.2)
backports
faraday (~> 0.9)
faraday_middleware (~> 0.9, >= 0.9.1)
gh (~> 0.13)
highline (~> 1.6)
launchy (~> 2.1)
pusher-client (~> 0.4)
typhoeus (~> 1.0)

GIT
remote: https://github.com/rubysec/bundler-audit.git
revision: b7123d7b294f244165d9469f22b37a559e235fc2
Expand Down Expand Up @@ -128,12 +101,12 @@ GEM
mixlib-cli (~> 1.4)
artifactory (2.3.3)
ast (2.3.0)
aws-sdk (2.5.0)
aws-sdk-resources (= 2.5.0)
aws-sdk-core (2.5.0)
aws-sdk (2.5.2)
aws-sdk-resources (= 2.5.2)
aws-sdk-core (2.5.2)
jmespath (~> 1.0)
aws-sdk-resources (2.5.0)
aws-sdk-core (= 2.5.0)
aws-sdk-resources (2.5.2)
aws-sdk-core (= 2.5.2)
aws-sdk-v1 (1.66.0)
json (~> 1.4)
nokogiri (>= 1.4.4)
Expand Down Expand Up @@ -191,7 +164,7 @@ GEM
multipart-post (>= 1.2, < 3)
faraday_middleware (0.10.0)
faraday (>= 0.7.4, < 0.10)
fauxhai (3.7.0)
fauxhai (3.8.0)
net-ssh
ffi (1.9.14)
ffi (1.9.14-x86-mingw32)
Expand All @@ -216,6 +189,12 @@ GEM
net-http-persistent (>= 2.7)
net-http-pipeline
gherkin (4.0.0)
github_api (0.14.5)
addressable (~> 2.4.0)
descendants_tracker (~> 0.0.4)
faraday (~> 0.8, < 0.10)
hashie (>= 3.4)
oauth2 (~> 1.0)
github_changelog_generator (1.13.1)
colorize (~> 0.7)
github_api (~> 0.12)
Expand All @@ -231,7 +210,7 @@ GEM
thor
hashie (3.4.4)
highline (1.7.8)
httpclient (2.8.0)
httpclient (2.8.1)
inifile (3.0.0)
iniparse (1.4.2)
ipaddress (0.8.3)
Expand Down Expand Up @@ -388,7 +367,7 @@ GEM
simplecov-html (~> 0.10.0)
simplecov-html (0.10.0)
slop (3.6.0)
specinfra (2.60.3)
specinfra (2.60.4)
net-scp
net-ssh (>= 2.7, < 4.0)
net-telnet
Expand All @@ -401,10 +380,19 @@ GEM
thor (0.19.1)
thread_safe (0.3.5)
tomlrb (1.2.3)
travis (1.8.2)
backports
faraday (~> 0.9)
faraday_middleware (~> 0.9, >= 0.9.1)
gh (~> 0.13)
highline (~> 1.6)
launchy (~> 2.1)
pusher-client (~> 0.4)
typhoeus (~> 0.6, >= 0.6.8)
treetop (1.6.8)
polyglot (~> 0.3)
typhoeus (1.1.0)
ethon (>= 0.9.0)
typhoeus (0.8.0)
ethon (>= 0.8.0)
ubuntu_ami (0.4.1)
unicode-display_width (1.1.0)
uuidtools (2.1.5)
Expand Down Expand Up @@ -459,7 +447,6 @@ DEPENDENCIES
chefspec
chefstyle!
foodcritic
github_api!
github_changelog_generator
halite
knife-windows
Expand All @@ -478,7 +465,7 @@ DEPENDENCIES
ruby-shadow
simplecov
tomlrb
travis!
travis
yard

BUNDLED WITH
Expand Down
1 change: 1 addition & 0 deletions version_policy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
"rack", # Rack 2.0+ requires Ruby 2.2
"rubocop", # chef-style pins to 0.39.0 in 0.3.1
"slop", # expected to disappear with pry 0.11
"typhoeus", # until https://github.com/travis-ci/travis.rb/pull/426 is fixed
]

#
Expand Down

0 comments on commit f6a6206

Please sign in to comment.