Skip to content

Commit

Permalink
update Undo
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexParamonov committed May 11, 2014
1 parent 44586dd commit 68f9fa8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/integration/undo_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
require "undo"
require "support/active_record"
require "user"
require_relative '../../../undo/integration/shared_undo_integration_examples.rb'
require 'undo/integration/shared_undo_integration_examples.rb'

Undo.configure do |config|
config.serializer = Undo::Serializer::ActiveModel.new
Expand Down
2 changes: 1 addition & 1 deletion undo-serializer-active_model.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]

spec.add_dependency 'undo', '~> 1.0.0.beta1'
spec.add_dependency 'undo', '~> 1.0.0.beta3'
spec.add_dependency 'undo-serializer-primitive', '~> 0.0'
spec.add_dependency 'virtus', '~> 1.0'
spec.add_development_dependency 'bundler', '~> 1.0'
Expand Down

0 comments on commit 68f9fa8

Please sign in to comment.