Skip to content

Commit

Permalink
Merge pull request #3 from eljuanchosf/master
Browse files Browse the repository at this point in the history
Add support por Rails 4 (ActiveSupport 3.x onwards)
  • Loading branch information
richhollis committed Aug 17, 2014
2 parents a6299a8 + 44e54fb commit 9a9fbf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twitter_web_intents.gemspec
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]
spec.test_files = Dir.glob('spec/**/*')

spec.add_runtime_dependency 'activesupport', '~> 3.0'
spec.add_runtime_dependency 'activesupport', '> 3.0'

spec.add_development_dependency "bundler", "~> 1.3"
spec.add_development_dependency "rake", "~> 10"
Expand Down

0 comments on commit 9a9fbf0

Please sign in to comment.