Skip to content

Commit

Permalink
update bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Povalyukhin committed Mar 8, 2012
1 parent df9d88d commit 5b2e063
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .rvmrc
@@ -1 +1 @@
rvm use 1.9.3@rubymisc 2>/dev/null
rvm use 1.9.3
2 changes: 1 addition & 1 deletion rubymisc.gemspec
Expand Up @@ -28,6 +28,6 @@ Gem::Specification.new do |s|

{ rspec: '~> 2.8.0',
rake: '~> 0.9.2.2',
bundler: '~> 1.0.21',
bundler: '~> 1.1.0',
simplecov: '~> 0.5.4' }.each { |lib, v| s.add_development_dependency lib.to_s, v }
end

0 comments on commit 5b2e063

Please sign in to comment.