Skip to content
This repository has been archived by the owner on Mar 14, 2018. It is now read-only.

Commit

Permalink
Gem build doesn't like non-versioned dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sjmulder committed Oct 1, 2015
1 parent 89e64ae commit b29a4f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ PLATFORMS
ruby

DEPENDENCIES
bundler
bundler (~> 1)
ipa!
rake

Expand Down
2 changes: 1 addition & 1 deletion ipa.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |s|

s.add_dependency 'rubyzip', '~> 1.1'
s.add_dependency 'CFPropertyList', '~> 2.3'
s.add_development_dependency 'bundler'
s.add_development_dependency 'bundler', '~> 1'

s.files = `git ls-files`.split("\n")
s.executables = `git ls-files`.split("\n").map{|f| f =~ /^bin\/(.*)/ ? $1 : nil}.compact
Expand Down

0 comments on commit b29a4f7

Please sign in to comment.