-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GW-20804 Bump version to 4.0.0 (#24)
- Loading branch information
1 parent
d4a816e
commit 7a2ae64
Showing
6 changed files
with
38 additions
and
19 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,7 @@ | ||
appraise 'mongoid-4' do | ||
gem 'mongoid', '~> 4.0' | ||
end | ||
|
||
appraise 'mongoid-5' do | ||
gem 'mongoid', '~> 5.0' | ||
end | ||
|
||
appraise 'mongoid-6' do | ||
gem 'mongoid', '~> 6.0' | ||
end | ||
|
||
appraise 'mongoid-7' do | ||
gem 'mongoid', '~> 7.0' | ||
end | ||
|
||
appraise 'mongoid-8' do | ||
gem 'mongoid', '~> 8.0' | ||
end |
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
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,19 @@ | ||
# This file was generated by Appraisal | ||
|
||
source "https://rubygems.org" | ||
|
||
gem "mongoid", "~> 8.0" | ||
|
||
group :development do | ||
gem "rake" | ||
end | ||
|
||
group :test do | ||
gem "appraisal" | ||
gem "database_cleaner-mongoid", "~> 2.0", ">= 2.0.1" | ||
gem "guard-rspec" | ||
gem "mutant-rspec" | ||
gem "rspec" | ||
end | ||
|
||
gemspec path: "../" |
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 |
---|---|---|
|
@@ -2,5 +2,5 @@ | |
|
||
module Mongoid; end | ||
module Mongoid::EmbeddedErrors | ||
VERSION = '3.0.1' | ||
VERSION = '4.0.0' | ||
end |
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