Skip to content

Commit

Permalink
fix ci tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bdurand committed Jul 19, 2023
1 parent 2f03d5d commit a5fc71c
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
.ruby-version
.yardoc/
.env
.tm_properties
Gemfile.lock
coverage/
gemfiles/*.gemfile.lock
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ gem "rake"
gem "rspec", "~> 3.12"
gem "timecop"
gem "appraisal"
gem "standard", "1.0", require: false
gem "standard", require: false
gem "yard"
2 changes: 1 addition & 1 deletion gemfiles/activesupport_4.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gem "rake"
gem "rspec", "~> 3.12"
gem "timecop"
gem "appraisal"
gem "standard", "1.0", require: false
gem "standard", require: false
gem "yard"
gem "activesupport", "~> 4.0", require: "activesupport/all"

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/activesupport_5.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gem "rake"
gem "rspec", "~> 3.12"
gem "timecop"
gem "appraisal"
gem "standard", "1.0", require: false
gem "standard", require: false
gem "yard"
gem "activesupport", "~> 5.0", require: "activesupport/all"

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/activesupport_6.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gem "rake"
gem "rspec", "~> 3.12"
gem "timecop"
gem "appraisal"
gem "standard", "1.0", require: false
gem "standard", require: false
gem "yard"
gem "activesupport", "~> 6.0", require: "activesupport/all"

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/activesupport_7.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gem "rake"
gem "rspec", "~> 3.12"
gem "timecop"
gem "appraisal"
gem "standard", "1.0", require: false
gem "standard", require: false
gem "yard"
gem "activesupport", "~> 7.0", require: "activesupport/all"

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/activesupport_latest.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gem "rake"
gem "rspec", "~> 3.12"
gem "timecop"
gem "appraisal"
gem "standard", "1.0", require: false
gem "standard", require: false
gem "yard"
gem "activesupport", require: "activesupport/all"

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/logger_gem.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gem "rake"
gem "rspec", "~> 3.12"
gem "timecop"
gem "appraisal"
gem "standard", "1.0", require: false
gem "standard", require: false
gem "yard"
gem "logger"

Expand Down

0 comments on commit a5fc71c

Please sign in to comment.