Skip to content

Commit

Permalink
downgrades simplecov because of codeclimate/test-reporter#413
Browse files Browse the repository at this point in the history
  • Loading branch information
khiav223577 committed Feb 2, 2021
1 parent 0482151 commit 35576be
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion gemfiles/3.2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gem 'activerecord', '~> 3.2.0'
gem 'request_store', '~> 1.4.0'

group :test do
gem 'simplecov'
gem 'simplecov', '< 0.18'
gem 'sqlite3', '~> 1.3.6'
end

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/4.2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gem 'activerecord', '~> 4.2.0'
gem 'request_store', '~> 1.4.0'

group :test do
gem 'simplecov'
gem 'simplecov', '< 0.18'
gem 'sqlite3', '~> 1.3.6'
end

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/5.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gem 'activerecord', '~> 5.0.0'
gem 'request_store', '~> 1.4.0'

group :test do
gem 'simplecov'
gem 'simplecov', '< 0.18'
gem 'sqlite3', '~> 1.3.6'
end

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/5.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gem 'activerecord', '~> 5.1.0'
gem 'request_store', '~> 1.4.0'

group :test do
gem 'simplecov'
gem 'simplecov', '< 0.18'
gem 'sqlite3', '~> 1.3.6'
end

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/5.2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gem 'activerecord', '~> 5.2.0'
gem 'request_store', '~> 1.4.0'

group :test do
gem 'simplecov'
gem 'simplecov', '< 0.18'
gem 'sqlite3', '~> 1.3.6'
end

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/6.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gem 'activerecord', '~> 6.0.0'
gem 'request_store', '~> 1.4.1'

group :test do
gem 'simplecov'
gem 'simplecov', '< 0.18'
gem 'sqlite3', '~> 1.4.1'
end

Expand Down

0 comments on commit 35576be

Please sign in to comment.