Skip to content

Commit 3015017

Browse files
add to appraisal file
1 parent ae4b793 commit 3015017

File tree

7 files changed

+32
-21
lines changed

7 files changed

+32
-21
lines changed

Appraisals

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
appraise 'mongoid-9' do
2+
gem 'mongoid', '~> 9.0.0'
3+
end
4+
15
appraise 'mongoid-8' do
26
gem 'mongoid', '~> 8.0.0'
37
gem 'rails', '~> 7.0'

gemfiles/mongoid_4.gemfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# This file was generated by Appraisal
22

3-
source 'https://rubygems.org'
3+
source "https://rubygems.org"
44

5-
gem 'mongoid', '~> 4.0.0'
6-
gem 'rails', '~> 4.0'
5+
gem "mongoid", "~> 4.0.0"
6+
gem "rails", "~> 4.0"
77

8-
gemspec path: '../'
8+
gemspec path: "../"

gemfiles/mongoid_5.gemfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# This file was generated by Appraisal
22

3-
source 'https://rubygems.org'
3+
source "https://rubygems.org"
44

5-
gem 'bigdecimal', '~> 1.3'
6-
gem 'mongoid', '~> 5.0.0'
7-
gem 'rails', '~> 4.0'
5+
gem "mongoid", "~> 5.0.0"
6+
gem "rails", "~> 4.0"
7+
gem "bigdecimal", "~> 1.3"
88

9-
gemspec path: '../'
9+
gemspec path: "../"

gemfiles/mongoid_6.gemfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# This file was generated by Appraisal
22

3-
source 'https://rubygems.org'
3+
source "https://rubygems.org"
44

5-
gem 'mongoid', '~> 6.0.2'
6-
gem 'rails', '~> 5.0'
5+
gem "mongoid", "~> 6.0.2"
6+
gem "rails", "~> 5.0"
77

8-
gemspec path: '../'
8+
gemspec path: "../"

gemfiles/mongoid_7.gemfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# This file was generated by Appraisal
22

3-
source 'https://rubygems.org'
3+
source "https://rubygems.org"
44

5-
gem 'mongoid', '~> 7.0.0'
6-
gem 'rails', '~> 6.0'
5+
gem "mongoid", "~> 7.0.0"
6+
gem "rails", "~> 6.0"
77

8-
gemspec path: '../'
8+
gemspec path: "../"

gemfiles/mongoid_8.gemfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# This file was generated by Appraisal
22

3-
source 'https://rubygems.org'
3+
source "https://rubygems.org"
44

5-
gem 'mongoid', '~> 8.0.0'
6-
gem 'rails', '~> 7.0'
5+
gem "mongoid", "~> 8.0.0"
6+
gem "rails", "~> 7.0"
77

8-
gemspec path: '../'
8+
gemspec path: "../"

gemfiles/mongoid_9.gemfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# This file was generated by Appraisal
2+
3+
source "https://rubygems.org"
4+
5+
gem "mongoid", "~> 9.0.0"
6+
7+
gemspec path: "../"

0 commit comments

Comments
 (0)