Skip to content

Commit 5c9de2a

Browse files
committed
Bump virtus dependency to ~> 0.5
This makes it possible to have dm-core coexist with veritas and friends. virtus 0.5 hasn't yet been released so virtus is pinned to github in the Gemfile for now.
1 parent 9d9f739 commit 5c9de2a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Gemfile

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ source :rubygems
66

77
gemspec
88

9+
gem 'virtus', '~> 0.5', :github => 'solnic/virtus'
10+
911
SOURCE = ENV.fetch('SOURCE', :git).to_sym
1012
REPO_POSTFIX = SOURCE == :path ? '' : '.git'
1113
DATAMAPPER = SOURCE == :path ? Pathname(__FILE__).dirname.parent : 'http://github.com/datamapper'

dm-core.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Gem::Specification.new do |gem|
1818
gem.version = DataMapper::VERSION
1919

2020
gem.add_runtime_dependency('addressable', '~> 2.2.6')
21-
gem.add_runtime_dependency('virtus', '~> 0.4.1')
21+
gem.add_runtime_dependency('virtus', '~> 0.5')
2222

2323
gem.add_development_dependency('rake', '~> 0.9.2')
2424
gem.add_development_dependency('rspec', '~> 1.3.2')

0 commit comments

Comments
 (0)