Skip to content

Commit

Permalink
Update Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jkutner committed Oct 20, 2017
1 parent ac25032 commit 15a0df8
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 49 deletions.
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,5 +1,5 @@
source "https://rubygems.org"

gem 'heroku_hatchet', '3.0.0'
gem 'heroku_hatchet', '3.0.4'
gem 'rspec-retry'
gem 'rspec-expectations'
73 changes: 25 additions & 48 deletions Gemfile.lock
@@ -1,60 +1,40 @@
GIT
remote: https://github.com/heroku/hatchet.git
revision: 68db517fb3b13c3e98d5abf24447b6b438b40eaa
specs:
heroku_hatchet (2.0.3)
activesupport (~> 4)
anvil-cli (~> 0)
excon (~> 0)
heroku-api (~> 0)
platform-api (~> 2)
repl_runner (~> 0.0.3)
rrrretry (~> 1)
thor (~> 0)
threaded (~> 0)

GEM
remote: https://rubygems.org/
specs:
activesupport (4.2.8)
activesupport (5.1.4)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (~> 0.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
anvil-cli (0.16.2)
progress (~> 2.4, >= 2.4.0)
rest-client (~> 1.6, >= 1.6.7)
thor (~> 0.15, >= 0.15.2)
concurrent-ruby (1.0.5)
diff-lcs (1.2.5)
domain_name (0.5.20170404)
unf (>= 0.0.5, < 1.0.0)
erubis (2.7.0)
excon (0.57.0)
heroics (0.0.22)
excon (0.59.0)
heroics (0.0.24)
erubis (~> 2.0)
excon
moneta
multi_json (>= 1.9.2)
heroku-api (0.4.2)
excon (~> 0.45)
multi_json (~> 1.8)
http-cookie (1.0.3)
domain_name (~> 0.5)
i18n (0.8.4)
mime-types (2.99.3)
minitest (5.10.2)
heroku_hatchet (3.0.4)
excon (~> 0)
minitest-retry (~> 0.1.9)
platform-api (~> 2)
repl_runner (~> 0.0.3)
rrrretry (~> 1)
thor (~> 0)
threaded (~> 0)
i18n (0.9.0)
concurrent-ruby (~> 1.0)
minitest (5.10.3)
minitest-retry (0.1.9)
minitest (>= 5.0)
moneta (0.8.1)
multi_json (1.12.1)
netrc (0.11.0)
platform-api (2.0.0)
heroics (~> 0.0.22)
multi_json (1.12.2)
platform-api (2.1.0)
heroics (~> 0.0.23)
moneta (~> 0.8.1)
progress (2.4.0)
repl_runner (0.0.3)
activesupport
rest-client (1.8.0)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 3.0)
netrc (~> 0.7)
rrrretry (1.0.0)
rspec-core (3.4.1)
rspec-support (~> 3.4.0)
Expand All @@ -64,22 +44,19 @@ GEM
rspec-retry (0.4.5)
rspec-core
rspec-support (3.4.1)
thor (0.19.4)
thor (0.20.0)
thread_safe (0.3.6)
threaded (0.0.4)
tzinfo (1.2.3)
thread_safe (~> 0.1)
unf (0.1.4)
unf_ext
unf_ext (0.0.7.4)

PLATFORMS
ruby

DEPENDENCIES
heroku_hatchet!
heroku_hatchet (= 3.0.4)
rspec-expectations
rspec-retry

BUNDLED WITH
1.15.1
1.15.4

0 comments on commit 15a0df8

Please sign in to comment.