Skip to content

Commit ac5e01c

Browse files
committed
remove rack/rails dependency
1 parent f577e0a commit ac5e01c

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

Gemfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ group :development, :test do
1111
gem 'rubocop-capybara'
1212
gem 'rubocop-factory_bot'
1313
gem 'rubocop-performance'
14-
gem 'rubocop-rails' # shouldn't be needed, https://github.com/rubocop/rubocop/issues/10893
1514
gem 'rubocop-rspec'
16-
gem 'rubocop-rspec_rails'
1715
gem 'vcr'
1816
gem 'webmock'
1917
end

Gemfile.lock

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ GEM
6262
prism (1.4.0)
6363
public_suffix (6.0.1)
6464
racc (1.8.1)
65-
rack (3.1.12)
6665
rainbow (3.1.1)
6766
rake (13.2.1)
6867
regexp_parser (2.10.0)
@@ -104,19 +103,9 @@ GEM
104103
lint_roller (~> 1.1)
105104
rubocop (>= 1.75.0, < 2.0)
106105
rubocop-ast (>= 1.38.0, < 2.0)
107-
rubocop-rails (2.31.0)
108-
activesupport (>= 4.2.0)
109-
lint_roller (~> 1.1)
110-
rack (>= 1.1)
111-
rubocop (>= 1.75.0, < 2.0)
112-
rubocop-ast (>= 1.38.0, < 2.0)
113106
rubocop-rspec (3.5.0)
114107
lint_roller (~> 1.1)
115108
rubocop (~> 1.72, >= 1.72.1)
116-
rubocop-rspec_rails (2.31.0)
117-
lint_roller (~> 1.1)
118-
rubocop (~> 1.72, >= 1.72.1)
119-
rubocop-rspec (~> 3.5)
120109
ruby-progressbar (1.13.0)
121110
securerandom (0.4.1)
122111
traces (0.15.2)
@@ -146,9 +135,7 @@ DEPENDENCIES
146135
rubocop-capybara
147136
rubocop-factory_bot
148137
rubocop-performance
149-
rubocop-rails
150138
rubocop-rspec
151-
rubocop-rspec_rails
152139
vcr
153140
webmock
154141

0 commit comments

Comments
 (0)