bump deps
This commit is contained in:
parent
5d908480c7
commit
d887f01e0b
1
Gemfile
1
Gemfile
|
@ -8,6 +8,7 @@ gem 'travis-core', github: 'travis-ci/travis-core', branch: 'sf-more-services
|
|||
gem 'hubble', github: 'roidrage/hubble'
|
||||
gem 'yard-sinatra', github: 'rkh/yard-sinatra'
|
||||
gem 'gh', github: 'rkh/gh'
|
||||
gem 'bunny'
|
||||
|
||||
group :test do
|
||||
gem 'rspec', '~> 2.11'
|
||||
|
|
26
Gemfile.lock
26
Gemfile.lock
|
@ -6,7 +6,7 @@ GIT
|
|||
|
||||
GIT
|
||||
remote: git://github.com/rkh/gh.git
|
||||
revision: 5aa120dd493f1430fc1af9d97363daea5c4c3415
|
||||
revision: 2f71fbbf3e159e05756ff3aeda5ba2c06f6f3f2e
|
||||
specs:
|
||||
gh (0.8.0)
|
||||
addressable
|
||||
|
@ -25,9 +25,10 @@ GIT
|
|||
|
||||
GIT
|
||||
remote: git://github.com/roidrage/hubble.git
|
||||
revision: 5220415d5542a2868d54f7be9f35fc1d66126b8e
|
||||
revision: 8972b940a4f927927d2a4bdb250b3c98c04692a6
|
||||
specs:
|
||||
hubble (0.1.2)
|
||||
faraday
|
||||
json (~> 1.6.5)
|
||||
|
||||
GIT
|
||||
|
@ -54,7 +55,7 @@ GIT
|
|||
|
||||
GIT
|
||||
remote: git://github.com/travis-ci/travis-support.git
|
||||
revision: b150763d253331de9adadcb5b39f7df5efccb676
|
||||
revision: 06844d2db558d88be775ca1cf9cfff8ec36120fb
|
||||
specs:
|
||||
travis-support (0.0.1)
|
||||
|
||||
|
@ -119,8 +120,7 @@ GEM
|
|||
activesupport
|
||||
faraday (0.8.4)
|
||||
multipart-post (~> 1.1)
|
||||
ffi (1.1.0)
|
||||
foreman (0.53.0)
|
||||
foreman (0.59.0)
|
||||
thor (>= 0.13.6)
|
||||
hashr (0.0.22)
|
||||
hike (1.2.1)
|
||||
|
@ -128,10 +128,7 @@ GEM
|
|||
i18n (0.6.1)
|
||||
journey (1.0.4)
|
||||
json (1.6.7)
|
||||
listen (0.4.7)
|
||||
rb-fchange (~> 0.0.5)
|
||||
rb-fsevent (~> 0.9.1)
|
||||
rb-inotify (~> 0.8.8)
|
||||
listen (0.5.1)
|
||||
mail (2.4.4)
|
||||
i18n (>= 0.4.0)
|
||||
mime-types (~> 1.16)
|
||||
|
@ -142,7 +139,7 @@ GEM
|
|||
avl_tree (~> 1.1.2)
|
||||
hitimes (~> 1.1)
|
||||
mime-types (1.19)
|
||||
mocha (0.12.3)
|
||||
mocha (0.12.4)
|
||||
metaclass (~> 0.0.1)
|
||||
multi_json (1.3.6)
|
||||
multipart-post (1.1.5)
|
||||
|
@ -180,11 +177,6 @@ GEM
|
|||
rdoc (~> 3.4)
|
||||
thor (>= 0.14.6, < 2.0)
|
||||
rake (0.9.2.2)
|
||||
rb-fchange (0.0.5)
|
||||
ffi
|
||||
rb-fsevent (0.9.1)
|
||||
rb-inotify (0.8.8)
|
||||
ffi (>= 0.5.0)
|
||||
rdoc (3.12)
|
||||
json (~> 1.4)
|
||||
redcarpet (2.1.1)
|
||||
|
@ -197,9 +189,9 @@ GEM
|
|||
rspec-expectations (~> 2.11.0)
|
||||
rspec-mocks (~> 2.11.0)
|
||||
rspec-core (2.11.1)
|
||||
rspec-expectations (2.11.2)
|
||||
rspec-expectations (2.11.3)
|
||||
diff-lcs (~> 1.1.3)
|
||||
rspec-mocks (2.11.1)
|
||||
rspec-mocks (2.11.3)
|
||||
signature (0.1.4)
|
||||
simple_states (0.1.1)
|
||||
activesupport
|
||||
|
|
Loading…
Reference in New Issue
Block a user