Skip to content

Commit

Permalink
Merge pull request solnic#91 from snusnu/bump_backports
Browse files Browse the repository at this point in the history
Bump backports dep to ~> 2.6.1
  • Loading branch information
solnic committed Jun 4, 2012
2 parents b97afea + 8db5a42 commit 947eacb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion virtus.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |gem|
gem.test_files = `git ls-files -- {spec}/*`.split("\n")
gem.extra_rdoc_files = %w[LICENSE README.md TODO]

gem.add_runtime_dependency('backports', '~> 2.5.3')
gem.add_runtime_dependency('backports', '~> 2.6.1')

gem.add_development_dependency('rake', '~> 0.9.2')
gem.add_development_dependency('rspec', '~> 1.3.2')
Expand Down

0 comments on commit 947eacb

Please sign in to comment.