Skip to content

Commit

Permalink
Bump rails-observers required version
Browse files Browse the repository at this point in the history
  • Loading branch information
guilleiguaran committed Jul 19, 2013
1 parent bf8536f commit db66c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activeresource.gemspec
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |s|

s.add_dependency('activesupport', '~> 4.0')
s.add_dependency('activemodel', '~> 4.0')
s.add_dependency('rails-observers', '~> 0.1.1')
s.add_dependency('rails-observers', '~> 0.1.2')

s.add_development_dependency('rake')
s.add_development_dependency('mocha', '>= 0.13.0')
Expand Down

0 comments on commit db66c2e

Please sign in to comment.