Skip to content

Commit

Permalink
Merge pull request #9 from chrishunt/specify-versions
Browse files Browse the repository at this point in the history
Specify gem versions in gemspec
  • Loading branch information
chrishunt committed Jan 2, 2014
2 parents d222cbe + e83af79 commit 50bc0dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
git_pissed (1.0.5)
ruby-progressbar
ruby-progressbar (~> 1.2.0)

GEM
remote: https://rubygems.org/
Expand All @@ -16,4 +16,4 @@ PLATFORMS
DEPENDENCIES
bundler (~> 1.3)
git_pissed!
rake
rake (~> 10.1.0)
4 changes: 2 additions & 2 deletions git_pissed.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ['lib']

spec.add_dependency 'ruby-progressbar'
spec.add_dependency 'ruby-progressbar', '~> 1.2.0'

spec.add_development_dependency 'bundler', '~> 1.3'
spec.add_development_dependency 'rake'
spec.add_development_dependency 'rake', '~> 10.1.0'
end

0 comments on commit 50bc0dd

Please sign in to comment.