Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Commit

Permalink
Merge pull request #20 from gauravtiwari/master
Browse files Browse the repository at this point in the history
Gemspec: Support rails 5
  • Loading branch information
look committed Aug 12, 2015
2 parents 4381123 + 63867ae commit 63f5172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta_events.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_dependency "json", "~> 1.0"
spec.add_dependency "activesupport", ">= 3.0", "<= 4.99.99"
spec.add_dependency "activesupport", ">= 3.0"

spec.add_development_dependency "bundler", "~> 1.5"
spec.add_development_dependency "rake"
Expand Down

0 comments on commit 63f5172

Please sign in to comment.