Skip to content

Commit

Permalink
[Gemspec] Bump xcinvoke dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
segiddins committed Nov 30, 2016
1 parent 7e752d1 commit 1011bff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
Expand Up @@ -9,7 +9,7 @@ PATH
rouge (~> 1.5)
sass (~> 3.4)
sqlite3 (~> 1.3)
xcinvoke (~> 0.2.1)
xcinvoke (~> 0.3.0)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -79,7 +79,7 @@ GEM
hashdiff (0.3.0)
i18n (0.7.0)
json (1.8.3)
liferaft (0.0.4)
liferaft (0.0.6)
metaclass (0.0.4)
minitest (5.9.0)
mocha (1.1.0)
Expand Down Expand Up @@ -125,8 +125,8 @@ GEM
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff
xcinvoke (0.2.1)
liferaft (~> 0.0.4)
xcinvoke (0.3.0)
liferaft (~> 0.0.6)
xcodeproj (1.1.0)
activesupport (>= 3)
claide (>= 1.0.0, < 2.0)
Expand Down
2 changes: 1 addition & 1 deletion jazzy.gemspec
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'rouge', '~> 1.5'
spec.add_runtime_dependency 'sass', '~> 3.4'
spec.add_runtime_dependency 'sqlite3', '~> 1.3'
spec.add_runtime_dependency 'xcinvoke', '~> 0.2.1'
spec.add_runtime_dependency 'xcinvoke', '~> 0.3.0'

spec.add_development_dependency 'bundler', '~> 1.7'
spec.add_development_dependency 'rake', '~> 10.3'
Expand Down

0 comments on commit 1011bff

Please sign in to comment.