gems: remove xray-rails
It is not compatible with sprockets-4.
This commit is contained in:
parent
2295c4200a
commit
e1a450fd6f
2 changed files with 0 additions and 4 deletions
1
Gemfile
1
Gemfile
|
@ -112,7 +112,6 @@ group :development do
|
||||||
gem 'rubocop-rspec-focused', require: false
|
gem 'rubocop-rspec-focused', require: false
|
||||||
gem 'scss_lint', require: false
|
gem 'scss_lint', require: false
|
||||||
gem 'web-console'
|
gem 'web-console'
|
||||||
gem 'xray-rails'
|
|
||||||
end
|
end
|
||||||
|
|
||||||
group :development, :test do
|
group :development, :test do
|
||||||
|
|
|
@ -799,8 +799,6 @@ GEM
|
||||||
websocket-extensions (0.1.5)
|
websocket-extensions (0.1.5)
|
||||||
xpath (3.2.0)
|
xpath (3.2.0)
|
||||||
nokogiri (~> 1.8)
|
nokogiri (~> 1.8)
|
||||||
xray-rails (0.3.2)
|
|
||||||
rails (>= 3.1.0)
|
|
||||||
zeitwerk (2.4.2)
|
zeitwerk (2.4.2)
|
||||||
zip_tricks (5.5.0)
|
zip_tricks (5.5.0)
|
||||||
zipline (1.3.0)
|
zipline (1.3.0)
|
||||||
|
@ -927,7 +925,6 @@ DEPENDENCIES
|
||||||
webdrivers (~> 4.0)
|
webdrivers (~> 4.0)
|
||||||
webmock
|
webmock
|
||||||
webpacker
|
webpacker
|
||||||
xray-rails
|
|
||||||
zipline
|
zipline
|
||||||
zxcvbn-ruby
|
zxcvbn-ruby
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue