Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Commit

Permalink
Add the latest stable ORM versions to the build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
laserlemon committed Jun 23, 2014
1 parent c259d3a commit e168674
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 1 deletion.
13 changes: 13 additions & 0 deletions gemfiles/active_record/4-1.gemfile
@@ -0,0 +1,13 @@
source "https://rubygems.org"

gem "activerecord", "~> 4.1.0"

gemspec name: "periscope-activerecord", path: "../../"

group :test do
gem "database_cleaner", "~> 1.0.1"
gem "factory_girl", "~> 4.2"
gem "rake", "~> 10.1"
gem "rspec", "~> 2.14"
gem "sqlite3", "~> 1.3"
end
13 changes: 13 additions & 0 deletions gemfiles/mongo_mapper/0-13.gemfile
@@ -0,0 +1,13 @@
source "https://rubygems.org"

gem "mongo_mapper", "~> 0.13.0"

gemspec name: "periscope-mongo_mapper", path: "../../"

group :test do
gem "bson_ext", "~> 1.9"
gem "database_cleaner", "~> 0.9"
gem "factory_girl", "~> 4.2"
gem "rake", "~> 10.1"
gem "rspec", "~> 2.14"
end
12 changes: 12 additions & 0 deletions gemfiles/mongoid/4-0.gemfile
@@ -0,0 +1,12 @@
source "https://rubygems.org"

gem "mongoid", "~> 4.0.0"

gemspec name: "periscope-mongoid", path: "../../"

group :test do
gem "database_cleaner", "~> 0.9"
gem "factory_girl", "~> 4.2"
gem "rake", "~> 10.1"
gem "rspec", "~> 2.14"
end
2 changes: 1 addition & 1 deletion periscope-mongoid.gemspec
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
gem.homepage = "https://github.com/laserlemon/periscope"
gem.license = "MIT"

gem.add_dependency "mongoid", ">= 2", "< 4"
gem.add_dependency "mongoid", ">= 2", "< 5"
gem.add_dependency "periscope", "~> 2.1.0"

gem.files = %w(
Expand Down

0 comments on commit e168674

Please sign in to comment.