Skip to content

Commit

Permalink
Update the thor and tilt dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
henderea committed May 13, 2016
1 parent 3691379 commit c401645
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 42 deletions.
90 changes: 50 additions & 40 deletions Gemfile.lock
@@ -1,9 +1,9 @@
PATH
remote: .
specs:
ib (0.8.0)
thor (~> 0.15.4)
tilt (~> 1.4.1)
ib (1.0)
thor (~> 0.19.1)
tilt (~> 2.0.3)
xcodeproj (~> 1.0)

GEM
Expand All @@ -16,54 +16,64 @@ GEM
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
claide (1.0.0)
coderay (1.1.0)
coderay (1.1.1)
colored (1.2)
diff-lcs (1.2.5)
ffi (1.9.3)
formatador (0.2.4)
guard (1.8.3)
ffi (1.9.10)
formatador (0.2.5)
guard (2.13.0)
formatador (>= 0.2.4)
listen (~> 1.3)
lumberjack (>= 1.0.2)
pry (>= 0.9.10)
thor (>= 0.14.6)
guard-bundler (1.0.0)
listen (>= 2.7, <= 4.0)
lumberjack (~> 1.0)
nenv (~> 0.1)
notiffany (~> 0.0)
pry (>= 0.9.12)
shellany (~> 0.0)
thor (>= 0.18.1)
guard-bundler (2.1.0)
bundler (~> 1.0)
guard (~> 1.1)
guard-rspec (3.1.0)
guard (>= 1.8)
rspec (~> 2.13)
guard (~> 2.2)
guard-compat (~> 1.1)
guard-compat (1.2.1)
guard-rspec (4.6.5)
guard (~> 2.1)
guard-compat (~> 1.1)
rspec (>= 2.99.0, < 4.0)
i18n (0.7.0)
json (1.8.3)
listen (1.3.1)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
rb-kqueue (>= 0.2)
lumberjack (1.0.5)
listen (3.1.4)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
lumberjack (1.0.10)
method_source (0.8.2)
minitest (5.8.4)
pry (0.9.12.6)
coderay (~> 1.0)
method_source (~> 0.8)
nenv (0.3.0)
notiffany (0.0.8)
nenv (~> 0.1)
shellany (~> 0.0)
pry (0.10.3)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
rake (10.2.2)
rb-fsevent (0.9.4)
rb-inotify (0.9.3)
rake (11.1.2)
rb-fsevent (0.9.7)
rb-inotify (0.9.7)
ffi (>= 0.5.0)
rb-kqueue (0.2.2)
ffi (>= 0.5.0)
rspec (2.14.1)
rspec-core (~> 2.14.0)
rspec-expectations (~> 2.14.0)
rspec-mocks (~> 2.14.0)
rspec-core (2.14.8)
rspec-expectations (2.14.5)
rspec (2.99.0)
rspec-core (~> 2.99.0)
rspec-expectations (~> 2.99.0)
rspec-mocks (~> 2.99.0)
rspec-core (2.99.2)
rspec-expectations (2.99.2)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.14.6)
slop (3.5.0)
thor (0.15.4)
rspec-mocks (2.99.4)
ruby_dep (1.3.1)
shellany (0.0.1)
slop (3.6.0)
thor (0.19.1)
thread_safe (0.3.5)
tilt (1.4.1)
tilt (2.0.3)
tzinfo (1.2.2)
thread_safe (~> 0.1)
xcodeproj (1.0.0)
Expand All @@ -83,4 +93,4 @@ DEPENDENCIES
rspec (~> 2.0)

BUNDLED WITH
1.11.2
1.12.3
4 changes: 2 additions & 2 deletions ib.gemspec
Expand Up @@ -17,8 +17,8 @@ Gem::Specification.new do |gem|
gem.version = IB::VERSION

gem.add_dependency 'xcodeproj', '~> 1.0'
gem.add_dependency 'thor', '~> 0.15.4'
gem.add_dependency 'tilt', '~> 1.4.1'
gem.add_dependency 'thor', '~> 0.19.1'
gem.add_dependency 'tilt', '~> 2.0.3'

gem.add_development_dependency 'rspec', '~> 2.0'
gem.add_development_dependency 'rake'
Expand Down

0 comments on commit c401645

Please sign in to comment.