Skip to content

Commit

Permalink
Update memoizable dependency to ~> 0.3.1
Browse files Browse the repository at this point in the history
Closes #501.
  • Loading branch information
sferik committed Dec 18, 2013
1 parent b949c04 commit 037efae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twitter.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'http', '~> 0.5.0'
spec.add_dependency 'http_parser.rb', '~> 0.6.0'
spec.add_dependency 'json', '~> 1.8'
spec.add_dependency 'memoizable', '~> 0.2.0'
spec.add_dependency 'memoizable', '~> 0.3.1'
spec.add_dependency 'simple_oauth', '~> 0.2.0'
spec.add_development_dependency 'bundler', '~> 1.0'
spec.authors = ["Erik Michaels-Ober", "John Nunemaker", "Wynn Netherland", "Steve Richert", "Steve Agalloco"]
Expand Down

0 comments on commit 037efae

Please sign in to comment.