forked from kaminari/kaminari
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test against mongoid ~> 3.1.0 with rails ~> 4.0.0
- Loading branch information
Zachary Scott
committed
Nov 5, 2013
1 parent
813a323
commit 6fff421
Showing
2 changed files
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
source 'https://rubygems.org' | ||
|
||
gem 'railties', '~> 4.0.0' | ||
gem 'mongoid', '~> 3.1.0' | ||
gem 'rspec-rails', '>= 2.0' | ||
gem 'origin' | ||
gem 'moped' | ||
gem 'nokogiri' | ||
gem 'xpath' | ||
gem 'mime-types' | ||
|
||
gemspec :path => '../' |