Skip to content

Commit 9f1d0e5

Browse files
author
Mattia Roccoberton
committed
test: update test suite dependencies
1 parent 85fa5ca commit 9f1d0e5

18 files changed

Lines changed: 30 additions & 121 deletions

.reviewdog.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ runner:
55
fasterer:
66
cmd: bin/fasterer
77
level: info
8-
reek:
9-
cmd: bin/reek
10-
level: info
118
rubocop:
129
cmd: bin/rubocop
1310
level: info

.tool-versions

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
postgres 14.6

Appraisals

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ end
1313
appraise 'rails-7_0-postgres' do
1414
gem 'pg'
1515
gem 'rails', '~> 7.0.0'
16-
17-
# gem 'net-http' # NOTE: tried to solve a work related to already initialized Net::ProtocRetryError
1816
end
1917

2018
appraise 'rails-6_0-mysql' do

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ group :development, :test do
2020
# Linters
2121
gem 'brakeman'
2222
gem 'fasterer'
23-
gem 'reek'
2423
gem 'rubocop'
2524
gem 'rubocop-packaging'
2625
gem 'rubocop-performance'

bin/code_climate_reek

Lines changed: 0 additions & 29 deletions
This file was deleted.

bin/reek

Lines changed: 0 additions & 29 deletions
This file was deleted.

gemfiles/rails_6_0_mysql.gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ group :development, :test do
1414
gem "selenium-webdriver"
1515
gem "brakeman"
1616
gem "fasterer"
17-
gem "reek"
1817
gem "rubocop"
1918
gem "rubocop-packaging"
2019
gem "rubocop-performance"

gemfiles/rails_6_0_mysql.gemfile.lock

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ GEM
101101
activesupport (>= 5.0)
102102
i18n (1.10.0)
103103
concurrent-ruby (~> 1.0)
104-
kwalify (0.7.2)
105104
loofah (2.14.0)
106105
crass (~> 1.0.2)
107106
nokogiri (>= 1.5.9)
@@ -111,12 +110,12 @@ GEM
111110
matrix (0.4.2)
112111
method_source (1.0.0)
113112
mini_mime (1.1.2)
113+
mini_portile2 (2.8.4)
114114
minitest (5.15.0)
115-
mysql2 (0.5.3)
115+
mysql2 (0.5.5)
116116
nio4r (2.5.8)
117-
nokogiri (1.13.3-x86_64-darwin)
118-
racc (~> 1.4)
119-
nokogiri (1.13.3-x86_64-linux)
117+
nokogiri (1.13.3)
118+
mini_portile2 (~> 2.8.0)
120119
racc (~> 1.4)
121120
parallel (1.21.0)
122121
parser (3.1.1.0)
@@ -159,10 +158,6 @@ GEM
159158
thor (>= 0.20.3, < 2.0)
160159
rainbow (3.1.1)
161160
rake (13.0.6)
162-
reek (6.1.0)
163-
kwalify (~> 0.7.0)
164-
parser (~> 3.1.0)
165-
rainbow (>= 2.0, < 4.0)
166161
regexp_parser (2.2.1)
167162
rexml (3.2.5)
168163
rspec-core (3.11.0)
@@ -242,6 +237,7 @@ GEM
242237
zeitwerk (2.5.4)
243238

244239
PLATFORMS
240+
arm64-darwin-22
245241
x86_64-darwin-21
246242
x86_64-linux
247243

@@ -255,7 +251,6 @@ DEPENDENCIES
255251
mysql2
256252
pry-rails
257253
rails (~> 6.0.0)
258-
reek
259254
rspec-rails
260255
rspec_junit_formatter
261256
rubocop

gemfiles/rails_6_0_postgres.gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ group :development, :test do
1414
gem "selenium-webdriver"
1515
gem "brakeman"
1616
gem "fasterer"
17-
gem "reek"
1817
gem "rubocop"
1918
gem "rubocop-packaging"
2019
gem "rubocop-performance"

gemfiles/rails_6_0_postgres.gemfile.lock

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ GEM
101101
activesupport (>= 5.0)
102102
i18n (1.10.0)
103103
concurrent-ruby (~> 1.0)
104-
kwalify (0.7.2)
105104
loofah (2.14.0)
106105
crass (~> 1.0.2)
107106
nokogiri (>= 1.5.9)
@@ -111,8 +110,12 @@ GEM
111110
matrix (0.4.2)
112111
method_source (1.0.0)
113112
mini_mime (1.1.2)
113+
mini_portile2 (2.8.4)
114114
minitest (5.15.0)
115115
nio4r (2.5.8)
116+
nokogiri (1.13.3)
117+
mini_portile2 (~> 2.8.0)
118+
racc (~> 1.4)
116119
nokogiri (1.13.3-x86_64-darwin)
117120
racc (~> 1.4)
118121
nokogiri (1.13.3-x86_64-linux)
@@ -159,10 +162,6 @@ GEM
159162
thor (>= 0.20.3, < 2.0)
160163
rainbow (3.1.1)
161164
rake (13.0.6)
162-
reek (6.1.0)
163-
kwalify (~> 0.7.0)
164-
parser (~> 3.1.0)
165-
rainbow (>= 2.0, < 4.0)
166165
regexp_parser (2.2.1)
167166
rexml (3.2.5)
168167
rspec-core (3.11.0)
@@ -242,6 +241,7 @@ GEM
242241
zeitwerk (2.5.4)
243242

244243
PLATFORMS
244+
arm64-darwin-22
245245
x86_64-darwin-21
246246
x86_64-linux
247247

@@ -255,7 +255,6 @@ DEPENDENCIES
255255
pg
256256
pry-rails
257257
rails (~> 6.0.0)
258-
reek
259258
rspec-rails
260259
rspec_junit_formatter
261260
rubocop

0 commit comments

Comments
 (0)