Skip to content

Commit 061cdd6

Browse files
fix rubocop
1 parent 3015017 commit 061cdd6

File tree

6 files changed

+24
-24
lines changed

6 files changed

+24
-24
lines changed

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 "mongoid", "~> 5.0.0"
6-
gem "rails", "~> 4.0"
7-
gem "bigdecimal", "~> 1.3"
5+
gem 'bigdecimal', '~> 1.3'
6+
gem 'mongoid', '~> 5.0.0'
7+
gem 'rails', '~> 4.0'
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This file was generated by Appraisal
22

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

5-
gem "mongoid", "~> 9.0.0"
5+
gem 'mongoid', '~> 9.0.0'
66

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

0 commit comments

Comments
 (0)