Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
lock down gem versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dickeyxxx committed Sep 15, 2015
1 parent f60859e commit 0079a80
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 36 deletions.
61 changes: 32 additions & 29 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ PATH
remote: .
specs:
heroku (3.41.5)
heroku-api (>= 0.3.19)
launchy (>= 0.3.2)
multi_json (>= 1.10)
net-ssh-gateway (>= 1.2.0)
netrc (>= 0.10.0)
rest-client (>= 1.6.0)
rubyzip (>= 0.9.9)
heroku-api (= 0.3.23)
launchy (= 2.4.3)
multi_json (= 1.11.2)
net-ssh-gateway (= 1.2.0)
netrc (= 0.10.3)
rest-client (= 1.6.8)
rubyzip (= 1.1.7)

GEM
remote: https://rubygems.org/
Expand All @@ -19,10 +19,10 @@ GEM
mime-types
xml-simple
builder (3.2.2)
coveralls (0.8.0)
multi_json (~> 1.10)
coveralls (0.8.2)
json (~> 1.8)
rest-client (>= 1.6.8, < 2)
simplecov (~> 0.9.1)
simplecov (~> 0.10.0)
term-ansicolor (~> 1.3)
thor (~> 0.19.1)
crack (0.4.2)
Expand All @@ -34,11 +34,11 @@ GEM
heroku-api (0.3.23)
excon (~> 0.44)
multi_json (~> 1.8)
json (1.8.2)
json (1.8.3)
launchy (2.4.3)
addressable (~> 2.3)
mime-types (1.25.1)
multi_json (1.11.0)
multi_json (1.11.2)
net-ssh (2.9.2)
net-ssh-gateway (1.2.0)
net-ssh (>= 2.6.5)
Expand All @@ -49,30 +49,30 @@ GEM
mime-types (~> 1.16)
rdoc (>= 2.4.2)
rr (1.1.2)
rspec (3.2.0)
rspec-core (~> 3.2.0)
rspec-expectations (~> 3.2.0)
rspec-mocks (~> 3.2.0)
rspec-core (3.2.3)
rspec-support (~> 3.2.0)
rspec-expectations (3.2.1)
rspec (3.3.0)
rspec-core (~> 3.3.0)
rspec-expectations (~> 3.3.0)
rspec-mocks (~> 3.3.0)
rspec-core (3.3.2)
rspec-support (~> 3.3.0)
rspec-expectations (3.3.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.2.0)
rspec-mocks (3.2.1)
rspec-support (~> 3.3.0)
rspec-mocks (3.3.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.2.0)
rspec-support (3.2.2)
rspec-support (~> 3.3.0)
rspec-support (3.3.0)
rubyzip (1.1.7)
safe_yaml (1.0.4)
simplecov (0.9.2)
simplecov (0.10.0)
docile (~> 1.1.0)
multi_json (~> 1.0)
simplecov-html (~> 0.9.0)
simplecov-html (0.9.0)
term-ansicolor (1.3.0)
json (~> 1.8)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.0)
term-ansicolor (1.3.2)
tins (~> 1.0)
thor (0.19.1)
tins (1.3.5)
tins (1.6.0)
webmock (1.21.0)
addressable (>= 2.3.6)
crack (>= 0.3.2)
Expand All @@ -92,3 +92,6 @@ DEPENDENCIES
rr
rspec
webmock

BUNDLED WITH
1.10.6
14 changes: 7 additions & 7 deletions heroku.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ Gem::Specification.new do |gem|

gem.files = %x{ git ls-files }.split("\n").select { |d| d =~ %r{^(LICENSE|README|bin/|data/|ext/|lib/|spec/|test/)} }

gem.add_dependency "heroku-api", ">= 0.3.19"
gem.add_dependency "launchy", ">= 0.3.2"
gem.add_dependency "netrc", ">= 0.10.0"
gem.add_dependency "rest-client", ">= 1.6.0"
gem.add_dependency "rubyzip", ">= 0.9.9"
gem.add_dependency "multi_json", ">= 1.10"
gem.add_dependency "net-ssh-gateway", ">= 1.2.0"
gem.add_dependency "heroku-api", "0.3.23"
gem.add_dependency "launchy", "2.4.3"
gem.add_dependency "netrc", "0.10.3"
gem.add_dependency "rest-client", "1.6.8"
gem.add_dependency "rubyzip", "1.1.7"
gem.add_dependency "multi_json", "1.11.2"
gem.add_dependency "net-ssh-gateway", "1.2.0"
end

0 comments on commit 0079a80

Please sign in to comment.