Skip to content

Commit

Permalink
✏️ Grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
pboling committed Nov 20, 2024
1 parent 759f4a3 commit ae9a192
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions gemfiles/coverage.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
source "https://rubygems.org"

# Root Gemfile is only for local development only. It is not loaded on CI.
# On CI we only need the gemspecs' dependencies (including development dependencies).
# Exceptions, if any, will be found here in gemfiles/*.gemfile
# On CI, we only need the gemspec dependencies (including development dependencies).
# Exceptions, if any, will be found in gemfiles/*.gemfile

### ORMs
# NOTE: couch_potato is not yet compatible with Rails 8.0
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/style.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
source "https://rubygems.org"

# Root Gemfile is only for local development only. It is not loaded on CI.
# On CI we only need the gemspecs' dependencies (including development dependencies).
# Exceptions, if any, will be found here in gemfiles/*.gemfile
# On CI, we only need the gemspec dependencies (including development dependencies).
# Exceptions, if any, will be found in gemfiles/*.gemfile

# Database
gem "activerecord", ">= 6", require: false # rails 6 requires Ruby 2.5 or later
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/vanilla.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
source "https://rubygems.org"

# Root Gemfile is only for local development only. It is not loaded on CI.
# On CI we only need the gemspecs' dependencies (including development dependencies).
# Exceptions, if any, will be found here in gemfiles/*.gemfile
# On CI, we only need the gemspec dependencies (including development dependencies).
# Exceptions, if any, will be found in gemfiles/*.gemfile

gemspec path: "../"

0 comments on commit ae9a192

Please sign in to comment.