Skip to content

Commit

Permalink
Update gemspec to require origin gem >= 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
estolfo committed Jan 26, 2016
1 parent 1939ace commit 89fca64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mongoid.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Gem::Specification.new do |s|
s.add_dependency("activemodel", ["~> 4.0"])
s.add_dependency("tzinfo", [">= 0.3.37"])
s.add_dependency("mongo", ["~> 2.1"])
s.add_dependency("origin", ["~> 2.1"])
s.add_dependency("origin", ["~> 2.2"])

s.files = Dir.glob("lib/**/*") + %w(CHANGELOG.md LICENSE README.md Rakefile)
s.test_files = Dir.glob("spec/**/*")
Expand Down

0 comments on commit 89fca64

Please sign in to comment.