Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
yasuhito committed Sep 16, 2015
1 parent b51deb6 commit 0d838d7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 25 deletions.
3 changes: 1 addition & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
source 'https://rubygems.org'

gem 'trema', github: 'trema/trema', branch: 'feature/description_stats_handler'
gem 'pio', github: 'trema/pio', branch: 'feature/stats_request'
gem 'trema'

group :development, :test do
gem 'aruba', require: false
Expand Down
34 changes: 11 additions & 23 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,22 +1,3 @@
GIT
remote: git://github.com/trema/pio.git
revision: 014aed2c0bccd6ab4327c6903b054b3a7a801e0a
branch: feature/stats_request
specs:
pio (0.26.0)
bindata (~> 2.1.0)

GIT
remote: git://github.com/trema/trema.git
revision: 68e3d5efd6fffb18d20f293f08eebbc63aa83b87
branch: feature/description_stats_handler
specs:
trema (0.6.0)
bundler (~> 1.10.6)
gli (~> 2.13.2)
phut (~> 0.6.9)
rake

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -124,10 +105,12 @@ GEM
shellany (~> 0.0)
parser (2.2.2.6)
ast (>= 1.1, < 3.0)
phut (0.6.9)
phut (0.6.10)
gli (~> 2.13.2)
pio (~> 0.26.0)
pio (~> 0.27.0)
pry (~> 0.10.1)
pio (0.27.0)
bindata (~> 2.1.0)
powerpack (0.1.1)
private_attr (1.1.0)
procto (0.0.2)
Expand Down Expand Up @@ -189,6 +172,12 @@ GEM
thor (0.19.1)
thread_safe (0.3.5)
tins (1.6.0)
trema (0.7.0)
bundler (~> 1.10.6)
gli (~> 2.13.2)
phut (~> 0.6.10)
pio (~> 0.27.0)
rake
unf (0.1.4)
unf_ext
unf_ext (0.0.7.1)
Expand Down Expand Up @@ -217,13 +206,12 @@ DEPENDENCIES
guard-rspec
guard-rubocop
inch
pio!
rake
reek
rspec
rspec-given
rubocop
trema!
trema
yard

BUNDLED WITH
Expand Down

0 comments on commit 0d838d7

Please sign in to comment.